Пытаюсь создать товар на Ozon, согласно документации, а также этой статьёй.
Сказано, что в параметр
description_category_id передается ID категории 2-го уровня. В моем случае это -
17028756 [автозапчасти]
Мой запрос:
{
"items": [
{
"attributes": [
{
"attribute_id": 85,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 85,
"value": "Hyundai-KIA"
}
]
},
{
"attribute_id": 7202,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 45536,
"value": "1"
}
]
},
{
"attribute_id": 7236,
"complex_id": 0,
"values": [
{
"value": "243212B200"
}
]
},
{
"attribute_id": 8229,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 98962,
"value": "Цепь ГРМ"
}
]
},
{
"attribute_id": 9024,
"complex_id": 0,
"values": [
{
"value": "243212B200"
}
]
},
{
"attribute_id": 9048,
"complex_id": 0,
"values": [
{
"value": "Цепь ГРМ HYUNDAI Solaris Эмираты"
}
]
}
],
"barcode": "",
"color_image": "https://i.postimg.cc/tTq25ZF3/243212-B200-7488770645.png",
"complex_attributes": [],
"currency_code": "RUB",
"depth": None,
"description_category_id": 17028756,
"dimension_unit": "mm",
"geo_names": None,
"height": None,
"images": [
"https://i.postimg.cc/tTq25ZF3/243212-B200-7488770645.png"
],
"name": "Цепь грм hyundai solaris эмираты",
"offer_id": "243212B200",
"old_price": "4145.0",
"price": "4145.0",
"primary_image": "https://i.postimg.cc/tTq25ZF3/243212-B200-7488770645.png",
"vat": "0.0",
"weight": None,
"weight_unit": "g",
"width": None
}
]
}
В ответ ошибка:
{'result': {'items': [{'offer_id': '243212B200', 'product_id': 0, 'status': 'failed', 'errors': [{'code': 'description_category_not_found', 'field': 'description_category_id', 'attribute_id': 0, 'state': 'new', 'level': 'error', 'description': 'Некорректная категория товара', 'optional_description_elements': {}, 'attribute_name': '', 'message': 'Empty type attribute'}]}], 'total': 1}}