Пример JSON
{
"products": [
{
"id": "PART-100200",
"sku": "GLS-ACME-001-BLK",
"ean": "4601234567890",
"name": {
"ru": "Acme Classic",
"en": "Acme Classic"
},
"long_name": {
"ru": "Acme Classic — черная оправа, унисекс",
"en": "Acme Classic - black frame, unisex"
},
"description": {
"ru": "Легкая оправа для повседневной носки.",
"en": "Lightweight frame for everyday wear."
},
"prices": [
{
"amount": 7990.0,
"amount_old": 9990.0,
"currency": "RUB"
},
{
"amount": 89.0,
"currency": "USD"
}
],
"gender": "unisex",
"filter_colors": ["black", "gold"],
"custom_color": {
"name": {
"ru": "Матовый черный",
"en": "Matte black"
},
"texture": "https://cdn.example.com/img/matte-black.jpg"
},
"photos": [
{
"kind": "three_quarters",
"url": "https://cdn.example.com/img/GLS-ACME-001-BLK/three-quarters.jpg"
},
{
"kind": "front",
"url": "https://cdn.example.com/img/GLS-ACME-001-BLK/front.jpg"
},
{
"kind": "side",
"url": "https://cdn.example.com/img/GLS-ACME-001-BLK/side.jpg"
}
],
"new_arrival": true,
"on_sale": true,
"discount_percent": 20.0,
"linked_products": [
{
"id": "PART-100201"
}
],
"frame_shape": "wayfarer",
"measurements": {
"temple_length": {"mm": 140},
"lens_width": {"mm": 52},
"lens_height": {"mm": 40},
"bridge_width": {"mm": 18},
"frame_width": {"mm": 138},
"box": {
"length": {"mm": 170},
"width": {"mm": 80},
"height": {"mm": 60},
"weight": {"grams": 320}
}
}
}
]
}