Created
April 28, 2016 20:48
-
-
Save uded/6978cca6488003c09806c335a9b92be9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"productId": "8d5b0391-3990-4f5f-b856-1a5c2bdce464", | |
"sku": "831-46-2908-pink-xs", | |
"amount": 1, | |
"reason": "ORDERED_MISTAKE" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"subOrderId": "UK160428-795396-13", | |
"username": "testuser", | |
"customerName": "test user", | |
"merchantId": "pl-testmerchant", | |
"version": null, | |
"deliveryAddress": { | |
"id": null, | |
"firstName": "Łukasz", | |
"lastName": "Rżane", | |
"companyName": null, | |
"street1": "Obszerna 2", | |
"street2": "lokal 25", | |
"street3": null, | |
"city": "Łódź", | |
"postalCode": null, | |
"state": "łódzkie", | |
"country": "PL", | |
"phone": "+359 889-07-8884", | |
"addressType": "RESIDENTIAL", | |
"primary": false | |
}, | |
"billingAddress": null, | |
"value": 12.19, | |
"shipmentCost": 2.5, | |
"currency": "GBP", | |
"totalProducts": 1, | |
"deliveryMethod": "MERCHANT", | |
"orderStatus": "NEW", | |
"orderedProducts": [ | |
{ | |
"productId": "8d5b0391-3990-4f5f-b856-1a5c2bdce464", | |
"sku": "831-46-2908-pink-xs", | |
"totalValue": 24.38, | |
"amount": 2, | |
"status": null, | |
"trackingId": null, | |
"trackingCompany": null, | |
"color": null, | |
"size": null, | |
"images": null, | |
"product": null | |
}, | |
{ | |
"productId": "8d5b0391-3990-4f5f-b856-1a5c2bdce464", | |
"sku": "831-46-2908-pink-xs", | |
"totalValue": 12.19, | |
"amount": 1, | |
"status": "CANCELLED", | |
"trackingId": null, | |
"trackingCompany": null, | |
"color": null, | |
"size": null, | |
"images": null, | |
"product": null | |
} | |
], | |
"chargeId": null, | |
"added": "2016-04-28T13:07:53.548+0000", | |
"lastModification": "2016-04-28T13:07:57.889+0000", | |
"refundRequestIDs": null, | |
"returnRequestIDs": null, | |
"orderHistory": [ | |
{ | |
"occurred": "2016-04-28T20:29:41.377+0000", | |
"type": "ORDER_CREATED", | |
"responsible": "SYSTEM", | |
"productSKU": null, | |
"message": null | |
}, | |
{ | |
"occurred": null, | |
"type": "ITEM_CANCELLED_BY_USER", | |
"responsible": null, | |
"productSKU": "831-46-2908-pink-xs", | |
"message": null | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"subOrderId": "UK160428-649096-81", | |
"username": "testuser", | |
"customerName": "test user", | |
"merchantId": "pl-testmerchant", | |
"version": null, | |
"deliveryAddress": { | |
"id": null, | |
"firstName": "Łukasz", | |
"lastName": "Rżane", | |
"companyName": null, | |
"street1": "Obszerna 2", | |
"street2": "lokal 25", | |
"street3": null, | |
"city": "Łódź", | |
"postalCode": null, | |
"state": "łódzkie", | |
"country": "PL", | |
"phone": "+359 889-07-8884", | |
"addressType": "RESIDENTIAL", | |
"primary": false | |
}, | |
"billingAddress": null, | |
"value": 36.57, | |
"shipmentCost": 4.0, | |
"currency": "GBP", | |
"totalProducts": 3, | |
"deliveryMethod": "MERCHANT", | |
"orderStatus": "NEW", | |
"orderedProducts": [ | |
{ | |
"productId": "8d5b0391-3990-4f5f-b856-1a5c2bdce464", | |
"sku": "831-46-2908-pink-xs", | |
"totalValue": 36.57, | |
"amount": 3, | |
"status": null, | |
"trackingId": null, | |
"trackingCompany": null | |
} | |
], | |
"chargeId": null, | |
"added": "2016-04-28T19:02:44.066+0000", | |
"lastModification": "2016-04-28T19:02:51.440+0000", | |
"refundRequestIDs": null, | |
"returnRequestIDs": null, | |
"orderHistory": [ | |
{ | |
"occurred": "2016-04-28T19:05:08.838+0000", | |
"type": "ORDER_CREATED", | |
"responsible": "SYSTEM", | |
"productSKU": null, | |
"message": null | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment