Last active
February 27, 2018 20:17
-
-
Save wertyoo/0e91f633d7284a4af91ded1e0d8cb8f0 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
{ | |
"type": "ORDER", | |
"version": "1.0", | |
"time": "2018-02-20T15:55:15.648Z", | |
"method": "create", | |
"xid": "VW30002677", | |
"status": "Development", | |
"status_code": "", | |
"created": "2018-02-20T09:28:09.176-08:00", | |
"updated": "2018-02-20T09:28:09.176-08:00", | |
"track_url": "https://api.vendor.com/track_url", | |
"receipt_url": "https://api.vendor.com/receipt_end_point", | |
"client": "Victus Sports", | |
"mode": "auto", | |
"items_quantity": 1, | |
"items_amount": "27.99", | |
"items": [ | |
{ | |
"id": "VASTRO-OG-AL", | |
"type": "on-demand", | |
"code": "RAKE-OUT", | |
"name": "ADULT RAKE OUT GRAPHIC TEE OLIVE GREEN", | |
"description": "Custom Sweater Print", | |
"quantity": 1, | |
"size": "L", | |
"color": "blue", | |
"unit_amount": "27.99", | |
"subtotal_amount": "27.99", | |
"thumbnail":"", | |
"preview":"", | |
"file_url":"", | |
"file_extension":"", | |
"file_type":"", | |
"file_size": 0, | |
"file_hash":"" | |
} | |
], | |
"shipping": { | |
"courier": "UPS", | |
"service": "Ground", | |
"package": "Bag", | |
"shipping_country": "US", | |
"name": "Junio Acosgta", | |
"address1": "57 Evan rd", | |
"address2": "", | |
"city": "Warwick", | |
"state": "NY", | |
"province": "", | |
"company": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment