{
"items": [
{
"sku": 298789742,
"name": "string",
"offer_id": "91132",
"currency_code": "RUB",
"old_price": "2590",
"price": "2300",
"vat": "0.1"
}
]
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/product/import-by-sku' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"sku": 298789742,
"name": "string",
"offer_id": "91132",
"currency_code": "RUB",
"old_price": "2590",
"price": "2300",
"vat": "0.1"
}
]
}'
{
"result": {
"task_id": 176594213,
"unmatched_sku_list": []
}
}