{
"orderItem": {
"id": "string",
"shortId": "string",
"externalId": "string",
"sku": "string",
"originalSKU": "string",
"quantity": 0,
"status": "string",
"statusDesc": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"processedAt": "2019-08-24T14:15:22.123Z",
"cancelledAt": "2019-08-24T14:15:22.123Z",
"images": [
{
"url": "string",
"thumbnailUrl": "string",
"area": "string",
"printMethod": "string",
"ourUrl": "string",
"ourFileId": "string",
"ourThumbnailUrl": "string",
"ourThumbnailFileId": "string",
"vendorReadyFileId": "string"
}
],
"options": [
{
"name": "string",
"value": "string"
}
],
"attributes": [
{
"name": "string",
"value": "string"
}
],
"customerSubtotal": {
"currency": "string",
"amount": 0
},
"customerPrice": {
"currency": "string",
"amount": 0
},
"customerShippingPrice": {
"currency": "string",
"amount": 0
},
"customerTaxes": {
"currency": "string",
"amount": 0
},
"merchantPrice": {
"currency": "string",
"amount": 0
},
"merchantShippingPrice": {
"currency": "string",
"amount": 0
},
"merchantTax": {
"currency": "string",
"amount": 0
},
"merchantSubTotal": {
"currency": "string",
"amount": 0
},
"merchantItemTotal": {
"currency": "string",
"amount": 0
},
"clientAttributes": {
"property1": "string",
"property2": "string"
},
"meta": {
"property1": "string",
"property2": "string"
},
"isSample": true,
"skipImgManip": true,
"skipImageValidation": true,
"skipSkuValidation": true,
"fulfillmentReady": true,
"refundData": {
"refunds": [
{
"transactionId": "string",
"isShippingRefund": true,
"amount": 0,
"reason": "string"
}
],
"remainingShippingBalance": 0,
"remainingPriceBalance": 0
}
}
}