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