{
"items": [
{
"warehouse_id": 1020005010458260,
"stock": 10,
"offer_id": "LOCAL-SKU-101",
"name": "L-подставка для ноутбука, элегантная, регулируемая по высоте",
"description_category_id": 17028922,
"type_id": 99383,
"currency_code": "CNY",
"price": "1000",
"old_price": "1100",
"vat": "0",
"depth": 10,
"width": 150,
"height": 250,
"dimension_unit": "mm",
"weight": 100,
"weight_unit": "g",
"images": [
"https://img2.baidu.com/it/u=3304357824,251529124&fm=253&fmt=auto&app=120&f=JPEG?w=500&h=500"
],
"primary_image": "https://img1.baidu.com/it/u=352819915,3201573069&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=745",
"attributes": [
{
"complex_id": 0,
"id": 9048,
"values": [
{
"dictionary_value_id": 0,
"value": "LAPTOP-STAND-HAVIT-ALU-101"
}
]
},
{
"complex_id": 0,
"id": 8229,
"values": [
{
"dictionary_value_id": 99383,
"value": "Подставка для ноутбука"
}
]
},
{
"complex_id": 0,
"id": 85,
"values": [
{
"dictionary_value_id": 5064554,
"value": "Havit"
}
]
}
],
"complex_attributes": []
}
]
}curl --location 'api/ozon/products/import' \
--header 'Client-Id: 3915226' \
--header 'Api-Key: d2528a1f-f607-4411-969d-7b394a34a015' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"warehouse_id": 1020005010458260,
"stock": 10,
"offer_id": "LOCAL-SKU-101",
"name": "L-подставка для ноутбука, элегантная, регулируемая по высоте",
"description_category_id": 17028922,
"type_id": 99383,
"currency_code": "CNY",
"price": "1000",
"old_price": "1100",
"vat": "0",
"depth": 10,
"width": 150,
"height": 250,
"dimension_unit": "mm",
"weight": 100,
"weight_unit": "g",
"images": [
"https://img2.baidu.com/it/u=3304357824,251529124&fm=253&fmt=auto&app=120&f=JPEG?w=500&h=500"
],
"primary_image": "https://img1.baidu.com/it/u=352819915,3201573069&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=745",
"attributes": [
{
"complex_id": 0,
"id": 9048,
"values": [
{
"dictionary_value_id": 0,
"value": "LAPTOP-STAND-HAVIT-ALU-101"
}
]
},
{
"complex_id": 0,
"id": 8229,
"values": [
{
"dictionary_value_id": 99383,
"value": "Подставка для ноутбука"
}
]
},
{
"complex_id": 0,
"id": 85,
"values": [
{
"dictionary_value_id": 5064554,
"value": "Havit"
}
]
}
],
"complex_attributes": []
}
]
}'{"detail":"Not Found"}