12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "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"
- }
- }
- }
|