{
"products": [
{
"productId": 123,
"categoryId": 123,
"brandId": 123,
"isLocalMade": true,
"name": {
"rus": "<string>"
},
"description": {
"rus": "<string>"
},
"vat": 123,
"attributes": [
{
"id": 123,
"valueIds": [
123
]
}
],
"skus": [
{
"skuId": 123,
"attributeValueIds": [
123
],
"price": 123,
"skuBarcode": "<string>",
"photos": [
{
"url": "<string>",
"order": 123
}
]
}
]
}
]
}