Copy {
"data": [
{
"type": "orders",
"id": "11111111",
"attributes": {
"code": "1111111111-1",
"totalPrice": 83700,
"deliveryMode": "PHYSICAL_SHIP",
"deliveryType": "DELIVERY",
"deliveryAddress": {
"streetName": "Название улицы",
"streetNumber": "65",
"town": "Almaty",
"district": null,
"building": "",
"formattedAddress": "г. Almaty, Название улицы, 65"
},
"paymentMode": "HALYK_loanSpecial",
"creditTerm": 24,
"creationDate": 1234567890123,
"merchantPassOTP": "000407",
"courierName": "Фамилия Имя Отечество",
"courierPhone": "+12345678901",
"barcodeStatus": {
"type": "SUCCESS",
"friendlyType": "Success"
},
"addressLetterPath": "https://api.halykmarket.kz/delivery-service/api/cdn/v1/0005580055-3_91b8e277-337f-45da-9d0e-7b6ad4cf9561",
"status": "WAITING_COURIER",
"deliveryCost": 0.00,
"customer": {
"firstName": "ИМЯ",
"lastName": "ФАМИЛИЯ",
"cellPhone": "12345678901"
},
"providerType": "EXTERNAL",
"subTotal": 83700.00
},
"relationships": {
"entries": {
"links": {
"self": "/api.halykmarket.com/api/merchant/v1/orders/11111111/relationships/entries",
"related": "/api.halykmarket.com/api/merchant/v1/orders/11111111/entries"
},
"data": [
{
"type": "orderentries",
"id": "11111111"
}
]
},
"user": {
"links": {
"self": "/api.halykmarket.com/api/merchant/v1/orders/11111111/relationships/user",
"related": "/api.halykmarket.com/api/merchant/v1/orders/11111111/user"
},
"data": {
"type": "customers",
"id": "11111111"
}
}
},
"links": {
"self": "/api.halykmarket.com/api/merchant/v1/orders/11111111"
}
}
],
"included": [],
"meta": {
"pageCount": 1,
"totalCount": 1
}
}