{"info":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","description":"<html><head></head><body><p>Allows authorized 3rd parties to request new deliveries through the OneRail network (Updated: 09/09/24 - 19:11:21)</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Organization-based authentication utilizes a pair of values (App ID and API Key) that are attached to the header of requests intended for the OneRail Core Ops API Location endpoints. The App ID and API Key are created for each shipper on an individual basis by our product team and then distributed for production use. When using this method, any of your organization’s applications connecting to the API will connect with a set of authentication credentials that represents each individual shipper.</p>\n<p>To obtain the App ID and API Key for a shipper, you must first contact the OneRail customer success team. They will produce a response obtained from product resources, containing the App ID and API Key values/credentials generated specifically for your shipper's organization. Each shipper defined for your account will need a set of API credentials that identifies orders associated with a particular shipper. Ensure that requests sent to the Core Ops API by your application are utilizing the correct credentials when sending a shipper's order.</p>\n<p>These credentials can now be used to authenticate any request intended for your organization’s OneRail account. To implement these credentials, their values will need to be added to the header of any request intended for the OneRail API Engine. The following code blocks shows the headers and their associated values:</p>\n<p><code>X-ONERAIL-APP-ID: App ID provided by your implementation manager</code></p>\n<p>`X-ONERAIL-API-KEY: API Key provided by your implementation manager'</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"}],"owner":"26550855","collectionId":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","publishedId":"2sA3dskDPo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0F2B55"},"publishDate":"2024-08-12T15:26:45.000Z"},"item":[{"name":"/ (Root Directory)","item":[{"name":"Show App Name and Version Number","id":"0489f5bf-74cc-4753-ae8e-700c487883a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}},"urlObject":{"path":[""],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"216b86a5-f330-4bd5-9923-1bb536308071","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"url":"//"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"info_payload\": {}\n}"}],"_postman_id":"0489f5bf-74cc-4753-ae8e-700c487883a2"},{"name":"Health check","id":"13dd535e-2993-434c-b73d-334c919c4c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"HEAD","header":[],"url":"//","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}},"urlObject":{"path":[""],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ccc8496e-44c2-47c0-9083-6920c70e050d","name":"Health check passed.","originalRequest":{"method":"HEAD","header":[{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"url":"//"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13dd535e-2993-434c-b73d-334c919c4c34"}],"id":"f00fc925-35a8-4c1b-9664-7e210b6b8b75","description":"<p>Root Directory of API</p>\n","_postman_id":"f00fc925-35a8-4c1b-9664-7e210b6b8b75","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"user","item":[{"name":"authenticate","item":[{"name":"Creates and returns an authentication token","id":"62f377cd-42f9-4154-b91d-0ef8f095f065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_is_token\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//user/authenticate","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}},"urlObject":{"path":["user","authenticate"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"7b75e0c3-62e6-4262-843f-60816e4b0c7a","name":"User token created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_is_token\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//user/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"<string>\"\n}"},{"id":"7c2d64a9-63e2-4f9f-9b2a-a405569a0a23","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_is_token\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//user/authenticate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"62f377cd-42f9-4154-b91d-0ef8f095f065"}],"id":"e2515177-89e9-4619-8a93-a98ef508c4a8","_postman_id":"e2515177-89e9-4619-8a93-a98ef508c4a8","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"b1ff1130-a252-4ef2-8132-4710de9d3902","_postman_id":"b1ff1130-a252-4ef2-8132-4710de9d3902","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"delivery","item":[{"name":"create","item":[{"name":"Creates a new delivery","id":"796cac55-ad72-4bed-b317-a70a20d6c4f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"deliveryType\": \"BUSINESS\",\n  \"orderData\": {\n    \"orderId\": \"np8->*{\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"125\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"500\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"notes\": \"<string>\",\n  \"contractId\": \"<string>\",\n  \"requestLabel\": false,\n  \"labelType\": \"png\",\n  \"deliveryOptions\": [\n    \"REQUIRE_OVER_21\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"contactPreference\": null,\n  \"dispatchAt\": \"<dateTime>\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"400\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/create","urlObject":{"path":["delivery","create"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"bd5facc2-7b56-4c39-82f9-ec3bb79852b1","name":"Success. The delivery has been created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"deliveryType\": \"BUSINESS\",\n  \"orderData\": {\n    \"orderId\": \"np8->*{\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"125\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"500\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"notes\": \"<string>\",\n  \"contractId\": \"<string>\",\n  \"requestLabel\": false,\n  \"labelType\": \"png\",\n  \"deliveryOptions\": [\n    \"REQUIRE_OVER_21\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"contactPreference\": null,\n  \"dispatchAt\": \"<dateTime>\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"400\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"responseCode\": \"<string>\",\n  \"message\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"country\": \"US\"\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"country\": \"US\"\n  },\n  \"contactPreference\": null,\n  \"label\": {\n    \"trackingId\": \"<string>\",\n    \"deliveryId\": \"<string>\",\n    \"labelType\": \"png\",\n    \"containers\": [\n      {\n        \"label\": \"<string>\",\n        \"individualLabels\": [\n          {\n            \"label\": \"<string>\",\n            \"subContainer\": \"<number>\"\n          },\n          {\n            \"label\": \"<string>\",\n            \"subContainer\": \"<number>\"\n          }\n        ],\n        \"containerType\": \"<string>\",\n        \"containerTrackingId\": \"<string>\",\n        \"containerId\": \"<string>\",\n        \"shipperContainerId\": \"<string>\",\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\"\n      },\n      {\n        \"label\": \"<string>\",\n        \"individualLabels\": [\n          {\n            \"label\": \"<string>\",\n            \"subContainer\": \"<number>\"\n          },\n          {\n            \"label\": \"<string>\",\n            \"subContainer\": \"<number>\"\n          }\n        ],\n        \"containerType\": \"<string>\",\n        \"containerTrackingId\": \"<string>\",\n        \"containerId\": \"<string>\",\n        \"shipperContainerId\": \"<string>\",\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\"\n      }\n    ],\n    \"statusCode\": 0,\n    \"statusDescription\": \"failure\",\n    \"scac\": \"<string>\",\n    \"serviceCode\": \"<string>\",\n    \"nestedDeliveryContainers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"65\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"55\"\n      }\n    ]\n  },\n  \"deliveryFiles\": [\n    {\n      \"id\": \"<string>\",\n      \"deliveryId\": \"<string>\",\n      \"fileTypeId\": \"<string>\",\n      \"fileLink\": \"<string>\",\n      \"createdAt\": \"<string>\",\n      \"updatedAt\": \"<string>\",\n      \"fileType\": {\n        \"id\": \"<string>\",\n        \"fileType\": \"<string>\"\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"deliveryId\": \"<string>\",\n      \"fileTypeId\": \"<string>\",\n      \"fileLink\": \"<string>\",\n      \"createdAt\": \"<string>\",\n      \"updatedAt\": \"<string>\",\n      \"fileType\": {\n        \"id\": \"<string>\",\n        \"fileType\": \"<string>\"\n      }\n    }\n  ]\n}"},{"id":"4cee14c1-94b1-456a-9ca3-d90da127b02c","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"deliveryType\": \"BUSINESS\",\n  \"orderData\": {\n    \"orderId\": \"np8->*{\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"125\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"500\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"notes\": \"<string>\",\n  \"contractId\": \"<string>\",\n  \"requestLabel\": false,\n  \"labelType\": \"png\",\n  \"deliveryOptions\": [\n    \"REQUIRE_OVER_21\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"contactPreference\": null,\n  \"dispatchAt\": \"<dateTime>\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"400\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"796cac55-ad72-4bed-b317-a70a20d6c4f7"}],"id":"dc4e7a16-d653-4f1a-91f6-e8d58d1851a9","_postman_id":"dc4e7a16-d653-4f1a-91f6-e8d58d1851a9","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"list","item":[{"name":"Get Delivery List","id":"23d6bbd7-9cbf-4514-b4c6-1cccc5e65140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"//delivery/list?offset=0&limit=20&sortby=<string>&order=DESC&filter=<string>&leaderId=<string>&searchShipmentId=<string>&lpIds=<string>&lpIds=<string>&template=default&customField=<string>&customField=<string>","urlObject":{"path":["delivery","list"],"host":["/"],"query":[{"description":{"content":"<p>(Required) Number of items to skip before returning the results.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>(Required) Maximum number of items to return.</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Field to sort by</p>\n","type":"text/plain"},"key":"sortby","value":"<string>"},{"description":{"content":"<p>Sort order</p>\n","type":"text/plain"},"key":"order","value":"DESC"},{"description":{"content":"<p>JSON string { state: DeliveryState[], shipperIds: string[], lpIds: string[], fromIds: string[], search: string, searchOrderId: string, searchShipmentId: string }</p>\n","type":"text/plain"},"key":"filter","value":"<string>"},{"description":{"content":"<p>Delivery ID of leader to filter and return all follower deliveries</p>\n","type":"text/plain"},"key":"leaderId","value":"<string>"},{"description":{"content":"<p>Text to search for partial match in the shipmentId field</p>\n","type":"text/plain"},"key":"searchShipmentId","value":"<string>"},{"description":{"content":"<p>Filter and return orders with LP IDs in the list of lpIds provided.  Treated as an array, more than one instance of lpIds can be provided</p>\n","type":"text/plain"},"key":"lpIds","value":"<string>"},{"description":{"content":"<p>Filter and return orders with LP IDs in the list of lpIds provided.  Treated as an array, more than one instance of lpIds can be provided</p>\n","type":"text/plain"},"key":"lpIds","value":"<string>"},{"description":{"content":"<p>Filter out some of the returned response data needed for a page</p>\n","type":"text/plain"},"key":"template","value":"default"},{"description":{"content":"<p>Filter's by custom fields specific to each shipper.  The parameter is provided as <code>customField=fieldName:value</code>.  Can be provided more than once for multiple values or fields.</p>\n","type":"text/plain"},"key":"customField","value":"<string>"},{"description":{"content":"<p>Filter's by custom fields specific to each shipper.  The parameter is provided as <code>customField=fieldName:value</code>.  Can be provided more than once for multiple values or fields.</p>\n","type":"text/plain"},"key":"customField","value":"<string>"}],"variable":[]}},"response":[{"id":"54b59cca-609d-46d9-b005-d0d892455149","name":"response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//delivery/list?offset=0&limit=20&sortby=<string>&order=DESC&filter=<string>&leaderId=<string>&searchShipmentId=<string>&lpIds=<string>&template=default&customField=<string>","host":["/"],"path":["delivery","list"],"query":[{"description":"(Required) Number of items to skip before returning the results.","key":"offset","value":"0"},{"description":"(Required) Maximum number of items to return.","key":"limit","value":"20"},{"description":"Field to sort by","key":"sortby","value":"<string>"},{"description":"Sort order","key":"order","value":"DESC"},{"description":"JSON string { state: DeliveryState[], shipperIds: string[], lpIds: string[], fromIds: string[], search: string, searchOrderId: string, searchShipmentId: string }","key":"filter","value":"<string>"},{"description":"Delivery ID of leader to filter and return all follower deliveries","key":"leaderId","value":"<string>"},{"description":"Text to search for partial match in the shipmentId field","key":"searchShipmentId","value":"<string>"},{"description":"Filter and return orders with LP IDs in the list of lpIds provided.  Treated as an array, more than one instance of lpIds can be provided","key":"lpIds","value":"<string>"},{"description":"Filter out some of the returned response data needed for a page","key":"template","value":"default"},{"description":"Filter's by custom fields specific to each shipper.  The parameter is provided as `customField=fieldName:value`.  Can be provided more than once for multiple values or fields.","key":"customField","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"limit\": \"<number>\",\n  \"total\": \"<number>\",\n  \"offset\": \"<number>\",\n  \"filters\": {\n    \"fromLocations\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\"\n      }\n    ]\n  },\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"organizationName\": \"<string>\",\n      \"from\": {\n        \"name\": \"<string>\",\n        \"id\": \"<string>\",\n        \"msa\": \"<string>\",\n        \"address\": {},\n        \"location\": {\n          \"latitude\": \"<number>\",\n          \"longitude\": \"<number>\"\n        },\n        \"storeNumber\": \"<string>\"\n      },\n      \"to\": {\n        \"name\": \"<string>\",\n        \"id\": \"<string>\",\n        \"msa\": \"<string>\",\n        \"address\": {},\n        \"location\": {\n          \"latitude\": \"<number>\",\n          \"longitude\": \"<number>\"\n        },\n        \"storeNumber\": \"<string>\"\n      },\n      \"state\": \"<string>\",\n      \"mappedState\": \"<string>\",\n      \"dispatchAt\": \"<dateTime>\",\n      \"shipper\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"shipperContractSla\": {\n        \"id\": \"<string>\",\n        \"serviceLevel\": {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"endOfDayMinutes\": \"<number>\",\n          \"requireWindows\": \"<number>\",\n          \"pickUpSpeed\": {\n            \"name\": \"<string>\",\n            \"value\": \"<number>\"\n          },\n          \"dropOffSpeed\": {\n            \"name\": \"<string>\",\n            \"value\": \"<number>\"\n          }\n        }\n      },\n      \"lp\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"order\": {\n        \"id\": \"<string>\",\n        \"orderId\": \"<string>\"\n      },\n      \"risk\": \"<number>\",\n      \"deliverySpeedMin\": \"<integer>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"finalAttempt\": {\n        \"id\": \"<string>\",\n        \"updatedAt\": \"<dateTime>\",\n        \"state\": \"<string>\",\n        \"lpContractSla\": {\n          \"id\": \"<string>\",\n          \"organization\": {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\"\n          },\n          \"shipperContractSla\": {\n            \"id\": \"<string>\",\n            \"pickupSla\": \"<number>\",\n            \"dropOffSla\": \"<number>\"\n          }\n        },\n        \"deliveryStatus\": {\n          \"id\": \"<string>\",\n          \"eta\": \"<dateTime>\"\n        }\n      },\n      \"deliveryExceptions\": [\n        {\n          \"id\": \"<uuid>\",\n          \"reason\": {\n            \"id\": \"<uuid>\",\n            \"title\": \"<string>\",\n            \"deliveryBillableToShipper\": \"<boolean>\",\n            \"deliveryPayableToLp\": \"<boolean>\",\n            \"shipperSlaWaived\": \"<boolean>\",\n            \"lpSlaWaived\": \"<boolean>\"\n          },\n          \"severity\": \"HIGH\",\n          \"resolved\": false,\n          \"notes\": \"<string>\",\n          \"damageInfo\": {\n            \"id\": \"<uuid>\",\n            \"quantity\": \"<string>\",\n            \"orderItem\": {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"priceCent\": \"<number>\",\n              \"lengthIn\": \"<number>\",\n              \"lengthCm\": \"<number>\",\n              \"widthIn\": \"<number>\",\n              \"widthCm\": \"<number>\",\n              \"heightIn\": \"<number>\",\n              \"heightCm\": \"<number>\",\n              \"weightLbs\": \"<number>\",\n              \"weightKg\": \"<number>\",\n              \"quantity\": \"<integer>\"\n            }\n          },\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"reason\": {\n            \"id\": \"<uuid>\",\n            \"title\": \"<string>\",\n            \"deliveryBillableToShipper\": \"<boolean>\",\n            \"deliveryPayableToLp\": \"<boolean>\",\n            \"shipperSlaWaived\": \"<boolean>\",\n            \"lpSlaWaived\": \"<boolean>\"\n          },\n          \"severity\": \"LOW\",\n          \"resolved\": false,\n          \"notes\": \"<string>\",\n          \"damageInfo\": {\n            \"id\": \"<uuid>\",\n            \"quantity\": \"<string>\",\n            \"orderItem\": {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"priceCent\": \"<number>\",\n              \"lengthIn\": \"<number>\",\n              \"lengthCm\": \"<number>\",\n              \"widthIn\": \"<number>\",\n              \"widthCm\": \"<number>\",\n              \"heightIn\": \"<number>\",\n              \"heightCm\": \"<number>\",\n              \"weightLbs\": \"<number>\",\n              \"weightKg\": \"<number>\",\n              \"quantity\": \"<integer>\"\n            }\n          },\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\"\n        }\n      ],\n      \"creationReason\": \"<string>\",\n      \"shipmentId\": \"<string>\",\n      \"isLeader\": \"<boolean>\",\n      \"windows\": [\n        {\n          \"id\": \"<uuid>\",\n          \"deliverySegment\": \"PICK_UP\",\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"deliverySegment\": \"PICK_UP\",\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        }\n      ],\n      \"customFields\": [\n        {\n          \"fieldName\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"fieldName\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"contactPreference\": null\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"organizationName\": \"<string>\",\n      \"from\": {\n        \"name\": \"<string>\",\n        \"id\": \"<string>\",\n        \"msa\": \"<string>\",\n        \"address\": {},\n        \"location\": {\n          \"latitude\": \"<number>\",\n          \"longitude\": \"<number>\"\n        },\n        \"storeNumber\": \"<string>\"\n      },\n      \"to\": {\n        \"name\": \"<string>\",\n        \"id\": \"<string>\",\n        \"msa\": \"<string>\",\n        \"address\": {},\n        \"location\": {\n          \"latitude\": \"<number>\",\n          \"longitude\": \"<number>\"\n        },\n        \"storeNumber\": \"<string>\"\n      },\n      \"state\": \"<string>\",\n      \"mappedState\": \"<string>\",\n      \"dispatchAt\": \"<dateTime>\",\n      \"shipper\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"shipperContractSla\": {\n        \"id\": \"<string>\",\n        \"serviceLevel\": {\n          \"id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"endOfDayMinutes\": \"<number>\",\n          \"requireWindows\": \"<number>\",\n          \"pickUpSpeed\": {\n            \"name\": \"<string>\",\n            \"value\": \"<number>\"\n          },\n          \"dropOffSpeed\": {\n            \"name\": \"<string>\",\n            \"value\": \"<number>\"\n          }\n        }\n      },\n      \"lp\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"order\": {\n        \"id\": \"<string>\",\n        \"orderId\": \"<string>\"\n      },\n      \"risk\": \"<number>\",\n      \"deliverySpeedMin\": \"<integer>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"finalAttempt\": {\n        \"id\": \"<string>\",\n        \"updatedAt\": \"<dateTime>\",\n        \"state\": \"<string>\",\n        \"lpContractSla\": {\n          \"id\": \"<string>\",\n          \"organization\": {\n            \"id\": \"<string>\",\n            \"name\": \"<string>\"\n          },\n          \"shipperContractSla\": {\n            \"id\": \"<string>\",\n            \"pickupSla\": \"<number>\",\n            \"dropOffSla\": \"<number>\"\n          }\n        },\n        \"deliveryStatus\": {\n          \"id\": \"<string>\",\n          \"eta\": \"<dateTime>\"\n        }\n      },\n      \"deliveryExceptions\": [\n        {\n          \"id\": \"<uuid>\",\n          \"reason\": {\n            \"id\": \"<uuid>\",\n            \"title\": \"<string>\",\n            \"deliveryBillableToShipper\": \"<boolean>\",\n            \"deliveryPayableToLp\": \"<boolean>\",\n            \"shipperSlaWaived\": \"<boolean>\",\n            \"lpSlaWaived\": \"<boolean>\"\n          },\n          \"severity\": \"HIGH\",\n          \"resolved\": false,\n          \"notes\": \"<string>\",\n          \"damageInfo\": {\n            \"id\": \"<uuid>\",\n            \"quantity\": \"<string>\",\n            \"orderItem\": {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"priceCent\": \"<number>\",\n              \"lengthIn\": \"<number>\",\n              \"lengthCm\": \"<number>\",\n              \"widthIn\": \"<number>\",\n              \"widthCm\": \"<number>\",\n              \"heightIn\": \"<number>\",\n              \"heightCm\": \"<number>\",\n              \"weightLbs\": \"<number>\",\n              \"weightKg\": \"<number>\",\n              \"quantity\": \"<integer>\"\n            }\n          },\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"reason\": {\n            \"id\": \"<uuid>\",\n            \"title\": \"<string>\",\n            \"deliveryBillableToShipper\": \"<boolean>\",\n            \"deliveryPayableToLp\": \"<boolean>\",\n            \"shipperSlaWaived\": \"<boolean>\",\n            \"lpSlaWaived\": \"<boolean>\"\n          },\n          \"severity\": \"MEDIUM\",\n          \"resolved\": false,\n          \"notes\": \"<string>\",\n          \"damageInfo\": {\n            \"id\": \"<uuid>\",\n            \"quantity\": \"<string>\",\n            \"orderItem\": {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"priceCent\": \"<number>\",\n              \"lengthIn\": \"<number>\",\n              \"lengthCm\": \"<number>\",\n              \"widthIn\": \"<number>\",\n              \"widthCm\": \"<number>\",\n              \"heightIn\": \"<number>\",\n              \"heightCm\": \"<number>\",\n              \"weightLbs\": \"<number>\",\n              \"weightKg\": \"<number>\",\n              \"quantity\": \"<integer>\"\n            }\n          },\n          \"createdAt\": \"<dateTime>\",\n          \"updatedAt\": \"<dateTime>\"\n        }\n      ],\n      \"creationReason\": \"<string>\",\n      \"shipmentId\": \"<string>\",\n      \"isLeader\": \"<boolean>\",\n      \"windows\": [\n        {\n          \"id\": \"<uuid>\",\n          \"deliverySegment\": \"PICK_UP\",\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"deliverySegment\": \"PICK_UP\",\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        }\n      ],\n      \"customFields\": [\n        {\n          \"fieldName\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"fieldName\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"contactPreference\": null\n    }\n  ]\n}"},{"id":"2348a472-3be7-498b-876e-9b5f1af48240","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//delivery/list?offset=0&limit=20&sortby=<string>&order=DESC&filter=<string>&leaderId=<string>&searchShipmentId=<string>&lpIds=<string>&template=default&customField=<string>","host":["/"],"path":["delivery","list"],"query":[{"description":"(Required) Number of items to skip before returning the results.","key":"offset","value":"0"},{"description":"(Required) Maximum number of items to return.","key":"limit","value":"20"},{"description":"Field to sort by","key":"sortby","value":"<string>"},{"description":"Sort order","key":"order","value":"DESC"},{"description":"JSON string { state: DeliveryState[], shipperIds: string[], lpIds: string[], fromIds: string[], search: string, searchOrderId: string, searchShipmentId: string }","key":"filter","value":"<string>"},{"description":"Delivery ID of leader to filter and return all follower deliveries","key":"leaderId","value":"<string>"},{"description":"Text to search for partial match in the shipmentId field","key":"searchShipmentId","value":"<string>"},{"description":"Filter and return orders with LP IDs in the list of lpIds provided.  Treated as an array, more than one instance of lpIds can be provided","key":"lpIds","value":"<string>"},{"description":"Filter out some of the returned response data needed for a page","key":"template","value":"default"},{"description":"Filter's by custom fields specific to each shipper.  The parameter is provided as `customField=fieldName:value`.  Can be provided more than once for multiple values or fields.","key":"customField","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"23d6bbd7-9cbf-4514-b4c6-1cccc5e65140"}],"id":"06bcca41-58ce-4423-8e5c-2df1f969cb11","_postman_id":"06bcca41-58ce-4423-8e5c-2df1f969cb11","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"get-rates","item":[{"name":"Fetches rates of delivery through OneRail network. This route does not save delivery into the system.","id":"f9e11166-acf8-4c33-a820-c34df22de81a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"deliveryType\": \"BUSINESS\",\n  \"orderData\": {\n    \"orderId\": \"DXRx-TJ5eH\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"150\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"85\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"125\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"125\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"notes\": \"<string>\",\n  \"contractId\": \"<string>\",\n  \"requestLabel\": false,\n  \"labelType\": \"png\",\n  \"deliveryOptions\": [\n    \"REQUIRE_OVER_21\",\n    \"REQUIRE_SIGNATURE\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"contactPreference\": null,\n  \"dispatchAt\": \"<dateTime>\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"55\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Package Label\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"BOL\",\n      \"fileLink\": \"<string>\"\n    }\n  ],\n  \"saveDraftDelivery\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/get-rates","urlObject":{"path":["delivery","get-rates"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"1b30dc79-b85c-4862-ab0b-e13f6f9ee5ea","name":"Rates OneRail offers this moment in time","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"deliveryType\": \"BUSINESS\",\n  \"orderData\": {\n    \"orderId\": \"DXRx-TJ5eH\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"150\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"85\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"125\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"125\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"notes\": \"<string>\",\n  \"contractId\": \"<string>\",\n  \"requestLabel\": false,\n  \"labelType\": \"png\",\n  \"deliveryOptions\": [\n    \"REQUIRE_OVER_21\",\n    \"REQUIRE_SIGNATURE\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"contactPreference\": null,\n  \"dispatchAt\": \"<dateTime>\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"55\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Package Label\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"BOL\",\n      \"fileLink\": \"<string>\"\n    }\n  ],\n  \"saveDraftDelivery\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/get-rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": \"<number>\",\n  \"lpName\": \"<string>\",\n  \"potentialLps\": [\n    {\n      \"name\": \"<string>\",\n      \"rate\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"rate\": \"<number>\"\n    }\n  ],\n  \"breakdown\": [\n    {\n      \"value\": \"<number>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"value\": \"<number>\",\n      \"type\": \"<string>\"\n    }\n  ],\n  \"deliveryId\": \"<uuid>\"\n}"},{"id":"d6015c0c-4f00-478a-ac80-f3085488e966","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"deliveryType\": \"BUSINESS\",\n  \"orderData\": {\n    \"orderId\": \"DXRx-TJ5eH\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"150\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"85\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"300\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"125\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"125\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"notes\": \"<string>\",\n  \"contractId\": \"<string>\",\n  \"requestLabel\": false,\n  \"labelType\": \"png\",\n  \"deliveryOptions\": [\n    \"REQUIRE_OVER_21\",\n    \"REQUIRE_SIGNATURE\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"contactPreference\": null,\n  \"dispatchAt\": \"<dateTime>\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"55\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Package Label\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"BOL\",\n      \"fileLink\": \"<string>\"\n    }\n  ],\n  \"saveDraftDelivery\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/get-rates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"f9e11166-acf8-4c33-a820-c34df22de81a"}],"id":"8f893821-de61-43a2-b301-b632f90087ce","_postman_id":"8f893821-de61-43a2-b301-b632f90087ce","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"{id}","item":[{"name":"details","item":[{"name":"Returns delivery details","id":"6f7c9653-86e1-43ba-8421-1caabe4abdb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//delivery/:id/details?numericSystem=IMPERIAL","urlObject":{"path":["delivery",":id","details"],"host":["/"],"query":[{"key":"numericSystem","value":"IMPERIAL"}],"variable":[{"id":"520cd608-c83d-46b1-b923-9e3dc1f8a33d","description":{"content":"<p>(Required) delivery id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"ad53b28a-96a9-4d97-8526-6007aaf21af1","name":"Returns delivery details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//delivery/:id/details?numericSystem=IMPERIAL","host":["/"],"path":["delivery",":id","details"],"query":[{"key":"numericSystem","value":"IMPERIAL"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"deliveryType\": \"RESIDENTIAL\",\n  \"notes\": \"<string>\",\n  \"triggeredBy\": \"<string>\",\n  \"state\": \"DRAFT\",\n  \"isReturn\": \"<boolean>\",\n  \"dispatchAt\": \"<dateTime>\",\n  \"deliverySpeedMin\": \"<integer>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"shipperExtraData\": {},\n  \"contractedShipperCostCent\": \"<integer>\",\n  \"actualShipperCostCent\": \"<integer>\",\n  \"fromId\": \"<uuid>\",\n  \"slaPickupBufferMinute\": \"<number>\",\n  \"slaDropoffBufferMinute\": \"<number>\",\n  \"computedDistanceMile\": \"<number>\",\n  \"computedDistanceKm\": \"<number>\",\n  \"deliveryAttemptId\": \"<uuid>\",\n  \"creationReason\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"deliveryDeadline\": \"<dateTime>\",\n  \"shipperContractSla\": {\n    \"id\": \"<uuid>\",\n    \"pickUpSla\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    \"dropOffSla\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    \"latePickupPenaltyPercent\": \"<float>\",\n    \"lateDeliveryPenaltyPercent\": \"<float>\",\n    \"pickUpDesc\": \"<string>\",\n    \"dropOffDesc\": \"<string>\",\n    \"mileageAvg\": \"<integer>\",\n    \"mileageMax\": \"<integer>\",\n    \"endOfDayTime\": \"<integer>\",\n    \"shippingMode\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    ],\n    \"shipperSignature\": {\n      \"id\": \"<uuid>\",\n      \"typedName\": \"<string>\",\n      \"ipAddress\": {\n        \"format\": \"ipv4\"\n      },\n      \"signedOn\": \"<dateTime>\",\n      \"signedBy\": {\n        \"id\": \"<uuid>\",\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\"\n      }\n    },\n    \"oneRailSignature\": {\n      \"id\": \"<uuid>\",\n      \"typedName\": \"<string>\",\n      \"ipAddress\": {\n        \"format\": \"ipv4\"\n      },\n      \"signedOn\": \"<dateTime>\",\n      \"signedBy\": {\n        \"id\": \"<uuid>\",\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\"\n      }\n    },\n    \"approvedBy\": {\n      \"id\": \"<uuid>\",\n      \"firstName\": \"<string>\",\n      \"lastName\": \"<string>\"\n    },\n    \"approvedOn\": \"<dateTime>\",\n    \"shipperContract\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization\": {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\"\n      }\n    }\n  },\n  \"from\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    },\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"address\": {\n      \"city\": \"<string>\",\n      \"label\": \"<string>\",\n      \"state\": \"<string>\",\n      \"county\": \"<string>\",\n      \"street\": \"<string>\",\n      \"street2\": \"<string>\",\n      \"stateCode\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"countryCode\": \"<string>\",\n      \"countryName\": \"<string>\",\n      \"houseNumber\": \"<string>\"\n    },\n    \"accessCode\": \"<string>\",\n    \"shippingInstructions\": \"<string>\",\n    \"receivingInstructions\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"timezone\": \"<string>\",\n    \"timezoneOffset\": \"<number>\",\n    \"timezoneAbbreviataion\": \"<string>\",\n    \"msa\": \"<string>\",\n    \"cutoffTimeMins\": \"<number>\",\n    \"organizationId\": \"<string>\",\n    \"canDispatchDeliveries\": \"<boolean>\"\n  },\n  \"to\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    },\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"address\": {\n      \"city\": \"<string>\",\n      \"label\": \"<string>\",\n      \"state\": \"<string>\",\n      \"county\": \"<string>\",\n      \"street\": \"<string>\",\n      \"street2\": \"<string>\",\n      \"stateCode\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"countryCode\": \"<string>\",\n      \"countryName\": \"<string>\",\n      \"houseNumber\": \"<string>\"\n    },\n    \"accessCode\": \"<string>\",\n    \"shippingInstructions\": \"<string>\",\n    \"receivingInstructions\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"timezone\": \"<string>\",\n    \"timezoneOffset\": \"<number>\",\n    \"timezoneAbbreviataion\": \"<string>\",\n    \"msa\": \"<string>\",\n    \"cutoffTimeMins\": \"<number>\",\n    \"organizationId\": \"<string>\",\n    \"canDispatchDeliveries\": \"<boolean>\"\n  },\n  \"deliveryOptions\": [\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"deliveryAttempts\": [\n    {\n      \"id\": \"<uuid>\",\n      \"state\": \"<string>\",\n      \"failureReason\": \"<string>\",\n      \"durationMin\": \"<integer>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"deliveryStatus\": {\n        \"id\": \"<uuid>\",\n        \"location\": {\n          \"latitude\": \"<number>\",\n          \"longitude\": \"<number>\"\n        },\n        \"driverName\": \"<string>\",\n        \"driverPhone\": \"<string>\",\n        \"eta\": \"<dateTime>\",\n        \"driverNotes\": \"<string>\",\n        \"tmsLinkURL\": \"<string>\",\n        \"lpDeliveryId\": \"<string>\",\n        \"lpDeliveryData\": {}\n      },\n      \"deliveryStateChanges\": [\n        {\n          \"state\": \"CANCELED_BY_LP\",\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"happenedOn\": \"<dateTime>\"\n        },\n        {\n          \"state\": \"PICKED_UP\",\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"happenedOn\": \"<dateTime>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"state\": \"<string>\",\n      \"failureReason\": \"<string>\",\n      \"durationMin\": \"<integer>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"deliveryStatus\": {\n        \"id\": \"<uuid>\",\n        \"location\": {\n          \"latitude\": \"<number>\",\n          \"longitude\": \"<number>\"\n        },\n        \"driverName\": \"<string>\",\n        \"driverPhone\": \"<string>\",\n        \"eta\": \"<dateTime>\",\n        \"driverNotes\": \"<string>\",\n        \"tmsLinkURL\": \"<string>\",\n        \"lpDeliveryId\": \"<string>\",\n        \"lpDeliveryData\": {}\n      },\n      \"deliveryStateChanges\": [\n        {\n          \"state\": \"EN_ROUTE_TO_DELIVERY\",\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"happenedOn\": \"<dateTime>\"\n        },\n        {\n          \"state\": \"CANCELED_BY_LP\",\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"happenedOn\": \"<dateTime>\"\n        }\n      ]\n    }\n  ],\n  \"capabilityTags\": [\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"deliveryExceptions\": [\n    {\n      \"id\": \"<uuid>\",\n      \"reason\": {\n        \"id\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"deliveryBillableToShipper\": \"<boolean>\",\n        \"deliveryPayableToLp\": \"<boolean>\",\n        \"shipperSlaWaived\": \"<boolean>\",\n        \"lpSlaWaived\": \"<boolean>\"\n      },\n      \"severity\": \"MEDIUM\",\n      \"resolved\": false,\n      \"notes\": \"<string>\",\n      \"damageInfo\": {\n        \"id\": \"<uuid>\",\n        \"quantity\": \"<string>\",\n        \"orderItem\": {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"priceCent\": \"<number>\",\n          \"lengthIn\": \"<number>\",\n          \"lengthCm\": \"<number>\",\n          \"widthIn\": \"<number>\",\n          \"widthCm\": \"<number>\",\n          \"heightIn\": \"<number>\",\n          \"heightCm\": \"<number>\",\n          \"weightLbs\": \"<number>\",\n          \"weightKg\": \"<number>\",\n          \"quantity\": \"<integer>\"\n        }\n      },\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"reason\": {\n        \"id\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"deliveryBillableToShipper\": \"<boolean>\",\n        \"deliveryPayableToLp\": \"<boolean>\",\n        \"shipperSlaWaived\": \"<boolean>\",\n        \"lpSlaWaived\": \"<boolean>\"\n      },\n      \"severity\": \"MEDIUM\",\n      \"resolved\": false,\n      \"notes\": \"<string>\",\n      \"damageInfo\": {\n        \"id\": \"<uuid>\",\n        \"quantity\": \"<string>\",\n        \"orderItem\": {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"priceCent\": \"<number>\",\n          \"lengthIn\": \"<number>\",\n          \"lengthCm\": \"<number>\",\n          \"widthIn\": \"<number>\",\n          \"widthCm\": \"<number>\",\n          \"heightIn\": \"<number>\",\n          \"heightCm\": \"<number>\",\n          \"weightLbs\": \"<number>\",\n          \"weightKg\": \"<number>\",\n          \"quantity\": \"<integer>\"\n        }\n      },\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"deliveryRating\": {\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"feedback\": \"<string>\"\n  },\n  \"order\": {\n    \"id\": \"<uuid>\",\n    \"orderId\": \"<string>\",\n    \"netAmountCent\": \"<number>\",\n    \"barCode\": \"<string>\",\n    \"orderItems\": [\n      {\n        \"id\": \"<uuid>\",\n        \"description\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"priceCent\": \"<number>\",\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<number>\",\n        \"quantity\": \"<integer>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"description\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"priceCent\": \"<number>\",\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<number>\",\n        \"quantity\": \"<integer>\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"organization\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organizationTypes\": [\n        {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\"\n        }\n      ]\n    }\n  },\n  \"contactPreference\": null\n}"},{"id":"8b28b209-5f77-4987-9f5c-35cfaddaae26","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//delivery/:id/details?numericSystem=IMPERIAL","host":["/"],"path":["delivery",":id","details"],"query":[{"key":"numericSystem","value":"IMPERIAL"}],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"6f7c9653-86e1-43ba-8421-1caabe4abdb2"}],"id":"b77bff63-8d46-4377-b075-c07eeca8dfd8","_postman_id":"b77bff63-8d46-4377-b075-c07eeca8dfd8","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"cancel","item":[{"name":"Cancel a delivery","id":"57ab9a7d-a282-4901-9e33-26510a17dd94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"reason\": {\n    \"title\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/:id/cancel","urlObject":{"path":["delivery",":id","cancel"],"host":["/"],"query":[],"variable":[{"id":"78e4e6c9-c6d2-4f49-b5c0-bd5d163b4fc0","description":{"content":"<p>(Required) delivery id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"5ab54cb6-b940-49c8-9256-527fb35120e4","name":"Success. The delivery has been cancelled.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": {\n    \"title\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:id/cancel","host":["/"],"path":["delivery",":id","cancel"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5b3ba523-a74f-4c9f-a19e-ed6261ea5a5d","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": {\n    \"title\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:id/cancel","host":["/"],"path":["delivery",":id","cancel"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"57ab9a7d-a282-4901-9e33-26510a17dd94"}],"id":"26673262-36a3-4eae-8b87-f77f7d4c4795","_postman_id":"26673262-36a3-4eae-8b87-f77f7d4c4795","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"shipment-id","item":[{"name":"Update the shipmentId on a delivery","id":"35c13445-aa88-4f42-a0d0-465c7229771e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipmentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/:id/shipment-id","urlObject":{"path":["delivery",":id","shipment-id"],"host":["/"],"query":[],"variable":[{"id":"cc29e21e-98ae-4dd8-981c-6c1d6e140ec4","description":{"content":"<p>(Required) delivery id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"dc7b9954-b1d8-4e6b-b71d-846ab000d0eb","name":"ShipmentId has been updated or cleared","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"shipmentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:id/shipment-id","host":["/"],"path":["delivery",":id","shipment-id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"51e49ac6-e1bf-4732-9369-0369eecece76","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"shipmentId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:id/shipment-id","host":["/"],"path":["delivery",":id","shipment-id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"35c13445-aa88-4f42-a0d0-465c7229771e"}],"id":"605fd65a-b9dd-452e-a41d-cde3b4539b77","_postman_id":"605fd65a-b9dd-452e-a41d-cde3b4539b77","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"f6ff47a6-822f-4f78-b6fb-76d0c6446d94","_postman_id":"f6ff47a6-822f-4f78-b6fb-76d0c6446d94","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"get-historical-rates","item":[{"name":"Get historical rates for a delivery","id":"98f00700-1108-488b-9db2-2fcfa48d3645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//delivery/get-historical-rates?deliveryId=<string>&orderId=<string>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}},"urlObject":{"path":["delivery","get-historical-rates"],"host":["/"],"query":[{"description":{"content":"<p>Onerail uuid deliveryId or internal user deliveryId</p>\n","type":"text/plain"},"key":"deliveryId","value":"<string>"},{"description":{"content":"<p>Onerail uuid deliveryId or internal user deliveryId</p>\n","type":"text/plain"},"key":"orderId","value":"<string>"}],"variable":[]}},"response":[{"id":"b8800bf9-8399-4479-aa9d-cf33ad94c869","name":"Success. The delivery historical rates","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"url":{"raw":"//delivery/get-historical-rates?deliveryId=<string>&orderId=<string>","host":["/"],"path":["delivery","get-historical-rates"],"query":[{"description":"Onerail uuid deliveryId or internal user deliveryId","key":"deliveryId","value":"<string>"},{"description":"Onerail uuid deliveryId or internal user deliveryId","key":"orderId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"deliveryId\": \"<string>\",\n  \"shipperDeliveryId\": \"<string>\",\n  \"orderId\": \"<string>\",\n  \"shipperOrderId\": \"<string>\",\n  \"shipperOrganizationId\": \"<string>\",\n  \"lpOrganizationId\": \"<string>\",\n  \"lpOrganizationName\": \"<string>\",\n  \"serviceLevelRequestedName\": \"<string>\",\n  \"serviceLevelRequestedId\": \"<string>\",\n  \"lpServiceLevelChosen\": \"<string>\",\n  \"lpServiceLevelChosenCostCents\": \"<number>\",\n  \"deliveryAttemptId\": \"<string>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"rateData\": {}\n}"},{"id":"b47f9fb1-096f-421a-938c-88f3205a5ff8","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"url":{"raw":"//delivery/get-historical-rates?deliveryId=<string>&orderId=<string>","host":["/"],"path":["delivery","get-historical-rates"],"query":[{"description":"Onerail uuid deliveryId or internal user deliveryId","key":"deliveryId","value":"<string>"},{"description":"Onerail uuid deliveryId or internal user deliveryId","key":"orderId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"},{"id":"020b00f7-e174-49c1-ac05-542cfc33d6a3","name":"No  record found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"url":{"raw":"//delivery/get-historical-rates?deliveryId=<string>&orderId=<string>","host":["/"],"path":["delivery","get-historical-rates"],"query":[{"description":"Onerail uuid deliveryId or internal user deliveryId","key":"deliveryId","value":"<string>"},{"description":"Onerail uuid deliveryId or internal user deliveryId","key":"orderId","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"98f00700-1108-488b-9db2-2fcfa48d3645"}],"id":"5f220e8e-7b24-47be-b452-db75ac890ad5","_postman_id":"5f220e8e-7b24-47be-b452-db75ac890ad5","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"{deliveryId}","item":[{"name":"reschedule","item":[{"name":"Reschedule delivery","id":"09c1441b-d04a-4e08-8545-cddb0ed9ba80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dispatchAt\": \"<dateTime>\",\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/:deliveryId/reschedule","urlObject":{"path":["delivery",":deliveryId","reschedule"],"host":["/"],"query":[],"variable":[{"id":"8d4d13a3-e0e3-4d21-9657-12446177cb7d","description":{"content":"<p>(Required) target delivery</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"deliveryId"}]}},"response":[{"id":"6d948ae7-2d77-44e9-8d7d-3215b2c510dd","name":"Returns delivery details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"dispatchAt\": \"<dateTime>\",\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:deliveryId/reschedule","host":["/"],"path":["delivery",":deliveryId","reschedule"],"variable":[{"key":"deliveryId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"deliveryType\": \"RESIDENTIAL\",\n  \"notes\": \"<string>\",\n  \"triggeredBy\": \"<string>\",\n  \"state\": \"DRAFT\",\n  \"isReturn\": \"<boolean>\",\n  \"dispatchAt\": \"<dateTime>\",\n  \"deliverySpeedMin\": \"<integer>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"shipperExtraData\": {},\n  \"contractedShipperCostCent\": \"<integer>\",\n  \"actualShipperCostCent\": \"<integer>\",\n  \"fromId\": \"<uuid>\",\n  \"slaPickupBufferMinute\": \"<number>\",\n  \"slaDropoffBufferMinute\": \"<number>\",\n  \"computedDistanceMile\": \"<number>\",\n  \"computedDistanceKm\": \"<number>\",\n  \"deliveryAttemptId\": \"<uuid>\",\n  \"creationReason\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"deliveryDeadline\": \"<dateTime>\",\n  \"shipperContractSla\": {\n    \"id\": \"<uuid>\",\n    \"pickUpSla\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    \"dropOffSla\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    \"latePickupPenaltyPercent\": \"<float>\",\n    \"lateDeliveryPenaltyPercent\": \"<float>\",\n    \"pickUpDesc\": \"<string>\",\n    \"dropOffDesc\": \"<string>\",\n    \"mileageAvg\": \"<integer>\",\n    \"mileageMax\": \"<integer>\",\n    \"endOfDayTime\": \"<integer>\",\n    \"shippingMode\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    ],\n    \"shipperSignature\": {\n      \"id\": \"<uuid>\",\n      \"typedName\": \"<string>\",\n      \"ipAddress\": {\n        \"format\": \"ipv4\"\n      },\n      \"signedOn\": \"<dateTime>\",\n      \"signedBy\": {\n        \"id\": \"<uuid>\",\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\"\n      }\n    },\n    \"oneRailSignature\": {\n      \"id\": \"<uuid>\",\n      \"typedName\": \"<string>\",\n      \"ipAddress\": {\n        \"format\": \"ipv4\"\n      },\n      \"signedOn\": \"<dateTime>\",\n      \"signedBy\": {\n        \"id\": \"<uuid>\",\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\"\n      }\n    },\n    \"approvedBy\": {\n      \"id\": \"<uuid>\",\n      \"firstName\": \"<string>\",\n      \"lastName\": \"<string>\"\n    },\n    \"approvedOn\": \"<dateTime>\",\n    \"shipperContract\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization\": {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\"\n      }\n    }\n  },\n  \"from\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    },\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"address\": {\n      \"city\": \"<string>\",\n      \"label\": \"<string>\",\n      \"state\": \"<string>\",\n      \"county\": \"<string>\",\n      \"street\": \"<string>\",\n      \"street2\": \"<string>\",\n      \"stateCode\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"countryCode\": \"<string>\",\n      \"countryName\": \"<string>\",\n      \"houseNumber\": \"<string>\"\n    },\n    \"accessCode\": \"<string>\",\n    \"shippingInstructions\": \"<string>\",\n    \"receivingInstructions\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"timezone\": \"<string>\",\n    \"timezoneOffset\": \"<number>\",\n    \"timezoneAbbreviataion\": \"<string>\",\n    \"msa\": \"<string>\",\n    \"cutoffTimeMins\": \"<number>\",\n    \"organizationId\": \"<string>\",\n    \"canDispatchDeliveries\": \"<boolean>\"\n  },\n  \"to\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    },\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"address\": {\n      \"city\": \"<string>\",\n      \"label\": \"<string>\",\n      \"state\": \"<string>\",\n      \"county\": \"<string>\",\n      \"street\": \"<string>\",\n      \"street2\": \"<string>\",\n      \"stateCode\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"countryCode\": \"<string>\",\n      \"countryName\": \"<string>\",\n      \"houseNumber\": \"<string>\"\n    },\n    \"accessCode\": \"<string>\",\n    \"shippingInstructions\": \"<string>\",\n    \"receivingInstructions\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"timezone\": \"<string>\",\n    \"timezoneOffset\": \"<number>\",\n    \"timezoneAbbreviataion\": \"<string>\",\n    \"msa\": \"<string>\",\n    \"cutoffTimeMins\": \"<number>\",\n    \"organizationId\": \"<string>\",\n    \"canDispatchDeliveries\": \"<boolean>\"\n  },\n  \"deliveryOptions\": [\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"deliveryAttempts\": [\n    {\n      \"id\": \"<uuid>\",\n      \"state\": \"<string>\",\n      \"failureReason\": \"<string>\",\n      \"durationMin\": \"<integer>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"deliveryStatus\": {\n        \"id\": \"<uuid>\",\n        \"location\": {\n          \"latitude\": \"<number>\",\n          \"longitude\": \"<number>\"\n        },\n        \"driverName\": \"<string>\",\n        \"driverPhone\": \"<string>\",\n        \"eta\": \"<dateTime>\",\n        \"driverNotes\": \"<string>\",\n        \"tmsLinkURL\": \"<string>\",\n        \"lpDeliveryId\": \"<string>\",\n        \"lpDeliveryData\": {}\n      },\n      \"deliveryStateChanges\": [\n        {\n          \"state\": \"CANCELED_BY_LP\",\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"happenedOn\": \"<dateTime>\"\n        },\n        {\n          \"state\": \"PICKED_UP\",\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"happenedOn\": \"<dateTime>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"state\": \"<string>\",\n      \"failureReason\": \"<string>\",\n      \"durationMin\": \"<integer>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\",\n      \"deliveryStatus\": {\n        \"id\": \"<uuid>\",\n        \"location\": {\n          \"latitude\": \"<number>\",\n          \"longitude\": \"<number>\"\n        },\n        \"driverName\": \"<string>\",\n        \"driverPhone\": \"<string>\",\n        \"eta\": \"<dateTime>\",\n        \"driverNotes\": \"<string>\",\n        \"tmsLinkURL\": \"<string>\",\n        \"lpDeliveryId\": \"<string>\",\n        \"lpDeliveryData\": {}\n      },\n      \"deliveryStateChanges\": [\n        {\n          \"state\": \"EN_ROUTE_TO_DELIVERY\",\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"happenedOn\": \"<dateTime>\"\n        },\n        {\n          \"state\": \"CANCELED_BY_LP\",\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"happenedOn\": \"<dateTime>\"\n        }\n      ]\n    }\n  ],\n  \"capabilityTags\": [\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"deliveryExceptions\": [\n    {\n      \"id\": \"<uuid>\",\n      \"reason\": {\n        \"id\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"deliveryBillableToShipper\": \"<boolean>\",\n        \"deliveryPayableToLp\": \"<boolean>\",\n        \"shipperSlaWaived\": \"<boolean>\",\n        \"lpSlaWaived\": \"<boolean>\"\n      },\n      \"severity\": \"MEDIUM\",\n      \"resolved\": false,\n      \"notes\": \"<string>\",\n      \"damageInfo\": {\n        \"id\": \"<uuid>\",\n        \"quantity\": \"<string>\",\n        \"orderItem\": {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"priceCent\": \"<number>\",\n          \"lengthIn\": \"<number>\",\n          \"lengthCm\": \"<number>\",\n          \"widthIn\": \"<number>\",\n          \"widthCm\": \"<number>\",\n          \"heightIn\": \"<number>\",\n          \"heightCm\": \"<number>\",\n          \"weightLbs\": \"<number>\",\n          \"weightKg\": \"<number>\",\n          \"quantity\": \"<integer>\"\n        }\n      },\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"reason\": {\n        \"id\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"deliveryBillableToShipper\": \"<boolean>\",\n        \"deliveryPayableToLp\": \"<boolean>\",\n        \"shipperSlaWaived\": \"<boolean>\",\n        \"lpSlaWaived\": \"<boolean>\"\n      },\n      \"severity\": \"MEDIUM\",\n      \"resolved\": false,\n      \"notes\": \"<string>\",\n      \"damageInfo\": {\n        \"id\": \"<uuid>\",\n        \"quantity\": \"<string>\",\n        \"orderItem\": {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"priceCent\": \"<number>\",\n          \"lengthIn\": \"<number>\",\n          \"lengthCm\": \"<number>\",\n          \"widthIn\": \"<number>\",\n          \"widthCm\": \"<number>\",\n          \"heightIn\": \"<number>\",\n          \"heightCm\": \"<number>\",\n          \"weightLbs\": \"<number>\",\n          \"weightKg\": \"<number>\",\n          \"quantity\": \"<integer>\"\n        }\n      },\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"deliveryRating\": {\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"feedback\": \"<string>\"\n  },\n  \"order\": {\n    \"id\": \"<uuid>\",\n    \"orderId\": \"<string>\",\n    \"netAmountCent\": \"<number>\",\n    \"barCode\": \"<string>\",\n    \"orderItems\": [\n      {\n        \"id\": \"<uuid>\",\n        \"description\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"priceCent\": \"<number>\",\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<number>\",\n        \"quantity\": \"<integer>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"description\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"priceCent\": \"<number>\",\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<number>\",\n        \"quantity\": \"<integer>\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"organization\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organizationTypes\": [\n        {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\"\n        }\n      ]\n    }\n  },\n  \"contactPreference\": null\n}"},{"id":"e5414ca5-a363-4c6f-9dbd-5b2cb06d9591","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"dispatchAt\": \"<dateTime>\",\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:deliveryId/reschedule","host":["/"],"path":["delivery",":deliveryId","reschedule"],"variable":[{"key":"deliveryId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"09c1441b-d04a-4e08-8545-cddb0ed9ba80"}],"id":"9af0563c-9c7c-41fb-9916-d8d40e3a8b98","_postman_id":"9af0563c-9c7c-41fb-9916-d8d40e3a8b98","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"scanData","item":[{"name":"Create scan data records for containers.","id":"6344cd6c-acbb-4547-9c17-da71b8e416a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scanEvent\": \"PICKED_UP\",\n  \"scanData\": [\n    {\n      \"evidenceValue\": \"<string>\",\n      \"evidenceType\": \"Other\"\n    },\n    {\n      \"evidenceValue\": \"<string>\",\n      \"evidenceType\": \"Other\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/:deliveryId/scanData","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}},"urlObject":{"path":["delivery",":deliveryId","scanData"],"host":["/"],"query":[],"variable":[{"id":"e7d286ad-6995-4037-8801-4a396c350e03","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"deliveryId"}]}},"response":[{"id":"87dea9ca-b5e6-44de-8419-7dac3b79e3c6","name":"Success.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"scanEvent\": \"PICKED_UP\",\n  \"scanData\": [\n    {\n      \"evidenceValue\": \"<string>\",\n      \"evidenceType\": \"Other\"\n    },\n    {\n      \"evidenceValue\": \"<string>\",\n      \"evidenceType\": \"Other\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:deliveryId/scanData","host":["/"],"path":["delivery",":deliveryId","scanData"],"variable":[{"key":"deliveryId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f40fdc06-9342-4820-86b3-85fca26533de","name":"Delivery could not be found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"scanEvent\": \"PICKED_UP\",\n  \"scanData\": [\n    {\n      \"evidenceValue\": \"<string>\",\n      \"evidenceType\": \"Other\"\n    },\n    {\n      \"evidenceValue\": \"<string>\",\n      \"evidenceType\": \"Other\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:deliveryId/scanData","host":["/"],"path":["delivery",":deliveryId","scanData"],"variable":[{"key":"deliveryId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"71694719-da40-444b-9d57-f384f4aad7da","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"scanEvent\": \"PICKED_UP\",\n  \"scanData\": [\n    {\n      \"evidenceValue\": \"<string>\",\n      \"evidenceType\": \"Other\"\n    },\n    {\n      \"evidenceValue\": \"<string>\",\n      \"evidenceType\": \"Other\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//delivery/:deliveryId/scanData","host":["/"],"path":["delivery",":deliveryId","scanData"],"variable":[{"key":"deliveryId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"6344cd6c-acbb-4547-9c17-da71b8e416a6"}],"id":"ed470154-9d74-4536-9629-0e1f7c4de657","_postman_id":"ed470154-9d74-4536-9629-0e1f7c4de657","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"2cf54885-074f-493b-89bd-e4b9d398f26b","_postman_id":"2cf54885-074f-493b-89bd-e4b9d398f26b","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"pre-validation","item":[{"name":"Validate delivery before creation","id":"8f2ea14f-e976-4e40-b756-eff132144386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"to\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"order\": {\n    \"orderItems\": [\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      },\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      }\n    ]\n  },\n  \"includePrice\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/pre-validation","urlObject":{"path":["delivery","pre-validation"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"bff5b557-8ff4-4d79-af7c-63d77575b45a","name":"Success. Shipper SLA found for that delivery","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"to\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"order\": {\n    \"orderItems\": [\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      },\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      }\n    ]\n  },\n  \"includePrice\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/pre-validation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"shipperSlaId\": \"<string>\",\n  \"priceInCents\": \"<number>\",\n  \"serviceLevelName\": \"<string>\"\n}"},{"id":"5a03d901-0373-4a8b-a708-a6fc5fdf7e5f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"to\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"order\": {\n    \"orderItems\": [\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      },\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      }\n    ]\n  },\n  \"includePrice\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/pre-validation"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"8f2ea14f-e976-4e40-b756-eff132144386"}],"id":"23c42e6f-7fc2-4b0b-b0f3-28d2f874a11d","_postman_id":"23c42e6f-7fc2-4b0b-b0f3-28d2f874a11d","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"pre-validation-multiple","item":[{"name":"Validate delivery before creation","id":"b937db3f-c57e-4c6d-9f2d-e558a48c0a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"to\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"order\": {\n    \"orderItems\": [\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      },\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      }\n    ]\n  },\n  \"includePrice\": \"<boolean>\",\n  \"activeSLAs\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/pre-validation-multiple","urlObject":{"path":["delivery","pre-validation-multiple"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"dc97f5fa-dfba-4e9f-b54a-15cdb885a817","name":"Success. Shipper SLA found for that delivery","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"to\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"order\": {\n    \"orderItems\": [\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      },\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      }\n    ]\n  },\n  \"includePrice\": \"<boolean>\",\n  \"activeSLAs\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/pre-validation-multiple"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"shipperSlaId\": \"<string>\",\n    \"priceInCents\": \"<number>\",\n    \"serviceLevelName\": \"<string>\",\n    \"serviceLevelId\": \"<string>\"\n  },\n  {\n    \"shipperSlaId\": \"<string>\",\n    \"priceInCents\": \"<number>\",\n    \"serviceLevelName\": \"<string>\",\n    \"serviceLevelId\": \"<string>\"\n  }\n]"},{"id":"55e0b681-0732-44bb-a2a6-44ad6f5cab7d","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"to\": {\n    \"location\": {\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\"\n    }\n  },\n  \"order\": {\n    \"orderItems\": [\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      },\n      {\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<float>\",\n        \"quantity\": \"<number>\"\n      }\n    ]\n  },\n  \"includePrice\": \"<boolean>\",\n  \"activeSLAs\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//delivery/pre-validation-multiple"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"b937db3f-c57e-4c6d-9f2d-e558a48c0a1e"}],"id":"6e8dd505-8404-4732-93c7-3206ee6e63fa","_postman_id":"6e8dd505-8404-4732-93c7-3206ee6e63fa","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"4c33b45a-e5c2-4e31-a3e0-fa15d8bc605e","_postman_id":"4c33b45a-e5c2-4e31-a3e0-fa15d8bc605e","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"shipping-label","item":[{"name":"{id}","item":[{"name":"{containerId}","item":[{"name":"Returns label for a specific container","id":"c7c21ee1-5001-49fb-b81d-57f7202913a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//shipping-label/:id/:containerId","urlObject":{"path":["shipping-label",":id",":containerId"],"host":["/"],"query":[],"variable":[{"id":"77a915a6-a149-40fe-8ec0-2c327fec07db","description":{"content":"<p>(Required) Either a OneRail Delivery ID or a shipper-supplied Order ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"},{"id":"cfe2727d-221e-41c3-b483-879fe52fcf52","description":{"content":"<p>(Required) Either a OneRail container ID or a shipper-supplied Order Container ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"containerId"}]}},"response":[{"id":"fb49efb9-2cef-46e5-b250-2ac3110c21a6","name":"Shipping label URL for the requested container as well and summary about this container","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//shipping-label/:id/:containerId","host":["/"],"path":["shipping-label",":id",":containerId"],"variable":[{"key":"id"},{"key":"containerId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trackingId\": \"<string>\",\n  \"deliveryId\": \"<string>\",\n  \"type\": \"<string>\",\n  \"statusCode\": \"<integer>\",\n  \"statusDescription\": \"<string>\",\n  \"scac\": \"<string>\",\n  \"serviceCode\": \"<string>\",\n  \"label\": \"<string>\",\n  \"containerId\": \"<string>\",\n  \"containerTrackingId\": \"<string>\",\n  \"shipperContainerId\": \"<string>\"\n}"},{"id":"6e7b3f0e-cc92-4c6c-82c9-c594c15bbd2b","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//shipping-label/:id/:containerId","host":["/"],"path":["shipping-label",":id",":containerId"],"variable":[{"key":"id"},{"key":"containerId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"c7c21ee1-5001-49fb-b81d-57f7202913a5"}],"id":"6a91849c-f646-447a-ab90-63e00aede660","_postman_id":"6a91849c-f646-447a-ab90-63e00aede660","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"Returns labels for all containers of the delivery","id":"cf3ef926-3887-439b-8404-9f61649f3723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//shipping-label/:id","urlObject":{"path":["shipping-label",":id"],"host":["/"],"query":[],"variable":[{"id":"1bbf0fd9-f3e8-40fa-bb4a-d748e9981ab2","description":{"content":"<p>(Required) Either a OneRail Delivery ID or a shipper-supplied Order ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"06648fc5-dd50-48be-bf6c-ee81a309f183","name":"Shipping label URL for each container as well as summary about each container and the whole delivery","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//shipping-label/:id","host":["/"],"path":["shipping-label",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trackingId\": \"<string>\",\n  \"deliveryId\": \"<string>\",\n  \"type\": \"<string>\",\n  \"statusCode\": \"<integer>\",\n  \"statusDescription\": \"<string>\",\n  \"scac\": \"<string>\",\n  \"serviceCode\": \"<string>\",\n  \"containers\": [\n    {\n      \"label\": \"<string>\",\n      \"containerId\": \"<string>\",\n      \"containerTrackingId\": \"<string>\",\n      \"shipperContainerId\": \"<string>\"\n    },\n    {\n      \"label\": \"<string>\",\n      \"containerId\": \"<string>\",\n      \"containerTrackingId\": \"<string>\",\n      \"shipperContainerId\": \"<string>\"\n    }\n  ]\n}"},{"id":"eb5e46c8-1ce3-46cc-a074-76f4f03c8a13","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//shipping-label/:id","host":["/"],"path":["shipping-label",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"cf3ef926-3887-439b-8404-9f61649f3723"}],"id":"2a8c62c1-be84-43a0-945e-5a22674d9b42","_postman_id":"2a8c62c1-be84-43a0-945e-5a22674d9b42","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"generate","item":[{"name":"{deliveryId}","item":[{"name":"Returns labels for all containers of the delivery","id":"d78d45dc-7c80-4b09-b0ee-0ec94d417fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//shipping-label/generate/:deliveryId","urlObject":{"path":["shipping-label","generate",":deliveryId"],"host":["/"],"query":[],"variable":[{"id":"2032808d-18f6-40fc-9231-f7e9616f5565","description":{"content":"<p>(Required) OneRail Delivery ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"deliveryId"}]}},"response":[{"id":"23c069af-30f6-42d3-9973-c4f386dc3c92","name":"Shipping label URL for each container as well as summary about each container and the whole delivery","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//shipping-label/generate/:deliveryId","host":["/"],"path":["shipping-label","generate",":deliveryId"],"variable":[{"key":"deliveryId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"trackingId\": \"<string>\",\n  \"deliveryId\": \"<string>\",\n  \"type\": \"<string>\",\n  \"statusCode\": \"<integer>\",\n  \"statusDescription\": \"<string>\",\n  \"scac\": \"<string>\",\n  \"serviceCode\": \"<string>\",\n  \"containers\": [\n    {\n      \"label\": \"<string>\",\n      \"containerId\": \"<string>\",\n      \"containerTrackingId\": \"<string>\",\n      \"shipperContainerId\": \"<string>\"\n    },\n    {\n      \"label\": \"<string>\",\n      \"containerId\": \"<string>\",\n      \"containerTrackingId\": \"<string>\",\n      \"shipperContainerId\": \"<string>\"\n    }\n  ]\n}"},{"id":"75a3a0c3-0353-4bcc-8dbc-8422bed82705","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY-AND-APP-ID","value":"<API Key>"}],"url":{"raw":"//shipping-label/generate/:deliveryId","host":["/"],"path":["shipping-label","generate",":deliveryId"],"variable":[{"key":"deliveryId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"d78d45dc-7c80-4b09-b0ee-0ec94d417fa6"}],"id":"75a3acd7-0289-44f9-9305-ed956bb6dde8","_postman_id":"75a3acd7-0289-44f9-9305-ed956bb6dde8","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"9eec2548-63df-4a8f-9e29-aef35d763c1e","_postman_id":"9eec2548-63df-4a8f-9e29-aef35d763c1e","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"9f675e75-0b10-4610-a676-97426061e598","_postman_id":"9f675e75-0b10-4610-a676-97426061e598","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"assets","item":[{"name":"{image}","item":[{"name":"Display image stored in Azure storage account","id":"12a621c2-9afe-461c-81c4-2ad9e9a0e0b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//assets/:image?authentication=<string>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}},"urlObject":{"path":["assets",":image"],"host":["/"],"query":[{"description":{"content":"<p>provide auth</p>\n","type":"text/plain"},"key":"authentication","value":"<string>"}],"variable":[{"id":"f2520e70-f42e-4822-b467-265e39d812de","description":{"content":"<p>(Required) image name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"image"}]}},"response":[{"id":"fef1e532-1feb-41b4-bb9e-960fe6db96f0","name":"Success. Redirected to image blob with access token","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"url":{"raw":"//assets/:image?authentication=<string>","host":["/"],"path":["assets",":image"],"query":[{"description":"provide auth","key":"authentication","value":"<string>"}],"variable":[{"key":"image"}]}},"status":"Found","code":302,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Location","value":"<string>"}],"cookie":[],"responseTime":null,"body":""},{"id":"c708428c-e73c-4aec-a130-87178bc645ca","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"url":{"raw":"//assets/:image?authentication=<string>","host":["/"],"path":["assets",":image"],"query":[{"description":"provide auth","key":"authentication","value":"<string>"}],"variable":[{"key":"image"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"12a621c2-9afe-461c-81c4-2ad9e9a0e0b9"}],"id":"3dd4c507-2df4-4548-bf30-d4532465ba07","_postman_id":"3dd4c507-2df4-4548-bf30-d4532465ba07","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"487dc7ca-4d0f-43f9-abfe-0f9d0efe7ca4","_postman_id":"487dc7ca-4d0f-43f9-abfe-0f9d0efe7ca4","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"set-redis-key","item":[{"name":"{key}","item":[{"name":"Display image stored in Azure storage account","id":"78d6feec-776e-4e69-bca2-e6a64d3f03e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//set-redis-key/:key","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}},"urlObject":{"path":["set-redis-key",":key"],"host":["/"],"query":[],"variable":[{"id":"bd994aaa-de6e-4096-9caf-47fd9470ba90","description":{"content":"<p>(Required) redis key to set</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"key"}]}},"response":[{"id":"b9beb402-67a4-4220-96b4-0c07d770b9a3","name":"Success.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//set-redis-key/:key","host":["/"],"path":["set-redis-key",":key"],"variable":[{"key":"key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"78d6feec-776e-4e69-bca2-e6a64d3f03e0"}],"id":"d99c2c41-92bc-4104-ab86-2c50ec7c7097","_postman_id":"d99c2c41-92bc-4104-ab86-2c50ec7c7097","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"4563e8ae-c427-419e-a370-ac41c30f109c","_postman_id":"4563e8ae-c427-419e-a370-ac41c30f109c","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"order","item":[{"name":"{orderId}","item":[{"name":"partial-update","item":[{"name":"Partial update an order with deliveries, appending items and containers","id":"8f6112fa-14ee-41dd-adaf-086573860080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"notes\": \"<string>\",\n  \"contractId\": \"<uuid>\",\n  \"requestLabel\": false,\n  \"requestIndividualLabels\": false,\n  \"labelType\": \"png\",\n  \"deliveryType\": \"RESIDENTIAL\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"orderData\": {\n    \"orderId\": \"_z<N`0\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"60\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"400\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"70\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"110\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"DRAFT\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"lpName\": \"<string>\",\n  \"contactPreference\": \"SMS\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"70\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/:orderId/partial-update","urlObject":{"path":["order",":orderId","partial-update"],"host":["/"],"query":[],"variable":[{"id":"20f30432-c111-4c5e-87c2-0b9f99646d1f","description":{"content":"<p>(Required) order Id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"orderId"}]}},"response":[{"id":"00e7ecd6-7ff5-4686-8b3a-3daf473c7eaa","name":"Success. The order deliveries are updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notes\": \"<string>\",\n  \"contractId\": \"<uuid>\",\n  \"requestLabel\": false,\n  \"requestIndividualLabels\": false,\n  \"labelType\": \"png\",\n  \"deliveryType\": \"RESIDENTIAL\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"orderData\": {\n    \"orderId\": \"_z<N`0\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"60\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"400\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"70\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"110\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"DRAFT\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"lpName\": \"<string>\",\n  \"contactPreference\": \"SMS\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"70\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//order/:orderId/partial-update","host":["/"],"path":["order",":orderId","partial-update"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"responseCode\": \"<string>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\",\n  \"deliveries\": {\n    \"id\": \"<string>\",\n    \"responseCode\": \"<string>\",\n    \"message\": \"<string>\",\n    \"shipmentId\": \"<string>\",\n    \"pickUpData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"dropOffData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"contactPreference\": null,\n    \"label\": {\n      \"trackingId\": \"<string>\",\n      \"deliveryId\": \"<string>\",\n      \"labelType\": \"png\",\n      \"containers\": [\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        },\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        }\n      ],\n      \"statusCode\": 0,\n      \"statusDescription\": \"failure\",\n      \"scac\": \"<string>\",\n      \"serviceCode\": \"<string>\",\n      \"nestedDeliveryContainers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"100\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"92.5\"\n        }\n      ]\n    },\n    \"deliveryFiles\": [\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"},{"id":"99450e6f-77e6-4998-bca6-1b3982c9bd01","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notes\": \"<string>\",\n  \"contractId\": \"<uuid>\",\n  \"requestLabel\": false,\n  \"requestIndividualLabels\": false,\n  \"labelType\": \"png\",\n  \"deliveryType\": \"RESIDENTIAL\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"orderData\": {\n    \"orderId\": \"_z<N`0\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"60\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"400\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"70\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"110\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"DRAFT\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"lpName\": \"<string>\",\n  \"contactPreference\": \"SMS\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"70\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//order/:orderId/partial-update","host":["/"],"path":["order",":orderId","partial-update"],"variable":[{"key":"orderId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"8f6112fa-14ee-41dd-adaf-086573860080"},{"name":"Partial update an order with deliveries, replacing items and containers","id":"cd9d7fb0-6ec3-4912-aace-67114a6cbe38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"notes\": \"<string>\",\n  \"contractId\": \"<uuid>\",\n  \"requestLabel\": false,\n  \"requestIndividualLabels\": false,\n  \"labelType\": \"png\",\n  \"deliveryType\": \"RESIDENTIAL\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"orderData\": {\n    \"orderId\": \"_z<N`0\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"60\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"400\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"70\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"110\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"DRAFT\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"lpName\": \"<string>\",\n  \"contactPreference\": \"SMS\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"70\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/:orderId/partial-update","urlObject":{"path":["order",":orderId","partial-update"],"host":["/"],"query":[],"variable":[{"id":"4c905364-c55f-4e1c-8344-f0319dd16135","description":{"content":"<p>(Required) order Id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"orderId"}]}},"response":[{"id":"5c985218-4a05-436d-9a1f-6e1844392851","name":"Success. The order and deliveries have been updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notes\": \"<string>\",\n  \"contractId\": \"<uuid>\",\n  \"requestLabel\": false,\n  \"requestIndividualLabels\": false,\n  \"labelType\": \"png\",\n  \"deliveryType\": \"RESIDENTIAL\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"orderData\": {\n    \"orderId\": \"_z<N`0\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"60\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"400\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"70\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"110\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"DRAFT\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"lpName\": \"<string>\",\n  \"contactPreference\": \"SMS\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"70\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//order/:orderId/partial-update","host":["/"],"path":["order",":orderId","partial-update"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"responseCode\": \"<string>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\",\n  \"deliveries\": {\n    \"id\": \"<string>\",\n    \"responseCode\": \"<string>\",\n    \"message\": \"<string>\",\n    \"shipmentId\": \"<string>\",\n    \"pickUpData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"dropOffData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"contactPreference\": null,\n    \"label\": {\n      \"trackingId\": \"<string>\",\n      \"deliveryId\": \"<string>\",\n      \"labelType\": \"png\",\n      \"containers\": [\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        },\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        }\n      ],\n      \"statusCode\": 0,\n      \"statusDescription\": \"failure\",\n      \"scac\": \"<string>\",\n      \"serviceCode\": \"<string>\",\n      \"nestedDeliveryContainers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"100\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"92.5\"\n        }\n      ]\n    },\n    \"deliveryFiles\": [\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"},{"id":"aff0b00e-e86e-4208-946a-7a9833cc6388","name":"Unexpected error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notes\": \"<string>\",\n  \"contractId\": \"<uuid>\",\n  \"requestLabel\": false,\n  \"requestIndividualLabels\": false,\n  \"labelType\": \"png\",\n  \"deliveryType\": \"RESIDENTIAL\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"customerData\": {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"emailAddress\": \"<string>\"\n  },\n  \"orderData\": {\n    \"orderId\": \"_z<N`0\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"items\": [\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"60\"\n      },\n      {\n        \"description\": \"<string>\",\n        \"length\": \"<number>\",\n        \"width\": \"<number>\",\n        \"height\": \"<number>\",\n        \"weight\": \"<number>\",\n        \"quantity\": \"<integer>\",\n        \"id\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"complexities\": \"<string>\",\n        \"priceCent\": \"<integer>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"400\"\n      }\n    ],\n    \"containers\": [\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"70\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"totalWeight\": \"<number>\",\n        \"items\": [\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          },\n          {\n            \"description\": \"<string>\",\n            \"length\": \"<number>\",\n            \"width\": \"<number>\",\n            \"height\": \"<number>\",\n            \"weight\": \"<number>\",\n            \"quantity\": \"<integer>\",\n            \"id\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"complexities\": \"<string>\",\n            \"priceCent\": \"<integer>\"\n          }\n        ],\n        \"trackingInfo\": {\n          \"type\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        \"shipperContainerId\": \"<string>\",\n        \"shipperExtraData\": {},\n        \"subContainerQuantity\": \"<number>\",\n        \"uniqueSubLabels\": \"<boolean>\",\n        \"nmfc\": \"<string>\",\n        \"freightClass\": \"110\"\n      }\n    ],\n    \"status\": \"<string>\",\n    \"lpName\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": \"300\",\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"pickUpData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"dropOffData\": {\n    \"address1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip\": \"<string>\",\n    \"name\": \"<string>\",\n    \"storeNumber\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"country\": \"US\",\n    \"instructions\": \"<string>\",\n    \"code\": \"<string>\",\n    \"contactName\": \"<string>\",\n    \"contactPhone\": \"<string>\",\n    \"contactEmailAddress\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"windows\": {\n      \"opensOn\": \"<string>\",\n      \"closesOn\": \"<string>\"\n    },\n    \"appointment\": {\n      \"durationMins\": \"<number>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalLocation\": {\n      \"altLocation\": {\n        \"latitude\": \"<number>\",\n        \"longitude\": \"<number>\"\n      }\n    },\n    \"capabilityTags\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"shipperExtraData\": {},\n  \"state\": \"DRAFT\",\n  \"serviceLevel\": \"<string>\",\n  \"shipmentId\": \"<string>\",\n  \"lpName\": \"<string>\",\n  \"contactPreference\": \"SMS\",\n  \"nmfc\": \"<string>\",\n  \"freightClass\": \"70\",\n  \"numericSystem\": \"IMPERIAL\",\n  \"deliveryFiles\": [\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    },\n    {\n      \"fileType\": \"Invoice\",\n      \"fileLink\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//order/:orderId/partial-update","host":["/"],"path":["order",":orderId","partial-update"],"variable":[{"key":"orderId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"cd9d7fb0-6ec3-4912-aace-67114a6cbe38"}],"id":"5bbaba48-8940-4f25-a596-a28b71fdca11","_postman_id":"5bbaba48-8940-4f25-a596-a28b71fdca11","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"0d3b103a-4f39-49df-a7e7-cf508d9c0c42","_postman_id":"0d3b103a-4f39-49df-a7e7-cf508d9c0c42","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"create","item":[{"name":"Create an order with deliveries","id":"a3061928-6b37-4c34-b889-fcf6c6a843a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"deliveryOptions\": [\n    \"REQUIRE_SIGNATURE\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"orderData\": {\n    \"orderId\": \"2KP779d\",\n    \"contractId\": \"<string>\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"status\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": null,\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"200\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"60\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"55\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"150\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Pallet Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Pallet Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"110\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"70\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"100\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"100\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Weight Inspection\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\",\n  \"capabilityTags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/create","urlObject":{"path":["order","create"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"15f0fd72-6efe-494c-990e-8b0d34ef6e6d","name":"Success. The order and deliveries have been created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"deliveryOptions\": [\n    \"REQUIRE_SIGNATURE\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"orderData\": {\n    \"orderId\": \"2KP779d\",\n    \"contractId\": \"<string>\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"status\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": null,\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"200\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"60\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"55\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"150\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Pallet Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Pallet Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"110\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"70\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"100\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"100\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Weight Inspection\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\",\n  \"capabilityTags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"responseCode\": \"<string>\",\n  \"message\": \"<string>\",\n  \"id\": \"<string>\",\n  \"deliveries\": {\n    \"id\": \"<string>\",\n    \"responseCode\": \"<string>\",\n    \"message\": \"<string>\",\n    \"shipmentId\": \"<string>\",\n    \"pickUpData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"dropOffData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"contactPreference\": null,\n    \"label\": {\n      \"trackingId\": \"<string>\",\n      \"deliveryId\": \"<string>\",\n      \"labelType\": \"png\",\n      \"containers\": [\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        },\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        }\n      ],\n      \"statusCode\": 0,\n      \"statusDescription\": \"failure\",\n      \"scac\": \"<string>\",\n      \"serviceCode\": \"<string>\",\n      \"nestedDeliveryContainers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"100\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"92.5\"\n        }\n      ]\n    },\n    \"deliveryFiles\": [\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"},{"id":"bc0a8a56-9712-44fa-9c36-5c6b54514941","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"deliveryOptions\": [\n    \"REQUIRE_SIGNATURE\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"orderData\": {\n    \"orderId\": \"2KP779d\",\n    \"contractId\": \"<string>\",\n    \"netAmount\": \"<integer>\",\n    \"barCode\": \"<string>\",\n    \"status\": \"<string>\",\n    \"nmfc\": \"<string>\",\n    \"freightClass\": null,\n    \"originLocation\": {\n      \"address1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"name\": \"<string>\",\n      \"storeNumber\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"country\": \"US\",\n      \"instructions\": \"<string>\",\n      \"code\": \"<string>\",\n      \"contactName\": \"<string>\",\n      \"contactPhone\": \"<string>\",\n      \"contactEmailAddress\": \"<string>\"\n    }\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"200\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"60\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"55\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"150\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Pallet Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Pallet Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"110\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"70\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"100\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"100\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Weight Inspection\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\",\n  \"capabilityTags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"a3061928-6b37-4c34-b889-fcf6c6a843a6"}],"id":"16a31b8e-d527-418e-a94c-3a4dc107806c","_postman_id":"16a31b8e-d527-418e-a94c-3a4dc107806c","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"add-return","item":[{"name":"Add return delivery to order","id":"c5969128-3267-4238-b6b9-2455a396af41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderId\": \"<string>\",\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"status\": \"<string>\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"parentId\": \"<string>\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"175\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"125\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"parentId\": \"<string>\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"65\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"300\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"300\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"92.5\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Weight Inspection\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"BOL\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/add-return","urlObject":{"path":["order","add-return"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"48f45924-d3d0-40f5-ac47-20815c5282b6","name":"Success. The return deliveries have been created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"orderId\": \"<string>\",\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"status\": \"<string>\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"parentId\": \"<string>\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"175\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"125\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"parentId\": \"<string>\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"65\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"300\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"300\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"92.5\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Weight Inspection\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"BOL\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/add-return"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<string>\",\n    \"responseCode\": \"<string>\",\n    \"message\": \"<string>\",\n    \"shipmentId\": \"<string>\",\n    \"pickUpData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"dropOffData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"contactPreference\": null,\n    \"label\": {\n      \"trackingId\": \"<string>\",\n      \"deliveryId\": \"<string>\",\n      \"labelType\": \"png\",\n      \"containers\": [\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        },\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        }\n      ],\n      \"statusCode\": 0,\n      \"statusDescription\": \"failure\",\n      \"scac\": \"<string>\",\n      \"serviceCode\": \"<string>\",\n      \"nestedDeliveryContainers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"77.5\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": null\n        }\n      ]\n    },\n    \"deliveryFiles\": [\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      }\n    ]\n  },\n  {\n    \"id\": \"<string>\",\n    \"responseCode\": \"<string>\",\n    \"message\": \"<string>\",\n    \"shipmentId\": \"<string>\",\n    \"pickUpData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"dropOffData\": {\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\",\n      \"country\": \"US\"\n    },\n    \"contactPreference\": null,\n    \"label\": {\n      \"trackingId\": \"<string>\",\n      \"deliveryId\": \"<string>\",\n      \"labelType\": \"png\",\n      \"containers\": [\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        },\n        {\n          \"label\": \"<string>\",\n          \"individualLabels\": [\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            },\n            {\n              \"label\": \"<string>\",\n              \"subContainer\": \"<number>\"\n            }\n          ],\n          \"containerType\": \"<string>\",\n          \"containerTrackingId\": \"<string>\",\n          \"containerId\": \"<string>\",\n          \"shipperContainerId\": \"<string>\",\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\"\n        }\n      ],\n      \"statusCode\": 0,\n      \"statusDescription\": \"failure\",\n      \"scac\": \"<string>\",\n      \"serviceCode\": \"<string>\",\n      \"nestedDeliveryContainers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"77.5\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"175\"\n        }\n      ]\n    },\n    \"deliveryFiles\": [\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"deliveryId\": \"<string>\",\n        \"fileTypeId\": \"<string>\",\n        \"fileLink\": \"<string>\",\n        \"createdAt\": \"<string>\",\n        \"updatedAt\": \"<string>\",\n        \"fileType\": {\n          \"id\": \"<string>\",\n          \"fileType\": \"<string>\"\n        }\n      }\n    ]\n  }\n]"},{"id":"2163ecfb-4cea-4b99-a578-12e13e206dc8","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"orderId\": \"<string>\",\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"status\": \"<string>\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_OVER_21\"\n  ],\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"parentId\": \"<string>\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"175\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"125\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"parentId\": \"<string>\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"65\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"300\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"300\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"92.5\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Weight Inspection\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"BOL\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/add-return"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"c5969128-3267-4238-b6b9-2455a396af41"}],"id":"3a7ea41a-aafd-42f8-ade1-14e2e5b34786","_postman_id":"3a7ea41a-aafd-42f8-ade1-14e2e5b34786","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"add-delivery","item":[{"name":"Create an order with deliveries","id":"ad7f2f2a-c228-4e78-ba0a-4c83f040be16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderId\": \"<string>\",\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"status\": \"<string>\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_SIGNATURE\"\n  ],\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"60\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"175\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"92.5\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"77.5\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Invoice\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"150\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"110\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"125\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"BOL\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Delivery Receipt\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/add-delivery","urlObject":{"path":["order","add-delivery"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"fad7f055-767e-4dd4-a4b1-559fa9fe4298","name":"Success. The order and deliveries has been created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"orderId\": \"<string>\",\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"status\": \"<string>\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_SIGNATURE\"\n  ],\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"60\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"175\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"92.5\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"77.5\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Invoice\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"150\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"110\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"125\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"BOL\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Delivery Receipt\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/add-delivery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"delivery_id\": \"<string>\",\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"orderId\": \"<string>\",\n    \"netAmountCent\": \"<number>\",\n    \"barCode\": \"<string>\",\n    \"status\": \"SHIPPING\",\n    \"orderSourceInfo\": {\n      \"id\": \"<uuid>\",\n      \"data\": {\n        \"to\": {\n          \"name\": \"<string>\",\n          \"address\": {\n            \"city\": \"<string>\",\n            \"state\": \"<string>\",\n            \"country\": \"<string>\",\n            \"address1\": \"<string>\",\n            \"address2\": \"<string>\",\n            \"postalCode\": \"<string>\"\n          },\n          \"contactName\": \"<string>\",\n          \"phoneNumber\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"capabilityTags\": [\n            \"<uuid>\",\n            \"<uuid>\"\n          ],\n          \"contactEmailAddress\": \"<string>\"\n        },\n        \"from\": {\n          \"name\": \"<string>\",\n          \"address\": {\n            \"city\": \"<string>\",\n            \"state\": \"<string>\",\n            \"country\": \"<string>\",\n            \"address1\": \"<string>\",\n            \"address2\": \"<string>\",\n            \"postalCode\": \"<string>\"\n          },\n          \"contactName\": \"<string>\",\n          \"phoneNumber\": \"<string>\",\n          \"instructions\": \"<string>\",\n          \"capabilityTags\": [\n            \"<uuid>\",\n            \"<uuid>\"\n          ],\n          \"contactEmailAddress\": \"<string>\"\n        },\n        \"notes\": \"<string>\",\n        \"order\": {\n          \"state\": \"READY TO DISPATCH\",\n          \"status\": \"PACKING\",\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"country\": \"<string>\",\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"postalCode\": \"<string>\"\n                },\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"contactEmailAddress\": \"<string>\"\n              },\n              \"from\": {\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"country\": \"<string>\",\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"postalCode\": \"<string>\"\n                },\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"contactEmailAddress\": \"<string>\"\n              },\n              \"notes\": \"<string>\",\n              \"state\": \"DRAFT\",\n              \"isReturn\": \"<boolean>\",\n              \"labelType\": \"png\",\n              \"containers\": [\n                {\n                  \"items\": [\n                    {\n                      \"widthIn\": \"<float>\",\n                      \"widthCm\": \"<float>\",\n                      \"heightIn\": \"<float>\",\n                      \"heightCm\": \"<float>\",\n                      \"lengthIn\": \"<float>\",\n                      \"lengthCm\": \"<float>\",\n                      \"quantity\": \"<number>\",\n                      \"priceCent\": \"<number>\",\n                      \"weightLbs\": \"<float>\",\n                      \"weightKg\": \"<float>\",\n                      \"identifier\": \"<float>\",\n                      \"description\": \"<string>\"\n                    },\n                    {\n                      \"widthIn\": \"<float>\",\n                      \"widthCm\": \"<float>\",\n                      \"heightIn\": \"<float>\",\n                      \"heightCm\": \"<float>\",\n                      \"lengthIn\": \"<float>\",\n                      \"lengthCm\": \"<float>\",\n                      \"quantity\": \"<number>\",\n                      \"priceCent\": \"<number>\",\n                      \"weightLbs\": \"<float>\",\n                      \"weightKg\": \"<float>\",\n                      \"identifier\": \"<float>\",\n                      \"description\": \"<string>\"\n                    }\n                  ],\n                  \"widthIn\": \"<float>\",\n                  \"widthCm\": \"<float>\",\n                  \"heightIn\": \"<float>\",\n                  \"heightCm\": \"<float>\",\n                  \"lengthIn\": \"<float>\",\n                  \"lengthCm\": \"<float>\",\n                  \"containerType\": \"MAGAZINE\",\n                  \"totalWeightLbs\": \"<float>\",\n                  \"totalWeightKg\": \"<float>\",\n                  \"shipperContainerId\": \"<string>\",\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\"\n                },\n                {\n                  \"items\": [\n                    {\n                      \"widthIn\": \"<float>\",\n                      \"widthCm\": \"<float>\",\n                      \"heightIn\": \"<float>\",\n                      \"heightCm\": \"<float>\",\n                      \"lengthIn\": \"<float>\",\n                      \"lengthCm\": \"<float>\",\n                      \"quantity\": \"<number>\",\n                      \"priceCent\": \"<number>\",\n                      \"weightLbs\": \"<float>\",\n                      \"weightKg\": \"<float>\",\n                      \"identifier\": \"<float>\",\n                      \"description\": \"<string>\"\n                    },\n                    {\n                      \"widthIn\": \"<float>\",\n                      \"widthCm\": \"<float>\",\n                      \"heightIn\": \"<float>\",\n                      \"heightCm\": \"<float>\",\n                      \"lengthIn\": \"<float>\",\n                      \"lengthCm\": \"<float>\",\n                      \"quantity\": \"<number>\",\n                      \"priceCent\": \"<number>\",\n                      \"weightLbs\": \"<float>\",\n                      \"weightKg\": \"<float>\",\n                      \"identifier\": \"<float>\",\n                      \"description\": \"<string>\"\n                    }\n                  ],\n                  \"widthIn\": \"<float>\",\n                  \"widthCm\": \"<float>\",\n                  \"heightIn\": \"<float>\",\n                  \"heightCm\": \"<float>\",\n                  \"lengthIn\": \"<float>\",\n                  \"lengthCm\": \"<float>\",\n                  \"containerType\": \"BALE\",\n                  \"totalWeightLbs\": \"<float>\",\n                  \"totalWeightKg\": \"<float>\",\n                  \"shipperContainerId\": \"<string>\",\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\"\n                }\n              ],\n              \"shipmentId\": \"<string>\",\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"requestLabel\": \"<boolean>\",\n              \"serviceLevel\": \"<string>\",\n              \"deliveryOptions\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"name\": \"<string>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"name\": \"<string>\"\n                }\n              ],\n              \"deliverySpeedMin\": \"<integer>\",\n              \"shipperExtraData\": {},\n              \"forceCreateDestinationLocation\": \"<boolean>\",\n              \"contactPreference\": null\n            },\n            {\n              \"to\": {\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"country\": \"<string>\",\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"postalCode\": \"<string>\"\n                },\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"contactEmailAddress\": \"<string>\"\n              },\n              \"from\": {\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"country\": \"<string>\",\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"postalCode\": \"<string>\"\n                },\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"contactEmailAddress\": \"<string>\"\n              },\n              \"notes\": \"<string>\",\n              \"state\": \"DRAFT\",\n              \"isReturn\": \"<boolean>\",\n              \"labelType\": \"png\",\n              \"containers\": [\n                {\n                  \"items\": [\n                    {\n                      \"widthIn\": \"<float>\",\n                      \"widthCm\": \"<float>\",\n                      \"heightIn\": \"<float>\",\n                      \"heightCm\": \"<float>\",\n                      \"lengthIn\": \"<float>\",\n                      \"lengthCm\": \"<float>\",\n                      \"quantity\": \"<number>\",\n                      \"priceCent\": \"<number>\",\n                      \"weightLbs\": \"<float>\",\n                      \"weightKg\": \"<float>\",\n                      \"identifier\": \"<float>\",\n                      \"description\": \"<string>\"\n                    },\n                    {\n                      \"widthIn\": \"<float>\",\n                      \"widthCm\": \"<float>\",\n                      \"heightIn\": \"<float>\",\n                      \"heightCm\": \"<float>\",\n                      \"lengthIn\": \"<float>\",\n                      \"lengthCm\": \"<float>\",\n                      \"quantity\": \"<number>\",\n                      \"priceCent\": \"<number>\",\n                      \"weightLbs\": \"<float>\",\n                      \"weightKg\": \"<float>\",\n                      \"identifier\": \"<float>\",\n                      \"description\": \"<string>\"\n                    }\n                  ],\n                  \"widthIn\": \"<float>\",\n                  \"widthCm\": \"<float>\",\n                  \"heightIn\": \"<float>\",\n                  \"heightCm\": \"<float>\",\n                  \"lengthIn\": \"<float>\",\n                  \"lengthCm\": \"<float>\",\n                  \"containerType\": \"BOX\",\n                  \"totalWeightLbs\": \"<float>\",\n                  \"totalWeightKg\": \"<float>\",\n                  \"shipperContainerId\": \"<string>\",\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\"\n                },\n                {\n                  \"items\": [\n                    {\n                      \"widthIn\": \"<float>\",\n                      \"widthCm\": \"<float>\",\n                      \"heightIn\": \"<float>\",\n                      \"heightCm\": \"<float>\",\n                      \"lengthIn\": \"<float>\",\n                      \"lengthCm\": \"<float>\",\n                      \"quantity\": \"<number>\",\n                      \"priceCent\": \"<number>\",\n                      \"weightLbs\": \"<float>\",\n                      \"weightKg\": \"<float>\",\n                      \"identifier\": \"<float>\",\n                      \"description\": \"<string>\"\n                    },\n                    {\n                      \"widthIn\": \"<float>\",\n                      \"widthCm\": \"<float>\",\n                      \"heightIn\": \"<float>\",\n                      \"heightCm\": \"<float>\",\n                      \"lengthIn\": \"<float>\",\n                      \"lengthCm\": \"<float>\",\n                      \"quantity\": \"<number>\",\n                      \"priceCent\": \"<number>\",\n                      \"weightLbs\": \"<float>\",\n                      \"weightKg\": \"<float>\",\n                      \"identifier\": \"<float>\",\n                      \"description\": \"<string>\"\n                    }\n                  ],\n                  \"widthIn\": \"<float>\",\n                  \"widthCm\": \"<float>\",\n                  \"heightIn\": \"<float>\",\n                  \"heightCm\": \"<float>\",\n                  \"lengthIn\": \"<float>\",\n                  \"lengthCm\": \"<float>\",\n                  \"containerType\": \"BALE\",\n                  \"totalWeightLbs\": \"<float>\",\n                  \"totalWeightKg\": \"<float>\",\n                  \"shipperContainerId\": \"<string>\",\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\"\n                }\n              ],\n              \"shipmentId\": \"<string>\",\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"requestLabel\": \"<boolean>\",\n              \"serviceLevel\": \"<string>\",\n              \"deliveryOptions\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"name\": \"<string>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"name\": \"<string>\"\n                }\n              ],\n              \"deliverySpeedMin\": \"<integer>\",\n              \"shipperExtraData\": {},\n              \"forceCreateDestinationLocation\": \"<boolean>\",\n              \"contactPreference\": null\n            }\n          ],\n          \"netAmountCent\": \"<number>\"\n        },\n        \"state\": \"DRAFT\",\n        \"isReturn\": \"<boolean>\",\n        \"labelType\": \"png\",\n        \"containers\": [\n          {\n            \"items\": [\n              {\n                \"widthIn\": \"<float>\",\n                \"widthCm\": \"<float>\",\n                \"heightIn\": \"<float>\",\n                \"heightCm\": \"<float>\",\n                \"lengthIn\": \"<float>\",\n                \"lengthCm\": \"<float>\",\n                \"quantity\": \"<number>\",\n                \"priceCent\": \"<number>\",\n                \"weightLbs\": \"<float>\",\n                \"weightKg\": \"<float>\",\n                \"identifier\": \"<float>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"widthIn\": \"<float>\",\n                \"widthCm\": \"<float>\",\n                \"heightIn\": \"<float>\",\n                \"heightCm\": \"<float>\",\n                \"lengthIn\": \"<float>\",\n                \"lengthCm\": \"<float>\",\n                \"quantity\": \"<number>\",\n                \"priceCent\": \"<number>\",\n                \"weightLbs\": \"<float>\",\n                \"weightKg\": \"<float>\",\n                \"identifier\": \"<float>\",\n                \"description\": \"<string>\"\n              }\n            ],\n            \"widthIn\": \"<float>\",\n            \"widthCm\": \"<float>\",\n            \"heightIn\": \"<float>\",\n            \"heightCm\": \"<float>\",\n            \"lengthIn\": \"<float>\",\n            \"lengthCm\": \"<float>\",\n            \"containerType\": \"FTL\",\n            \"totalWeightLbs\": \"<float>\",\n            \"totalWeightKg\": \"<float>\",\n            \"shipperContainerId\": \"<string>\",\n            \"subContainerQuantity\": \"<number>\",\n            \"uniqueSubLabels\": \"<boolean>\"\n          },\n          {\n            \"items\": [\n              {\n                \"widthIn\": \"<float>\",\n                \"widthCm\": \"<float>\",\n                \"heightIn\": \"<float>\",\n                \"heightCm\": \"<float>\",\n                \"lengthIn\": \"<float>\",\n                \"lengthCm\": \"<float>\",\n                \"quantity\": \"<number>\",\n                \"priceCent\": \"<number>\",\n                \"weightLbs\": \"<float>\",\n                \"weightKg\": \"<float>\",\n                \"identifier\": \"<float>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"widthIn\": \"<float>\",\n                \"widthCm\": \"<float>\",\n                \"heightIn\": \"<float>\",\n                \"heightCm\": \"<float>\",\n                \"lengthIn\": \"<float>\",\n                \"lengthCm\": \"<float>\",\n                \"quantity\": \"<number>\",\n                \"priceCent\": \"<number>\",\n                \"weightLbs\": \"<float>\",\n                \"weightKg\": \"<float>\",\n                \"identifier\": \"<float>\",\n                \"description\": \"<string>\"\n              }\n            ],\n            \"widthIn\": \"<float>\",\n            \"widthCm\": \"<float>\",\n            \"heightIn\": \"<float>\",\n            \"heightCm\": \"<float>\",\n            \"lengthIn\": \"<float>\",\n            \"lengthCm\": \"<float>\",\n            \"containerType\": \"POUND\",\n            \"totalWeightLbs\": \"<float>\",\n            \"totalWeightKg\": \"<float>\",\n            \"shipperContainerId\": \"<string>\",\n            \"subContainerQuantity\": \"<number>\",\n            \"uniqueSubLabels\": \"<boolean>\"\n          }\n        ],\n        \"shipmentId\": \"<string>\",\n        \"deliveryType\": \"RESIDENTIAL\",\n        \"requestLabel\": \"<boolean>\",\n        \"serviceLevel\": \"<string>\",\n        \"deliveryOptions\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          }\n        ],\n        \"deliverySpeedMin\": \"<integer>\",\n        \"shipperExtraData\": {},\n        \"forceCreateDestinationLocation\": \"<boolean>\"\n      }\n    },\n    \"orderItems\": [\n      {\n        \"id\": \"<uuid>\",\n        \"description\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"priceCent\": \"<number>\",\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<number>\",\n        \"quantity\": \"<integer>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"description\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"priceCent\": \"<number>\",\n        \"lengthIn\": \"<number>\",\n        \"lengthCm\": \"<number>\",\n        \"widthIn\": \"<number>\",\n        \"widthCm\": \"<number>\",\n        \"heightIn\": \"<number>\",\n        \"heightCm\": \"<number>\",\n        \"weightLbs\": \"<number>\",\n        \"weightKg\": \"<number>\",\n        \"quantity\": \"<integer>\"\n      }\n    ],\n    \"organization\": {\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organizationTypes\": [\n        {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\"\n        }\n      ]\n    },\n    \"deliveries\": [\n      {\n        \"id\": \"<uuid>\",\n        \"deliveryType\": \"RESIDENTIAL\",\n        \"notes\": \"<string>\",\n        \"triggeredBy\": \"<string>\",\n        \"state\": \"DRAFT\",\n        \"isReturn\": \"<boolean>\",\n        \"dispatchAt\": \"<dateTime>\",\n        \"deliverySpeedMin\": \"<integer>\",\n        \"createdAt\": \"<dateTime>\",\n        \"updatedAt\": \"<dateTime>\",\n        \"shipperExtraData\": {},\n        \"contractedShipperCostCent\": \"<integer>\",\n        \"actualShipperCostCent\": \"<integer>\",\n        \"fromId\": \"<uuid>\",\n        \"slaPickupBufferMinute\": \"<number>\",\n        \"slaDropoffBufferMinute\": \"<number>\",\n        \"computedDistanceMile\": \"<number>\",\n        \"computedDistanceKm\": \"<number>\",\n        \"deliveryAttemptId\": \"<uuid>\",\n        \"creationReason\": \"<string>\",\n        \"shipmentId\": \"<string>\",\n        \"deliveryDeadline\": \"<dateTime>\",\n        \"shipperContractSla\": {\n          \"id\": \"<uuid>\",\n          \"pickUpSla\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"value\": \"<integer>\"\n          },\n          \"dropOffSla\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"value\": \"<integer>\"\n          },\n          \"latePickupPenaltyPercent\": \"<float>\",\n          \"lateDeliveryPenaltyPercent\": \"<float>\",\n          \"pickUpDesc\": \"<string>\",\n          \"dropOffDesc\": \"<string>\",\n          \"mileageAvg\": \"<integer>\",\n          \"mileageMax\": \"<integer>\",\n          \"endOfDayTime\": \"<integer>\",\n          \"shippingMode\": [\n            {\n              \"id\": \"<string>\",\n              \"name\": \"<string>\"\n            },\n            {\n              \"id\": \"<string>\",\n              \"name\": \"<string>\"\n            }\n          ],\n          \"shipperSignature\": {\n            \"id\": \"<uuid>\",\n            \"typedName\": \"<string>\",\n            \"ipAddress\": {\n              \"format\": \"ipv4\"\n            },\n            \"signedOn\": \"<dateTime>\",\n            \"signedBy\": {\n              \"id\": \"<uuid>\",\n              \"firstName\": \"<string>\",\n              \"lastName\": \"<string>\"\n            }\n          },\n          \"oneRailSignature\": {\n            \"id\": \"<uuid>\",\n            \"typedName\": \"<string>\",\n            \"ipAddress\": {\n              \"format\": \"ipv4\"\n            },\n            \"signedOn\": \"<dateTime>\",\n            \"signedBy\": {\n              \"id\": \"<uuid>\",\n              \"firstName\": \"<string>\",\n              \"lastName\": \"<string>\"\n            }\n          },\n          \"approvedBy\": {\n            \"id\": \"<uuid>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\"\n          },\n          \"approvedOn\": \"<dateTime>\",\n          \"shipperContract\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"organization\": {\n              \"id\": \"<uuid>\",\n              \"name\": \"<string>\"\n            }\n          }\n        },\n        \"from\": {\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\",\n          \"address\": {\n            \"city\": \"<string>\",\n            \"label\": \"<string>\",\n            \"state\": \"<string>\",\n            \"county\": \"<string>\",\n            \"street\": \"<string>\",\n            \"street2\": \"<string>\",\n            \"stateCode\": \"<string>\",\n            \"postalCode\": \"<string>\",\n            \"countryCode\": \"<string>\",\n            \"countryName\": \"<string>\",\n            \"houseNumber\": \"<string>\"\n          },\n          \"accessCode\": \"<string>\",\n          \"shippingInstructions\": \"<string>\",\n          \"receivingInstructions\": \"<string>\",\n          \"contactName\": \"<string>\",\n          \"phoneNumber\": \"<string>\",\n          \"contactEmailAddress\": \"<string>\",\n          \"storeNumber\": \"<string>\",\n          \"timezone\": \"<string>\",\n          \"timezoneOffset\": \"<number>\",\n          \"timezoneAbbreviataion\": \"<string>\",\n          \"msa\": \"<string>\",\n          \"cutoffTimeMins\": \"<number>\",\n          \"organizationId\": \"<string>\",\n          \"canDispatchDeliveries\": \"<boolean>\"\n        },\n        \"to\": {\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\",\n          \"address\": {\n            \"city\": \"<string>\",\n            \"label\": \"<string>\",\n            \"state\": \"<string>\",\n            \"county\": \"<string>\",\n            \"street\": \"<string>\",\n            \"street2\": \"<string>\",\n            \"stateCode\": \"<string>\",\n            \"postalCode\": \"<string>\",\n            \"countryCode\": \"<string>\",\n            \"countryName\": \"<string>\",\n            \"houseNumber\": \"<string>\"\n          },\n          \"accessCode\": \"<string>\",\n          \"shippingInstructions\": \"<string>\",\n          \"receivingInstructions\": \"<string>\",\n          \"contactName\": \"<string>\",\n          \"phoneNumber\": \"<string>\",\n          \"contactEmailAddress\": \"<string>\",\n          \"storeNumber\": \"<string>\",\n          \"timezone\": \"<string>\",\n          \"timezoneOffset\": \"<number>\",\n          \"timezoneAbbreviataion\": \"<string>\",\n          \"msa\": \"<string>\",\n          \"cutoffTimeMins\": \"<number>\",\n          \"organizationId\": \"<string>\",\n          \"canDispatchDeliveries\": \"<boolean>\"\n        },\n        \"deliveryOptions\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          }\n        ],\n        \"deliveryAttempts\": [\n          {\n            \"id\": \"<uuid>\",\n            \"state\": \"<string>\",\n            \"failureReason\": \"<string>\",\n            \"durationMin\": \"<integer>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"deliveryStatus\": {\n              \"id\": \"<uuid>\",\n              \"location\": {\n                \"latitude\": \"<number>\",\n                \"longitude\": \"<number>\"\n              },\n              \"driverName\": \"<string>\",\n              \"driverPhone\": \"<string>\",\n              \"eta\": \"<dateTime>\",\n              \"driverNotes\": \"<string>\",\n              \"tmsLinkURL\": \"<string>\",\n              \"lpDeliveryId\": \"<string>\",\n              \"lpDeliveryData\": {}\n            },\n            \"deliveryStateChanges\": [\n              {\n                \"state\": \"ACCEPTED_BY_LP\",\n                \"location\": {\n                  \"latitude\": \"<number>\",\n                  \"longitude\": \"<number>\"\n                },\n                \"happenedOn\": \"<dateTime>\"\n              },\n              {\n                \"state\": \"ACCEPTED_BY_LP\",\n                \"location\": {\n                  \"latitude\": \"<number>\",\n                  \"longitude\": \"<number>\"\n                },\n                \"happenedOn\": \"<dateTime>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"state\": \"<string>\",\n            \"failureReason\": \"<string>\",\n            \"durationMin\": \"<integer>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"deliveryStatus\": {\n              \"id\": \"<uuid>\",\n              \"location\": {\n                \"latitude\": \"<number>\",\n                \"longitude\": \"<number>\"\n              },\n              \"driverName\": \"<string>\",\n              \"driverPhone\": \"<string>\",\n              \"eta\": \"<dateTime>\",\n              \"driverNotes\": \"<string>\",\n              \"tmsLinkURL\": \"<string>\",\n              \"lpDeliveryId\": \"<string>\",\n              \"lpDeliveryData\": {}\n            },\n            \"deliveryStateChanges\": [\n              {\n                \"state\": \"CANCELED_BY_LP\",\n                \"location\": {\n                  \"latitude\": \"<number>\",\n                  \"longitude\": \"<number>\"\n                },\n                \"happenedOn\": \"<dateTime>\"\n              },\n              {\n                \"state\": \"EN_ROUTE_TO_DELIVERY\",\n                \"location\": {\n                  \"latitude\": \"<number>\",\n                  \"longitude\": \"<number>\"\n                },\n                \"happenedOn\": \"<dateTime>\"\n              }\n            ]\n          }\n        ],\n        \"capabilityTags\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          }\n        ],\n        \"deliveryExceptions\": [\n          {\n            \"id\": \"<uuid>\",\n            \"reason\": {\n              \"id\": \"<uuid>\",\n              \"title\": \"<string>\",\n              \"deliveryBillableToShipper\": \"<boolean>\",\n              \"deliveryPayableToLp\": \"<boolean>\",\n              \"shipperSlaWaived\": \"<boolean>\",\n              \"lpSlaWaived\": \"<boolean>\"\n            },\n            \"severity\": \"LOW\",\n            \"resolved\": false,\n            \"notes\": \"<string>\",\n            \"damageInfo\": {\n              \"id\": \"<uuid>\",\n              \"quantity\": \"<string>\",\n              \"orderItem\": {\n                \"id\": \"<uuid>\",\n                \"description\": \"<string>\",\n                \"identifier\": \"<string>\",\n                \"priceCent\": \"<number>\",\n                \"lengthIn\": \"<number>\",\n                \"lengthCm\": \"<number>\",\n                \"widthIn\": \"<number>\",\n                \"widthCm\": \"<number>\",\n                \"heightIn\": \"<number>\",\n                \"heightCm\": \"<number>\",\n                \"weightLbs\": \"<number>\",\n                \"weightKg\": \"<number>\",\n                \"quantity\": \"<integer>\"\n              }\n            },\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"reason\": {\n              \"id\": \"<uuid>\",\n              \"title\": \"<string>\",\n              \"deliveryBillableToShipper\": \"<boolean>\",\n              \"deliveryPayableToLp\": \"<boolean>\",\n              \"shipperSlaWaived\": \"<boolean>\",\n              \"lpSlaWaived\": \"<boolean>\"\n            },\n            \"severity\": \"LOW\",\n            \"resolved\": false,\n            \"notes\": \"<string>\",\n            \"damageInfo\": {\n              \"id\": \"<uuid>\",\n              \"quantity\": \"<string>\",\n              \"orderItem\": {\n                \"id\": \"<uuid>\",\n                \"description\": \"<string>\",\n                \"identifier\": \"<string>\",\n                \"priceCent\": \"<number>\",\n                \"lengthIn\": \"<number>\",\n                \"lengthCm\": \"<number>\",\n                \"widthIn\": \"<number>\",\n                \"widthCm\": \"<number>\",\n                \"heightIn\": \"<number>\",\n                \"heightCm\": \"<number>\",\n                \"weightLbs\": \"<number>\",\n                \"weightKg\": \"<number>\",\n                \"quantity\": \"<integer>\"\n              }\n            },\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\"\n          }\n        ],\n        \"deliveryRating\": {\n          \"id\": \"<uuid>\",\n          \"rating\": \"<integer>\",\n          \"feedback\": \"<string>\"\n        },\n        \"packingBoxes\": [\n          {\n            \"id\": \"<uuid>\",\n            \"lengthIn\": \"<number>\",\n            \"lengthCm\": \"<number>\",\n            \"widthIn\": \"<number>\",\n            \"widthCm\": \"<number>\",\n            \"heightIn\": \"<number>\",\n            \"heightCm\": \"<number>\",\n            \"weightLbs\": \"<number>\",\n            \"weightKg\": \"<number>\",\n            \"deliveryId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"lengthIn\": \"<number>\",\n            \"lengthCm\": \"<number>\",\n            \"widthIn\": \"<number>\",\n            \"widthCm\": \"<number>\",\n            \"heightIn\": \"<number>\",\n            \"heightCm\": \"<number>\",\n            \"weightLbs\": \"<number>\",\n            \"weightKg\": \"<number>\",\n            \"deliveryId\": \"<uuid>\"\n          }\n        ],\n        \"ownFleetVehicle\": {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\",\n          \"maxWeightLbs\": \"<number>\",\n          \"maxWeightKg\": \"<number>\",\n          \"vin\": \"<string>\",\n          \"costPerMileCent\": \"<number>\",\n          \"lpMarketId\": \"<uuid>\",\n          \"currentRouteId\": \"<uuid>\",\n          \"currentRoute\": {\n            \"id\": \"<uuid>\",\n            \"userId\": \"<uuid>\"\n          },\n          \"fleetVehicleId\": \"<uuid>\",\n          \"fleetVehicleCompartments\": [\n            {\n              \"id\": \"<uuid>\",\n              \"openingWidthIn\": \"<number>\",\n              \"openingWidthCm\": \"<number>\",\n              \"openingHeightIn\": \"<number>\",\n              \"openingHeightCm\": \"<number>\",\n              \"compartmentLengthIn\": \"<number>\",\n              \"compartmentLengthCm\": \"<number>\",\n              \"compartmentWidthIn\": \"<number>\",\n              \"compartmentWidthCm\": \"<number>\",\n              \"compartmentHeightIn\": \"<number>\",\n              \"compartmentHeightCm\": \"<number>\",\n              \"fleetVehicleId\": \"<uuid>\",\n              \"ownFleetVehicleId\": \"<uuid>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"openingWidthIn\": \"<number>\",\n              \"openingWidthCm\": \"<number>\",\n              \"openingHeightIn\": \"<number>\",\n              \"openingHeightCm\": \"<number>\",\n              \"compartmentLengthIn\": \"<number>\",\n              \"compartmentLengthCm\": \"<number>\",\n              \"compartmentWidthIn\": \"<number>\",\n              \"compartmentWidthCm\": \"<number>\",\n              \"compartmentHeightIn\": \"<number>\",\n              \"compartmentHeightCm\": \"<number>\",\n              \"fleetVehicleId\": \"<uuid>\",\n              \"ownFleetVehicleId\": \"<uuid>\"\n            }\n          ]\n        },\n        \"orderItems\": [\n          {\n            \"id\": \"<uuid>\",\n            \"description\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"priceCent\": \"<number>\",\n            \"lengthIn\": \"<number>\",\n            \"lengthCm\": \"<number>\",\n            \"widthIn\": \"<number>\",\n            \"widthCm\": \"<number>\",\n            \"heightIn\": \"<number>\",\n            \"heightCm\": \"<number>\",\n            \"weightLbs\": \"<number>\",\n            \"weightKg\": \"<number>\",\n            \"quantity\": \"<integer>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"description\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"priceCent\": \"<number>\",\n            \"lengthIn\": \"<number>\",\n            \"lengthCm\": \"<number>\",\n            \"widthIn\": \"<number>\",\n            \"widthCm\": \"<number>\",\n            \"heightIn\": \"<number>\",\n            \"heightCm\": \"<number>\",\n            \"weightLbs\": \"<number>\",\n            \"weightKg\": \"<number>\",\n            \"quantity\": \"<integer>\"\n          }\n        ],\n        \"deliveryWindows\": [\n          {\n            \"id\": \"<uuid>\",\n            \"deliveryId\": \"<uuid>\",\n            \"deliverySegment\": \"PICKUP\",\n            \"opensOn\": \"<dateTime>\",\n            \"closesOn\": \"<dateTime>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"deletedAt\": \"<dateTime>\",\n            \"DeliveryId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"deliveryId\": \"<uuid>\",\n            \"deliverySegment\": \"DROPOFF\",\n            \"opensOn\": \"<dateTime>\",\n            \"closesOn\": \"<dateTime>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"deletedAt\": \"<dateTime>\",\n            \"DeliveryId\": \"<uuid>\"\n          }\n        ],\n        \"label\": {\n          \"trackingId\": \"<string>\",\n          \"deliveryId\": \"<string>\",\n          \"labelType\": \"png\",\n          \"containers\": [\n            {\n              \"containerId\": \"<string>\",\n              \"containerTrackingId\": \"<string>\",\n              \"containerType\": \"<string>\",\n              \"label\": \"<string>\",\n              \"shipperContainerId\": \"<string>\"\n            },\n            {\n              \"containerId\": \"<string>\",\n              \"containerTrackingId\": \"<string>\",\n              \"containerType\": \"<string>\",\n              \"label\": \"<string>\",\n              \"shipperContainerId\": \"<string>\"\n            }\n          ],\n          \"scac\": \"<string>\",\n          \"serviceCode\": \"<string>\",\n          \"statusCode\": 0,\n          \"statusDescription\": \"failure\"\n        },\n        \"contactPreference\": null,\n        \"strictlyFindLocation\": false\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"deliveryType\": \"RESIDENTIAL\",\n        \"notes\": \"<string>\",\n        \"triggeredBy\": \"<string>\",\n        \"state\": \"DRAFT\",\n        \"isReturn\": \"<boolean>\",\n        \"dispatchAt\": \"<dateTime>\",\n        \"deliverySpeedMin\": \"<integer>\",\n        \"createdAt\": \"<dateTime>\",\n        \"updatedAt\": \"<dateTime>\",\n        \"shipperExtraData\": {},\n        \"contractedShipperCostCent\": \"<integer>\",\n        \"actualShipperCostCent\": \"<integer>\",\n        \"fromId\": \"<uuid>\",\n        \"slaPickupBufferMinute\": \"<number>\",\n        \"slaDropoffBufferMinute\": \"<number>\",\n        \"computedDistanceMile\": \"<number>\",\n        \"computedDistanceKm\": \"<number>\",\n        \"deliveryAttemptId\": \"<uuid>\",\n        \"creationReason\": \"<string>\",\n        \"shipmentId\": \"<string>\",\n        \"deliveryDeadline\": \"<dateTime>\",\n        \"shipperContractSla\": {\n          \"id\": \"<uuid>\",\n          \"pickUpSla\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"value\": \"<integer>\"\n          },\n          \"dropOffSla\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"value\": \"<integer>\"\n          },\n          \"latePickupPenaltyPercent\": \"<float>\",\n          \"lateDeliveryPenaltyPercent\": \"<float>\",\n          \"pickUpDesc\": \"<string>\",\n          \"dropOffDesc\": \"<string>\",\n          \"mileageAvg\": \"<integer>\",\n          \"mileageMax\": \"<integer>\",\n          \"endOfDayTime\": \"<integer>\",\n          \"shippingMode\": [\n            {\n              \"id\": \"<string>\",\n              \"name\": \"<string>\"\n            },\n            {\n              \"id\": \"<string>\",\n              \"name\": \"<string>\"\n            }\n          ],\n          \"shipperSignature\": {\n            \"id\": \"<uuid>\",\n            \"typedName\": \"<string>\",\n            \"ipAddress\": {\n              \"format\": \"ipv4\"\n            },\n            \"signedOn\": \"<dateTime>\",\n            \"signedBy\": {\n              \"id\": \"<uuid>\",\n              \"firstName\": \"<string>\",\n              \"lastName\": \"<string>\"\n            }\n          },\n          \"oneRailSignature\": {\n            \"id\": \"<uuid>\",\n            \"typedName\": \"<string>\",\n            \"ipAddress\": {\n              \"format\": \"ipv4\"\n            },\n            \"signedOn\": \"<dateTime>\",\n            \"signedBy\": {\n              \"id\": \"<uuid>\",\n              \"firstName\": \"<string>\",\n              \"lastName\": \"<string>\"\n            }\n          },\n          \"approvedBy\": {\n            \"id\": \"<uuid>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\"\n          },\n          \"approvedOn\": \"<dateTime>\",\n          \"shipperContract\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"organization\": {\n              \"id\": \"<uuid>\",\n              \"name\": \"<string>\"\n            }\n          }\n        },\n        \"from\": {\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\",\n          \"address\": {\n            \"city\": \"<string>\",\n            \"label\": \"<string>\",\n            \"state\": \"<string>\",\n            \"county\": \"<string>\",\n            \"street\": \"<string>\",\n            \"street2\": \"<string>\",\n            \"stateCode\": \"<string>\",\n            \"postalCode\": \"<string>\",\n            \"countryCode\": \"<string>\",\n            \"countryName\": \"<string>\",\n            \"houseNumber\": \"<string>\"\n          },\n          \"accessCode\": \"<string>\",\n          \"shippingInstructions\": \"<string>\",\n          \"receivingInstructions\": \"<string>\",\n          \"contactName\": \"<string>\",\n          \"phoneNumber\": \"<string>\",\n          \"contactEmailAddress\": \"<string>\",\n          \"storeNumber\": \"<string>\",\n          \"timezone\": \"<string>\",\n          \"timezoneOffset\": \"<number>\",\n          \"timezoneAbbreviataion\": \"<string>\",\n          \"msa\": \"<string>\",\n          \"cutoffTimeMins\": \"<number>\",\n          \"organizationId\": \"<string>\",\n          \"canDispatchDeliveries\": \"<boolean>\"\n        },\n        \"to\": {\n          \"location\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          },\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\",\n          \"address\": {\n            \"city\": \"<string>\",\n            \"label\": \"<string>\",\n            \"state\": \"<string>\",\n            \"county\": \"<string>\",\n            \"street\": \"<string>\",\n            \"street2\": \"<string>\",\n            \"stateCode\": \"<string>\",\n            \"postalCode\": \"<string>\",\n            \"countryCode\": \"<string>\",\n            \"countryName\": \"<string>\",\n            \"houseNumber\": \"<string>\"\n          },\n          \"accessCode\": \"<string>\",\n          \"shippingInstructions\": \"<string>\",\n          \"receivingInstructions\": \"<string>\",\n          \"contactName\": \"<string>\",\n          \"phoneNumber\": \"<string>\",\n          \"contactEmailAddress\": \"<string>\",\n          \"storeNumber\": \"<string>\",\n          \"timezone\": \"<string>\",\n          \"timezoneOffset\": \"<number>\",\n          \"timezoneAbbreviataion\": \"<string>\",\n          \"msa\": \"<string>\",\n          \"cutoffTimeMins\": \"<number>\",\n          \"organizationId\": \"<string>\",\n          \"canDispatchDeliveries\": \"<boolean>\"\n        },\n        \"deliveryOptions\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          }\n        ],\n        \"deliveryAttempts\": [\n          {\n            \"id\": \"<uuid>\",\n            \"state\": \"<string>\",\n            \"failureReason\": \"<string>\",\n            \"durationMin\": \"<integer>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"deliveryStatus\": {\n              \"id\": \"<uuid>\",\n              \"location\": {\n                \"latitude\": \"<number>\",\n                \"longitude\": \"<number>\"\n              },\n              \"driverName\": \"<string>\",\n              \"driverPhone\": \"<string>\",\n              \"eta\": \"<dateTime>\",\n              \"driverNotes\": \"<string>\",\n              \"tmsLinkURL\": \"<string>\",\n              \"lpDeliveryId\": \"<string>\",\n              \"lpDeliveryData\": {}\n            },\n            \"deliveryStateChanges\": [\n              {\n                \"state\": \"PICKED_UP\",\n                \"location\": {\n                  \"latitude\": \"<number>\",\n                  \"longitude\": \"<number>\"\n                },\n                \"happenedOn\": \"<dateTime>\"\n              },\n              {\n                \"state\": \"CANCELED_BY_LP\",\n                \"location\": {\n                  \"latitude\": \"<number>\",\n                  \"longitude\": \"<number>\"\n                },\n                \"happenedOn\": \"<dateTime>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"state\": \"<string>\",\n            \"failureReason\": \"<string>\",\n            \"durationMin\": \"<integer>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"deliveryStatus\": {\n              \"id\": \"<uuid>\",\n              \"location\": {\n                \"latitude\": \"<number>\",\n                \"longitude\": \"<number>\"\n              },\n              \"driverName\": \"<string>\",\n              \"driverPhone\": \"<string>\",\n              \"eta\": \"<dateTime>\",\n              \"driverNotes\": \"<string>\",\n              \"tmsLinkURL\": \"<string>\",\n              \"lpDeliveryId\": \"<string>\",\n              \"lpDeliveryData\": {}\n            },\n            \"deliveryStateChanges\": [\n              {\n                \"state\": \"DRIVER_ASSIGNED\",\n                \"location\": {\n                  \"latitude\": \"<number>\",\n                  \"longitude\": \"<number>\"\n                },\n                \"happenedOn\": \"<dateTime>\"\n              },\n              {\n                \"state\": \"EN_ROUTE_TO_DELIVERY\",\n                \"location\": {\n                  \"latitude\": \"<number>\",\n                  \"longitude\": \"<number>\"\n                },\n                \"happenedOn\": \"<dateTime>\"\n              }\n            ]\n          }\n        ],\n        \"capabilityTags\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\"\n          }\n        ],\n        \"deliveryExceptions\": [\n          {\n            \"id\": \"<uuid>\",\n            \"reason\": {\n              \"id\": \"<uuid>\",\n              \"title\": \"<string>\",\n              \"deliveryBillableToShipper\": \"<boolean>\",\n              \"deliveryPayableToLp\": \"<boolean>\",\n              \"shipperSlaWaived\": \"<boolean>\",\n              \"lpSlaWaived\": \"<boolean>\"\n            },\n            \"severity\": \"LOW\",\n            \"resolved\": false,\n            \"notes\": \"<string>\",\n            \"damageInfo\": {\n              \"id\": \"<uuid>\",\n              \"quantity\": \"<string>\",\n              \"orderItem\": {\n                \"id\": \"<uuid>\",\n                \"description\": \"<string>\",\n                \"identifier\": \"<string>\",\n                \"priceCent\": \"<number>\",\n                \"lengthIn\": \"<number>\",\n                \"lengthCm\": \"<number>\",\n                \"widthIn\": \"<number>\",\n                \"widthCm\": \"<number>\",\n                \"heightIn\": \"<number>\",\n                \"heightCm\": \"<number>\",\n                \"weightLbs\": \"<number>\",\n                \"weightKg\": \"<number>\",\n                \"quantity\": \"<integer>\"\n              }\n            },\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"reason\": {\n              \"id\": \"<uuid>\",\n              \"title\": \"<string>\",\n              \"deliveryBillableToShipper\": \"<boolean>\",\n              \"deliveryPayableToLp\": \"<boolean>\",\n              \"shipperSlaWaived\": \"<boolean>\",\n              \"lpSlaWaived\": \"<boolean>\"\n            },\n            \"severity\": \"HIGH\",\n            \"resolved\": false,\n            \"notes\": \"<string>\",\n            \"damageInfo\": {\n              \"id\": \"<uuid>\",\n              \"quantity\": \"<string>\",\n              \"orderItem\": {\n                \"id\": \"<uuid>\",\n                \"description\": \"<string>\",\n                \"identifier\": \"<string>\",\n                \"priceCent\": \"<number>\",\n                \"lengthIn\": \"<number>\",\n                \"lengthCm\": \"<number>\",\n                \"widthIn\": \"<number>\",\n                \"widthCm\": \"<number>\",\n                \"heightIn\": \"<number>\",\n                \"heightCm\": \"<number>\",\n                \"weightLbs\": \"<number>\",\n                \"weightKg\": \"<number>\",\n                \"quantity\": \"<integer>\"\n              }\n            },\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\"\n          }\n        ],\n        \"deliveryRating\": {\n          \"id\": \"<uuid>\",\n          \"rating\": \"<integer>\",\n          \"feedback\": \"<string>\"\n        },\n        \"packingBoxes\": [\n          {\n            \"id\": \"<uuid>\",\n            \"lengthIn\": \"<number>\",\n            \"lengthCm\": \"<number>\",\n            \"widthIn\": \"<number>\",\n            \"widthCm\": \"<number>\",\n            \"heightIn\": \"<number>\",\n            \"heightCm\": \"<number>\",\n            \"weightLbs\": \"<number>\",\n            \"weightKg\": \"<number>\",\n            \"deliveryId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"lengthIn\": \"<number>\",\n            \"lengthCm\": \"<number>\",\n            \"widthIn\": \"<number>\",\n            \"widthCm\": \"<number>\",\n            \"heightIn\": \"<number>\",\n            \"heightCm\": \"<number>\",\n            \"weightLbs\": \"<number>\",\n            \"weightKg\": \"<number>\",\n            \"deliveryId\": \"<uuid>\"\n          }\n        ],\n        \"ownFleetVehicle\": {\n          \"id\": \"<uuid>\",\n          \"name\": \"<string>\",\n          \"maxWeightLbs\": \"<number>\",\n          \"maxWeightKg\": \"<number>\",\n          \"vin\": \"<string>\",\n          \"costPerMileCent\": \"<number>\",\n          \"lpMarketId\": \"<uuid>\",\n          \"currentRouteId\": \"<uuid>\",\n          \"currentRoute\": {\n            \"id\": \"<uuid>\",\n            \"userId\": \"<uuid>\"\n          },\n          \"fleetVehicleId\": \"<uuid>\",\n          \"fleetVehicleCompartments\": [\n            {\n              \"id\": \"<uuid>\",\n              \"openingWidthIn\": \"<number>\",\n              \"openingWidthCm\": \"<number>\",\n              \"openingHeightIn\": \"<number>\",\n              \"openingHeightCm\": \"<number>\",\n              \"compartmentLengthIn\": \"<number>\",\n              \"compartmentLengthCm\": \"<number>\",\n              \"compartmentWidthIn\": \"<number>\",\n              \"compartmentWidthCm\": \"<number>\",\n              \"compartmentHeightIn\": \"<number>\",\n              \"compartmentHeightCm\": \"<number>\",\n              \"fleetVehicleId\": \"<uuid>\",\n              \"ownFleetVehicleId\": \"<uuid>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"openingWidthIn\": \"<number>\",\n              \"openingWidthCm\": \"<number>\",\n              \"openingHeightIn\": \"<number>\",\n              \"openingHeightCm\": \"<number>\",\n              \"compartmentLengthIn\": \"<number>\",\n              \"compartmentLengthCm\": \"<number>\",\n              \"compartmentWidthIn\": \"<number>\",\n              \"compartmentWidthCm\": \"<number>\",\n              \"compartmentHeightIn\": \"<number>\",\n              \"compartmentHeightCm\": \"<number>\",\n              \"fleetVehicleId\": \"<uuid>\",\n              \"ownFleetVehicleId\": \"<uuid>\"\n            }\n          ]\n        },\n        \"orderItems\": [\n          {\n            \"id\": \"<uuid>\",\n            \"description\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"priceCent\": \"<number>\",\n            \"lengthIn\": \"<number>\",\n            \"lengthCm\": \"<number>\",\n            \"widthIn\": \"<number>\",\n            \"widthCm\": \"<number>\",\n            \"heightIn\": \"<number>\",\n            \"heightCm\": \"<number>\",\n            \"weightLbs\": \"<number>\",\n            \"weightKg\": \"<number>\",\n            \"quantity\": \"<integer>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"description\": \"<string>\",\n            \"identifier\": \"<string>\",\n            \"priceCent\": \"<number>\",\n            \"lengthIn\": \"<number>\",\n            \"lengthCm\": \"<number>\",\n            \"widthIn\": \"<number>\",\n            \"widthCm\": \"<number>\",\n            \"heightIn\": \"<number>\",\n            \"heightCm\": \"<number>\",\n            \"weightLbs\": \"<number>\",\n            \"weightKg\": \"<number>\",\n            \"quantity\": \"<integer>\"\n          }\n        ],\n        \"deliveryWindows\": [\n          {\n            \"id\": \"<uuid>\",\n            \"deliveryId\": \"<uuid>\",\n            \"deliverySegment\": \"DROPOFF\",\n            \"opensOn\": \"<dateTime>\",\n            \"closesOn\": \"<dateTime>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"deletedAt\": \"<dateTime>\",\n            \"DeliveryId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"deliveryId\": \"<uuid>\",\n            \"deliverySegment\": \"DROPOFF\",\n            \"opensOn\": \"<dateTime>\",\n            \"closesOn\": \"<dateTime>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"deletedAt\": \"<dateTime>\",\n            \"DeliveryId\": \"<uuid>\"\n          }\n        ],\n        \"label\": {\n          \"trackingId\": \"<string>\",\n          \"deliveryId\": \"<string>\",\n          \"labelType\": \"png\",\n          \"containers\": [\n            {\n              \"containerId\": \"<string>\",\n              \"containerTrackingId\": \"<string>\",\n              \"containerType\": \"<string>\",\n              \"label\": \"<string>\",\n              \"shipperContainerId\": \"<string>\"\n            },\n            {\n              \"containerId\": \"<string>\",\n              \"containerTrackingId\": \"<string>\",\n              \"containerType\": \"<string>\",\n              \"label\": \"<string>\",\n              \"shipperContainerId\": \"<string>\"\n            }\n          ],\n          \"scac\": \"<string>\",\n          \"serviceCode\": \"<string>\",\n          \"statusCode\": 0,\n          \"statusDescription\": \"failure\"\n        },\n        \"contactPreference\": null,\n        \"strictlyFindLocation\": false\n      }\n    ]\n  },\n  \"pickUpData\": \"<string>\",\n  \"dropOffData\": \"<string>\"\n}"},{"id":"289da314-8894-4a39-8a94-4fe927fe8a7f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"orderId\": \"<string>\",\n  \"state\": \"READY_TO_DISPATCH\",\n  \"serviceLevel\": \"<string>\",\n  \"status\": \"<string>\",\n  \"deliveryOptions\": [\n    \"HIPAA\",\n    \"REQUIRE_SIGNATURE\"\n  ],\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"60\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"175\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"92.5\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"77.5\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"Invoice\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Package Label\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"deliveryType\": \"RESIDENTIAL\",\n      \"pickUpData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"dropOffData\": {\n        \"address1\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"country\": \"US\",\n        \"instructions\": \"<string>\",\n        \"code\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"dueDate\": \"<string>\",\n        \"windows\": {\n          \"opensOn\": \"<string>\",\n          \"closesOn\": \"<string>\"\n        },\n        \"appointment\": {\n          \"durationMins\": \"<number>\",\n          \"description\": \"<string>\"\n        },\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<number>\",\n            \"longitude\": \"<number>\"\n          }\n        },\n        \"capabilityTags\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"labelType\": \"<string>\",\n      \"requestLabel\": false,\n      \"shipmentId\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"contactPreference\": null,\n      \"items\": [\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<integer>\",\n          \"id\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<integer>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"150\"\n        }\n      ],\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"85\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"totalWeight\": \"<number>\",\n          \"items\": [\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            },\n            {\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<integer>\",\n              \"id\": \"<string>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<integer>\"\n            }\n          ],\n          \"trackingInfo\": {\n            \"type\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"subContainerQuantity\": \"<number>\",\n          \"uniqueSubLabels\": \"<boolean>\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"110\"\n        }\n      ],\n      \"shipperExtraData\": {},\n      \"dispatchAt\": \"<dateTime>\",\n      \"nmfc\": \"<string>\",\n      \"freightClass\": \"125\",\n      \"deliveryFiles\": [\n        {\n          \"fileType\": \"BOL\",\n          \"fileLink\": \"<string>\"\n        },\n        {\n          \"fileType\": \"Delivery Receipt\",\n          \"fileLink\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//order/add-delivery"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"ad7f2f2a-c228-4e78-ba0a-4c83f040be16"}],"id":"77e42c28-f97f-44b0-85ce-44d1539b0654","_postman_id":"77e42c28-f97f-44b0-85ce-44d1539b0654","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"d38b109a-7c2d-4b32-b42f-927740fafef6","_postman_id":"d38b109a-7c2d-4b32-b42f-927740fafef6","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"visibility","item":[{"name":"create","item":[{"name":"Use the visibility endpoint","id":"5f4290a6-c591-46ea-91e2-08dbc82bdf0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderData\": {\n    \"orderId\": \"<string>\",\n    \"id\": \"<string>\"\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CARTON\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BOX\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"CARTON\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"POUND\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CRATE\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PLT\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"GAYLORD\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BUCKET\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PIECE\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"FTL\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//visibility/create","urlObject":{"path":["visibility","create"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"51514765-d4dc-4faa-9337-d5a82072bab4","name":"Create visibility response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"orderData\": {\n    \"orderId\": \"<string>\",\n    \"id\": \"<string>\"\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CARTON\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BOX\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"CARTON\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"POUND\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CRATE\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PLT\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"GAYLORD\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BUCKET\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PIECE\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"FTL\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//visibility/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f4075911-741a-447e-975c-f778004808e7","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"orderData\": {\n    \"orderId\": \"<string>\",\n    \"id\": \"<string>\"\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CARTON\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BOX\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"CARTON\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"POUND\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CRATE\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PLT\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"GAYLORD\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BUCKET\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PIECE\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"FTL\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//visibility/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"5f4290a6-c591-46ea-91e2-08dbc82bdf0a"}],"id":"5c5f682e-6ee0-4ed7-9cac-56ce683fb92d","_postman_id":"5c5f682e-6ee0-4ed7-9cac-56ce683fb92d","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"{orderId}","item":[{"name":"add-deliveries","item":[{"name":"Add visibility deliveries to order","id":"7851b255-2074-4e30-a05a-2a5ed031d9d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderData\": {\n    \"orderId\": \"<string>\",\n    \"id\": \"<string>\"\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CARTON\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BOX\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"CARTON\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"POUND\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CRATE\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PLT\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"GAYLORD\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BUCKET\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PIECE\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"FTL\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//visibility/:orderId/add-deliveries","urlObject":{"path":["visibility",":orderId","add-deliveries"],"host":["/"],"query":[],"variable":[{"id":"956dba24-8aeb-4365-845b-830fe303c1e3","type":"any","key":"orderId"}]}},"response":[{"id":"87cbade7-5b2c-49f9-b0e9-da4c4c9576fa","name":"Add visibility response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"orderData\": {\n    \"orderId\": \"<string>\",\n    \"id\": \"<string>\"\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CARTON\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BOX\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"CARTON\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"POUND\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CRATE\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PLT\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"GAYLORD\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BUCKET\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PIECE\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"FTL\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//visibility/:orderId/add-deliveries","host":["/"],"path":["visibility",":orderId","add-deliveries"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e35eb504-a319-4d00-8dfc-532855c5314f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"orderData\": {\n    \"orderId\": \"<string>\",\n    \"id\": \"<string>\"\n  },\n  \"deliveries\": [\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CARTON\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BOX\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"CARTON\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"DRUM\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"POUND\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    },\n    {\n      \"deliveryType\": \"BUSINESS\",\n      \"pickUpData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"dropOffData\": {\n        \"name\": \"<string>\",\n        \"storeNumber\": \"<string>\",\n        \"address1\": \"<string>\",\n        \"address2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"zip\": \"<string>\",\n        \"contactName\": \"<string>\",\n        \"contactPhone\": \"<string>\",\n        \"contactEmailAddress\": \"<string>\",\n        \"physicalLocation\": {\n          \"altLocation\": {\n            \"latitude\": \"<string>\",\n            \"longitude\": \"<string>\"\n          }\n        }\n      },\n      \"containers\": [\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"CRATE\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PLT\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"GAYLORD\"\n        },\n        {\n          \"name\": \"<string>\",\n          \"trackingInfo\": {\n            \"type\": \"LPN\",\n            \"value\": \"<string>\"\n          },\n          \"totalWeight\": \"<number>\",\n          \"shipperContainerId\": \"<string>\",\n          \"shipperExtraData\": {},\n          \"containers\": [\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"BUCKET\"\n            },\n            {\n              \"name\": \"<string>\",\n              \"trackingInfo\": {\n                \"type\": \"LPN\",\n                \"value\": \"<string>\"\n              },\n              \"totalWeight\": \"<number>\",\n              \"shipperContainerId\": \"<string>\",\n              \"shipperExtraData\": {},\n              \"containers\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                },\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/schemas_visibility_container.yaml- detected>\"\n                }\n              ],\n              \"items\": [\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                },\n                {\n                  \"id\": \"<uuid>\",\n                  \"description\": \"<string>\",\n                  \"length\": \"<number>\",\n                  \"width\": \"<number>\",\n                  \"height\": \"<number>\",\n                  \"weight\": \"<number>\",\n                  \"quantity\": \"<number>\",\n                  \"identifier\": \"<string>\",\n                  \"complexities\": \"<string>\",\n                  \"priceCent\": \"<number>\"\n                }\n              ],\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"<string>\",\n              \"trackingNumber\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"containerType\": \"PIECE\"\n            }\n          ],\n          \"items\": [\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            },\n            {\n              \"id\": \"<uuid>\",\n              \"description\": \"<string>\",\n              \"length\": \"<number>\",\n              \"width\": \"<number>\",\n              \"height\": \"<number>\",\n              \"weight\": \"<number>\",\n              \"quantity\": \"<number>\",\n              \"identifier\": \"<string>\",\n              \"complexities\": \"<string>\",\n              \"priceCent\": \"<number>\"\n            }\n          ],\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"<string>\",\n          \"trackingNumber\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"containerType\": \"FTL\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        },\n        {\n          \"id\": \"<uuid>\",\n          \"description\": \"<string>\",\n          \"length\": \"<number>\",\n          \"width\": \"<number>\",\n          \"height\": \"<number>\",\n          \"weight\": \"<number>\",\n          \"quantity\": \"<number>\",\n          \"identifier\": \"<string>\",\n          \"complexities\": \"<string>\",\n          \"priceCent\": \"<number>\"\n        }\n      ],\n      \"carrierCode\": \"<string>\",\n      \"lpDeliveryId\": \"<string>\",\n      \"shipperExtraData\": {},\n      \"shipmentId\": \"<string>\"\n    }\n  ],\n  \"numericSystem\": \"IMPERIAL\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//visibility/:orderId/add-deliveries","host":["/"],"path":["visibility",":orderId","add-deliveries"],"variable":[{"key":"orderId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"errors\": {}\n}"}],"_postman_id":"7851b255-2074-4e30-a05a-2a5ed031d9d3"}],"id":"8901a61f-b61c-4c92-87e4-c6513c0c1d0b","_postman_id":"8901a61f-b61c-4c92-87e4-c6513c0c1d0b","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"544d454e-1771-4e4c-b316-b71d93be6a96","_postman_id":"544d454e-1771-4e4c-b316-b71d93be6a96","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"2087796a-f05f-4e23-a56c-1350e5869736","_postman_id":"2087796a-f05f-4e23-a56c-1350e5869736","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}},{"name":"v1","item":[{"name":"routes","item":[{"name":"Create new orders within one or more routes.","id":"70a64a10-9a4d-45e2-be94-b41b10bc07c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"routes\": [\n    {\n      \"orders\": [\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"300\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"85\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"400\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": null\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"500\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"70\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": null,\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"60\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"400\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"77.5\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": null,\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"400\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Package Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"DRAFT\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        },\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"125\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"77.5\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"110\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"400\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Package Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"150\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": null\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"175\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"65\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"50\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"65\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"200\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"READY_TO_DISPATCH\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        }\n      ],\n      \"id\": \"ysysysys\",\n      \"dispatchToOnerail\": false,\n      \"skipOptimizer\": false,\n      \"overflowToOnerail\": false\n    },\n    {\n      \"orders\": [\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"55\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"500\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"65\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"175\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"65\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"BOL\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"300\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"77.5\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"110\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"250\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"200\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"READY_TO_DISPATCH\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"200\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        },\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"200\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"400\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"175\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"70\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"50\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"150\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"400\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"500\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"150\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"175\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"55\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"500\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"DRAFT\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        }\n      ],\n      \"id\": \"vvvvvvvv\",\n      \"dispatchToOnerail\": false,\n      \"skipOptimizer\": false,\n      \"overflowToOnerail\": false\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//v1/routes","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}},"urlObject":{"path":["v1","routes"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"eabf53c8-9b17-4a51-a20f-5d6a65fef1c5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"routes\": [\n    {\n      \"orders\": [\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"300\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"85\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"400\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": null\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"500\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"70\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": null,\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"60\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"400\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"77.5\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": null,\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"400\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Package Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"DRAFT\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        },\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"125\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"77.5\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"110\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"400\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Package Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"150\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": null\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"175\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"65\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"50\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"65\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"200\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"READY_TO_DISPATCH\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        }\n      ],\n      \"id\": \"ysysysys\",\n      \"dispatchToOnerail\": false,\n      \"skipOptimizer\": false,\n      \"overflowToOnerail\": false\n    },\n    {\n      \"orders\": [\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"55\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"500\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"65\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"175\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"65\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"BOL\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"300\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"77.5\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"110\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"250\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"200\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"READY_TO_DISPATCH\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"200\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        },\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"200\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"400\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"175\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"70\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"50\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"150\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"400\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"500\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"150\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"175\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"55\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"500\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"DRAFT\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        }\n      ],\n      \"id\": \"vvvvvvvv\",\n      \"dispatchToOnerail\": false,\n      \"skipOptimizer\": false,\n      \"overflowToOnerail\": false\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//v1/routes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"failedOrders\": [\n    {\n      \"orderId\": \"<string>\",\n      \"routeId\": \"<string>\",\n      \"reason\": \"<string>\"\n    },\n    {\n      \"orderId\": \"<string>\",\n      \"routeId\": \"<string>\",\n      \"reason\": \"<string>\"\n    }\n  ],\n  \"failedRoutes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"successfulRoutes\": [\n    {\n      \"orgSourcedIdentifer\": \"<string>\",\n      \"deliveryIds\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"orgSourcedIdentifer\": \"<string>\",\n      \"deliveryIds\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ]\n}"},{"id":"39277848-564b-4345-83f4-fcb0ddfe7c98","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-ONERAIL-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"routes\": [\n    {\n      \"orders\": [\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"300\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"85\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"400\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": null\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"500\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"70\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": null,\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"60\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"400\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"77.5\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": null,\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"400\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Package Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"DRAFT\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"50\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        },\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"125\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"77.5\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"110\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"400\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Package Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"150\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": null\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"175\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"65\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"50\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"65\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"200\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"READY_TO_DISPATCH\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"125\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        }\n      ],\n      \"id\": \"ysysysys\",\n      \"dispatchToOnerail\": false,\n      \"skipOptimizer\": false,\n      \"overflowToOnerail\": false\n    },\n    {\n      \"orders\": [\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"110\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"55\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"500\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"65\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"175\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"65\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"BOL\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"300\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"77.5\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"110\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"85\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"100\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"250\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"200\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"READY_TO_DISPATCH\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"200\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        },\n        {\n          \"orderId\": \"<string>\",\n          \"deliveries\": [\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"70\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"200\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"400\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"175\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"250\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"70\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"50\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"150\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Pallet Label\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Invoice\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"to\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"deliveryType\": \"RESIDENTIAL\",\n              \"deliverySpeedMin\": \"<number>\",\n              \"state\": \"READY_TO_DISPATCH\",\n              \"from\": {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"address\": {\n                  \"address1\": \"<string>\",\n                  \"address2\": \"<string>\",\n                  \"city\": \"<string>\",\n                  \"state\": \"<string>\",\n                  \"postalCode\": \"<string>\",\n                  \"country\": \"US\"\n                },\n                \"latitude\": \"<float>\",\n                \"longitude\": \"<float>\",\n                \"storeNumber\": \"<string>\",\n                \"instructions\": \"<string>\",\n                \"contactName\": \"<string>\",\n                \"phoneNumber\": \"<string>\",\n                \"contactEmailAddress\": \"<string>\",\n                \"windows\": {\n                  \"opensOn\": \"<string>\",\n                  \"closesOn\": \"<string>\"\n                },\n                \"appointment\": {\n                  \"durationMins\": \"<number>\",\n                  \"description\": \"<string>\"\n                },\n                \"capabilityTags\": [\n                  \"<uuid>\",\n                  \"<uuid>\"\n                ],\n                \"physicalLocation\": {\n                  \"altLocation\": {\n                    \"latitude\": \"<number>\",\n                    \"longitude\": \"<number>\"\n                  }\n                }\n              },\n              \"labelType\": \"<string>\",\n              \"requestLabel\": false,\n              \"deliveryOptions\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"notes\": \"<string>\",\n              \"isReturn\": false,\n              \"orderItems\": [\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"100\"\n                },\n                {\n                  \"quantity\": 1,\n                  \"description\": \"<string>\",\n                  \"identifier\": \"<string>\",\n                  \"priceCent\": \"<number>\",\n                  \"lengthIn\": \"<number>\",\n                  \"widthIn\": \"<number>\",\n                  \"heightIn\": \"<number>\",\n                  \"weightLbs\": \"<number>\",\n                  \"sortOrdinal\": \"<integer>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"400\"\n                }\n              ],\n              \"capabilityTags\": [\n                \"<uuid>\",\n                \"<uuid>\"\n              ],\n              \"shipperContractSlaId\": \"<uuid>\",\n              \"shipperExtraData\": {},\n              \"serviceLevel\": \"<string>\",\n              \"shipmentId\": \"<string>\",\n              \"contactPreference\": null,\n              \"containers\": [\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"500\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"92.5\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"150\",\n                  \"containers\": \"<array>\"\n                },\n                {\n                  \"name\": \"<string>\",\n                  \"totalWeightLbs\": \"<number>\",\n                  \"items\": [\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"300\"\n                    },\n                    {\n                      \"quantity\": 1,\n                      \"description\": \"<string>\",\n                      \"identifier\": \"<string>\",\n                      \"priceCent\": \"<number>\",\n                      \"lengthIn\": \"<number>\",\n                      \"widthIn\": \"<number>\",\n                      \"heightIn\": \"<number>\",\n                      \"weightLbs\": \"<number>\",\n                      \"sortOrdinal\": \"<integer>\",\n                      \"nmfc\": \"<string>\",\n                      \"freightClass\": \"175\"\n                    }\n                  ],\n                  \"shipperContainerId\": \"<string>\",\n                  \"shipperExtraData\": {},\n                  \"subContainerQuantity\": \"<number>\",\n                  \"uniqueSubLabels\": \"<boolean>\",\n                  \"nmfc\": \"<string>\",\n                  \"freightClass\": \"55\",\n                  \"containers\": \"<array>\"\n                }\n              ],\n              \"dispatchAt\": \"<dateTime>\",\n              \"nmfc\": \"<string>\",\n              \"freightClass\": \"500\",\n              \"deliveryFiles\": [\n                {\n                  \"fileType\": \"Weight Inspection\",\n                  \"fileLink\": \"<string>\"\n                },\n                {\n                  \"fileType\": \"Delivery Receipt\",\n                  \"fileLink\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"netAmountCent\": 0,\n          \"barCode\": \"<string>\",\n          \"state\": \"DRAFT\",\n          \"status\": \"PICKING\",\n          \"nmfc\": \"<string>\",\n          \"freightClass\": \"400\",\n          \"originLocation\": {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"address\": {\n              \"address1\": \"<string>\",\n              \"address2\": \"<string>\",\n              \"city\": \"<string>\",\n              \"state\": \"<string>\",\n              \"postalCode\": \"<string>\",\n              \"country\": \"US\"\n            },\n            \"latitude\": \"<float>\",\n            \"longitude\": \"<float>\",\n            \"storeNumber\": \"<string>\",\n            \"instructions\": \"<string>\",\n            \"contactName\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"contactEmailAddress\": \"<string>\"\n          }\n        }\n      ],\n      \"id\": \"vvvvvvvv\",\n      \"dispatchToOnerail\": false,\n      \"skipOptimizer\": false,\n      \"overflowToOnerail\": false\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//v1/routes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<integer>\",\n  \"message\": \"<string>\"\n}"}],"_postman_id":"70a64a10-9a4d-45e2-be94-b41b10bc07c6"}],"id":"92974875-e4bf-4aa7-8a2a-3b3306cdcf76","_postman_id":"92974875-e4bf-4aa7-8a2a-3b3306cdcf76","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"id":"5e9c65a0-bb8a-4aa9-9876-35a811725a34","_postman_id":"5e9c65a0-bb8a-4aa9-9876-35a811725a34","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","id":"257dc5e4-942a-4cd7-bf78-83640e9fedbf","name":"OneRail Delivery Cloud - Delivery API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"}},"variable":[{"key":"baseUrl","value":"/"}]}