{
"id": "string",
"merchantId": "string",
"merchantName": "string",
"vendorId": "string",
"facilityId": "string",
"facilityName": "string",
"vendorName": "string",
"orderId": "string",
"shortId": "string",
"orderExternalId": "string",
"safeId": "string",
"customerId": "string",
"customerShippingAddressId": 0,
"merchantPaymentId": "string",
"shippingCountryCodeISO": 0,
"shippingCountryCode": "string",
"shipmentStatus": 1,
"shippingMethod": "string",
"isPollingStopped": true,
"currencyCode": "string",
"languageCodeISO": 0,
"languageCode": "string",
"transactionalCostModel": "string",
"createdDate": "2019-08-24T14:15:22.123Z",
"orderCreatedDate": "2019-08-24T14:15:22.123Z",
"lastModifiedDate": "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,
"packages": [
{
"id": "string",
"shortId": "string",
"shipmentId": "string",
"carrierName": "string",
"carrierMethodName": "string",
"shippedDate": "2019-08-24T14:15:22.123Z",
"fulfilledDate": "2019-08-24T14:15:22.123Z",
"carrierTrackingNumber": "string",
"carrierLink": "string",
"carrierAccount": true,
"orderItemIDs": [
"string"
],
"packageOrderItems": [
{
"orderItemId": "string",
"quantity": 0
}
],
"packingSlipId": "string"
}
],
"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
}
}
],
"selectedShippingMapping": {
"carrierName": "string",
"type": "string",
"shippingMethods": [
{
"shippingMethodName": "string",
"shipmentMethod": "string",
"vendorShippingMethod": "string",
"shipToCountries": [
"string"
],
"carrierShippingServiceMethods": [
{
"serviceMethodsAllowed": [
"string"
],
"countryCodesToApply": [
"string"
],
"vendorMapping": {
"carrierCode": "string",
"serviceCode": "string"
}
}
]
}
]
}
}