get https://api.tcgplayer.com/stores//orders/
Get Order Details.
Shows detailed information about an order.
{
"success": boolean,
"errors": [],
"results": [
{
"orderNumber": "string",
"orderChannelTypeId": integer,
"orderStatusTypeId": integer,
"orderDeliveryTypeId": integer,
"isDirect": boolean,
"isInternational": boolean,
"orderedOn": "datetime",
"modifiedOn": "datetime",
"customer": {
"token": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"shippingAddress": {
"firstName": "string",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string"
}
},
"orderValue": {
"product": integer,
"shipping": integer,
"tax": decimal,
"gross": decimal,
"fees": decimal,
"net": decimal
}
}
]
}