awaiting_deliver。packages中的每个元素都可以包含多个products和货物。products中的每个元素是包含在这批货物中的商品。packages数组中传递多个对象。{
"packages": [
{
"products": [
{
"product_id": 185479045,
"quantity": 2
}
]
}
],
"posting_number": "89491381-0072-1"
}{
"packages": [
{
"products": [
{
"product_id": 185479045,
"quantity": 1
}
]
},
{
"products": [
{
"product_id": 185479045,
"quantity": 1
}
]
}
],
"posting_number": "89491381-0072-1"
} {
"packages": [
{
"products": [
{
"product_id": 185479045,
"quantity": 1
}
]
}
],
"posting_number": "89491381-0072-1",
"with": {
"additional_data": true
}
}curl --location --request POST 'https://api-seller.ozon.ru/v4/posting/fbs/ship' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"packages": [
{
"products": [
{
"product_id": 185479045,
"quantity": 1
}
]
}
],
"posting_number": "89491381-0072-1",
"with": {
"additional_data": true
}
}'{
"additional_data": [
{
"posting_number": "89491381-0072-1",
"products": [
{
"currency_code": "RUB",
"mandatory_mark": [
"123"
],
"name": "string",
"offer_id": "17125",
"price": "2000",
"quantity": 1,
"sku": 149618972
}
]
}
],
"result": [
"89491381-0072-1"
]
}