{
"sku": [
"string"
]
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/product/related-sku/get' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": [
"string"
]
}'
{
"items": [
{
"availability": "string",
"deleted_at": "2019-08-24T14:15:22Z",
"delivery_schema": "string",
"product_id": 0,
"sku": 0
}
],
"errors": [
{
"code": "string",
"sku": 0,
"message": "string"
}
]
}