{
  "data": {
    "type": "order",
    "id": "00000000-0000-0000-0000-000000000000",
    "attributes": {
      "createdAt": "2017-06-02T13:28:07+00:00",
      "lastModifiedAt": "2017-06-02T13:28:07+00:00",
      "orderedAt": "2017-06-02T13:28:07+00:00",
      "source": {
        "name": "Magento",
        "reference": "000000026"
      },
      "customer": {
        "address": {
          "countryCode": "GB",
          "postalCode": "GA99 1CD",
          "locality": "Glasgow",
          "lines": [
            "303 Foo Road"
          ]
        },
        "contact": {
          "organisationName": "Foo Studios",
          "phoneNumber": "0800",
          "personLastName": "Ertner",
          "personFirstName": "Sebastian",
          "email": "sebastian.ertner@netresearch.de",
          "taxIdentificationNumber": "t4x1D"
        }
      },
      "deliverTo": {
        "address": {
          "countryCode": "GB",
          "postalCode": "AB99 1EF",
          "locality": "London",
          "lines": [
            "4/5 Bar Road"
          ]
        },
        "contact": {
          "phoneNumber": "0800",
          "personLastName": "Ertner",
          "personFirstName": "Sebastian",
          "email": "sebastian.ertner@netresearch.de"
        }
      },
      "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"
      },
      "selectedExperience": {
        "code": "standard",
        "cost": {
          "amount": 2.95,
          "currency": "GBP"
        },
        "description": {
          "language": "en",
          "text": "Magento Shipping - Standard Shipping"
        }
      }
    }
  },
  "meta": {
    "aliases": {
      "magento": "26"
    }
  }
}
