Answer the question
In order to leave comments, you need to log in
How do you fill in attributes in features when adding products via the Ozon API?
I am adding products to Ozone via API
To add a color or a manufacturer or dimensions and other characteristics of a product, I have to use such a thing that negates all automation and is more like manual labor:
On the left, I select a category, in the middle I fill in the attributes, on the right I get ID codes characteristics
Even in their own documentation an example:
"attributes": [
{
"id": 8229, //ЧТО ЭТО ВООБЩЕ?
"value": "4747"
},
{
"id": 9048, //Дай угадаю? Модель?
"value": "Samsung Galaxy S9"
},
{
"id": 4742,
"value": "512 ГБ"
},
{
"id": 4413,
"collection": ["1", "2", "13"]
},
{
"id": 4018,
"complex_collection": [
{
"collection": [
{
"id": 4068,
"value": "Additional video"
},
{
"id": 4074,
"value": "5_-NKRVn7IQ"
}
]
},
{
"collection": [
{
"id": 4068,
"value": "Another one video"
},
{
"id": 4074,
"value": "5_-NKRVn7IQ"
}
]
}
]
}
]
Answer the question
In order to leave comments, you need to log in
Maybe I'm doing something wrong?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question