123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "data": {
- "type": "order",
- "id": "00000000-0000-0000-0000-000000000000",
- "attributes": {
- "createdAt": "2017-06-02T11:07:56+00:00",
- "lastModifiedAt": "2017-06-02T11:07:56+00:00",
- "orderedAt": "2017-06-02T11:07:56+00:00",
- "source": {
- "name": "Magento",
- "reference": "26"
- },
- "customer": {
- "address": {
- "countryCode": "GB"
- }
- },
- "deliverTo": {
- "address": {
- "countryCode": "GB"
- }
- },
- "items": [
- {
- "product": {
- "sku": "MSH02-33-Black",
- "weight": {
- "value": 1,
- "unit": "kg"
- },
- "monetaryValue": {
- "amount": 32.5,
- "currency": "GBP"
- }
- },
- "quantity": 1
- }
- ],
- "total": {
- "amount": 32.5,
- "currency": "GBP"
- }
- }
- },
- "included": [
- {
- "type": "orderQualification",
- "attributes": {
- "experiences": [
- {
- "code": "standard",
- "cost": [
- {
- "amount": 2.95,
- "currency": "GBP"
- }
- ],
- "description": [
- {
- "text": "معيار شيبينغ",
- "locale": "ar"
- },
- {
- "text": "стандартны Шипин",
- "locale": "be"
- },
- {
- "text": "Standard forsendelse",
- "locale": "da"
- },
- {
- "text": "Standardversand",
- "locale": "de"
- },
- {
- "text": "Κανονική αποστολή",
- "locale": "el"
- },
- {
- "text": "Standard Shipping",
- "locale": "en"
- },
- {
- "text": "સ્ટાન્ડર્ડ શિપિંગ",
- "locale": "gu"
- },
- {
- "text": "Expédition standard",
- "locale": "fr"
- },
- {
- "text": "मानक शिपिंग",
- "locale": "hi"
- },
- {
- "text": "通常輸送",
- "locale": "ja"
- },
- {
- "text": "Standaard verzending",
- "locale": "nl"
- },
- {
- "text": "Shiping padrão",
- "locale": "pt"
- },
- {
- "text": "標準運輸",
- "locale": "zh"
- }
- ]
- }
- ]
- }
- }
- ]
- }
|