offer_id
的方法。您可以改变几个 offer_id
。{
"update_offer_id": [
{
"new_offer_id": "string",
"offer_id": "string"
}
]
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/product/update/offer-id' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"update_offer_id": [
{
"new_offer_id": "string",
"offer_id": "string"
}
]
}'
{
"errors": [
{
"message": "string",
"offer_id": "string"
}
]
}