value
返回属性的参考值。{
"attribute_id": 0,
"description_category_id": 0,
"limit": 0,
"type_id": 0,
"value": "string"
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/description-category/attribute/values/search' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"attribute_id": 0,
"description_category_id": 0,
"limit": 0,
"type_id": 0,
"value": "string"
}'
{
"result": [
{
"id": 0,
"info": "string",
"picture": "string",
"value": "string"
}
]
}