{
"merchantId": "string",
"vendorId": "string",
"facilityId": "string",
"facilityName": "string",
"vendorName": "string",
"customerId": "string",
"customerShippingAddressId": 0,
"merchantPaymentId": "string",
"shippingCountryCode": "string",
"shippingCountryCodeISO": 0,
"shipmentStatus": 1,
"shippingMethod": "string",
"isPollingStopped": true,
"orderExternalId": "string",
"safeId": "string",
"currencyCodeISO": 0,
"currencyCode": "string",
"languageCodeISO": 0,
"languageCode": "string",
"transactionalCostModel": "string",
"orderCreatedDate": "2019-08-24T14:15:22.123Z",
"merchantOrderTotal": 0,
"merchantPackageTotal": 0,
"merchantTaxTotal": 0,
"merchantShippingTotal": 0,
"packageTotal": 0,
"taxTotal": 0,
"shippingTotal": 0,
"total": 0,
"costTotal": 0,
"costTaxTotal": 0,
"costShippingTotal": 0,
"costShippingTaxTotal": 0,
"orderItemIds": [
"string"
],
"orderItems": [
{
"id": "string",
"sku": "string",
"vendorSku": "string",
"variantId": "string",
"vendorProductId": "string",
"quantity": 0,
"merchantPrice": {
"currency": "string",
"amount": 0,
"tax": 0
},
"price": {
"currency": "string",
"amount": 0,
"tax": 0
}
}
]
}