product_id
exemplars
{ "multi_box_qty": 0, "posting_number": "string", "products": [ { "exemplars": [ { "exemplar_id": 0, "gtd": "string", "is_gtd_absent": true, "is_rnpt_absent": true, "marks": [ { "mark": "string", "mark_type": "string" } ], "rnpt": "string" } ], "product_id": 0 } ] }
curl --location --request POST 'https://api-seller.ozon.ru/v6/fbs/posting/product/exemplar/set' \ --header 'Client-Id;' \ --header 'Api-Key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "multi_box_qty": 0, "posting_number": "string", "products": [ { "exemplars": [ { "exemplar_id": 0, "gtd": "string", "is_gtd_absent": true, "is_rnpt_absent": true, "marks": [ { "mark": "string", "mark_type": "string" } ], "rnpt": "string" } ], "product_id": 0 } ] }'