{
"posting_number": "string",
"postings": [
{
"products": [
{
"product_id": 0,
"quantity": 0
}
]
}
]
}curl --location --request POST 'https://api-seller.ozon.ru/v1/posting/fbs/split' \
--header 'Content-Type: application/json' \
--data-raw '{
"posting_number": "string",
"postings": [
{
"products": [
{
"product_id": 0,
"quantity": 0
}
]
}
]
}'{
"parent_posting": {
"posting_number": "string",
"products": [
{
"product_id": 0,
"quantity": 0
}
]
},
"postings": [
{
"posting_number": "string",
"products": [
{
"product_id": 0,
"quantity": 0
}
]
}
]
}