{
"items": [
{
"sku": 1231428352,
"weightReal": [
0.3
]
}
],
"posting_number": "33920158-0006-1"
}curl --location --request POST 'https://api-seller.ozon.ru/v2/posting/fbs/product/change' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"sku": 1231428352,
"weightReal": [
0.3
]
}
],
"posting_number": "33920158-0006-1"
}'{
"result": "33920158-0006-1"
}