dictionary_id
的值为0
,则该属性没有嵌套指南。{
"description_category_id": 0,
"language": "DEFAULT",
"type_id": 0
}
curl --location --request POST 'https://api-seller.ozon.ru/v1/description-category/attribute' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"description_category_id": 0,
"language": "DEFAULT",
"type_id": 0
}'
{
"result": [
{
"category_dependent": true,
"description": "string",
"dictionary_id": 0,
"group_id": 0,
"group_name": "string",
"id": 0,
"is_aspect": true,
"is_collection": true,
"is_required": true,
"name": "string",
"type": "string",
"attribute_complex_id": 0,
"max_value_count": 0,
"complex_is_collection": true
}
]
}