cancel_reason_id,请使用方法/v2/posting/fbs/cancel-reason/list。{
"cancel_reason_id": 352,
"cancel_reason_message": "Product is out of stock",
"items": [
{
"quantity": 5,
"sku": 150587396
}
],
"posting_number": "33920113-1231-1"
}curl --location --request POST 'https://api-seller.ozon.ru/v2/posting/fbs/product/cancel' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancel_reason_id": 352,
"cancel_reason_message": "Product is out of stock",
"items": [
{
"quantity": 5,
"sku": 150587396
}
],
"posting_number": "33920113-1231-1"
}'{
"result": ""
}