{
"order_id": "ORD-2026-02-27-001",
"customer_id": "CUST-12345",
"order_date": "2026-02-27T15:30:00Z",
"items": [
{
"product_id": "PROD-001",
"quantity": 2,
"price": 1500.00,
"currency": "RUB"
},
{
"product_id": "PROD-002",
"quantity": 1,
"price": 3000.00,
"currency": "RUB"
}
],
"total_amount": 6000.00,
"shipping_address": {
"street": "ул. Ленина, д.10",
"city": "Москва",
"postal_code": "123456",
"country": "Россия"
},
"payment_method": "card",
"status": "created"
}
{
"order_id": "ORD-2026-02-27-001",
"customer_id": "CUST-12345",
"order_date": "2026-02-27T15:30:00Z",
"items": [
{
"product_id": "PROD-001",
"quantity": 2,
"price": 1500.00,
"currency": "RUB"
},
{
"product_id": "PROD-002",
"quantity": 1,
"price": 3000.00,
"currency": "RUB"
}
],
"total_amount": 6000.00,
"shipping_address": {
"street": "ул. Ленина, д.10",
"city": "Москва",
"postal_code": "123456",
"country": "Россия"
},
"payment_method": "card",
"status": "created"
}