{"info":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","description":"<html><head></head><body><p>This collection provides the information needed to integrate with the Spee-Dee ShipIt platform. It includes endpoints for creating, updating, tracking, and canceling shipments.</p>\n<p>The API follows REST principles and uses JSON for request and response bodies.</p>\n<blockquote>\n<p><strong>Note:</strong> This collection uses collection variables for Basic Authentication. Update the username and password variables with your test-environment credentials before sending requests through Postman. </p>\n</blockquote>\n<h1 id=\"frequently-asked-questions-important-details\">Frequently Asked Questions / Important Details</h1>\n<hr>\n<h2 id=\"what-authentication-method-does-the-api-support\">What authentication method does the API support?</h2>\n<p>The API uses Basic Authentication.</p>\n<p>Use the username and password provided for your assigned environment.</p>\n<hr>\n<h2 id=\"is-a-manifest-still-required-and-how-do-i-generate-one\">Is a manifest still required, and how do I generate one?</h2>\n<p>Yes. A manifest is currently required.</p>\n<p>The Spee-Dee driver uses the manifest to verify the shipment and confirm the packages being picked up. The package count shown on the manifest should match the total number of packages tendered to the driver.</p>\n<p>At this time, there is no API endpoint available for generating or printing a manifest.</p>\n<p>To generate a manifest:</p>\n<ol>\n<li><p>Log in to the Spee-Dee ShipIt web portal.</p>\n</li>\n<li><p>Open the <strong>Orders</strong> tab.</p>\n</li>\n<li><p>Select <strong>Reports</strong> near the top of the page.</p>\n</li>\n<li><p>Generate the manifest report using the applicable shipping date.</p>\n</li>\n</ol>\n<hr>\n<blockquote>\n<p><strong>Manifest note:</strong> If your workflow cannot access the web portal, the Integrations team may approve the use of a manifest summary sheet. </p>\n</blockquote>\n<hr>\n<h2 id=\"why-are-my-labels-showing-a-tracking-number-of-01\">Why are my labels showing a tracking number of \"01\"?</h2>\n<p>When an order is first created through the API, each item is temporarily assigned a tracking number that matches its item number, such as <code>01</code>, <code>02</code>, or <code>03</code>.</p>\n<p>Immediately after the order is created, an automated process replaces the temporary value with the complete Spee-Dee tracking number.</p>\n<p>Your integration should poll the order items endpoint after creating an order and confirm that each tracking number has changed from its temporary item number.</p>\n<p>Once the tracking number is no longer <code>01</code>, <code>02</code>, <code>03</code>, or another temporary item number, the label is ready to be generated and printed.</p>\n<blockquote>\n<p><strong>Warning:</strong> Printing a label before the complete tracking number has been assigned may result in processing delays or the shipment being returned. </p>\n</blockquote>\n<hr>\n<h2 id=\"reference-field-useage\">Reference Field Useage</h2>\n<p>Customer's have access to pass two reference fields by default that will print on the label as well as the possibility of a custom label set if requested.</p>\n<p>ALL customers should NOT use <code>Reference Number 2</code> as it contains important information for generating the tracking number on an order.</p>\n<p>Customer's can use <code>Reference Number 1</code> and <code>Reference Number 3</code> which will print on the label. If more are needed contact <a href=\"https://mailto:integrations@speedeedelivery.com\">integrations@speedeedelivery.com</a></p>\n<hr>\n<h1 id=\"reference-ids\">Reference IDs</h1>\n<h2 id=\"service-level-ids\">Service Level IDs</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Description</th>\n<th>Environment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PACKAGE_PARCEL</code></td>\n<td>Default service level for parcel orders</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>LTL_NEXTDAYPU</code></td>\n<td>Default service level for LTL orders</td>\n<td>Production and Test</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"vehicle-level-ids\">Vehicle Level IDs</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Service Level</th>\n<th>Description</th>\n<th>Environment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>STEPVAN</code></td>\n<td><code>PACKAGE_PARCEL</code></td>\n<td>Vehicle ID that must be included with parcel orders</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>SEMITRAILER_53TANDEMAXELTRACTOR</code></td>\n<td><code>LTL_NEXTDAYPU</code></td>\n<td>Vehicle ID that must be included with LTL orders</td>\n<td>Production and Test</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"parcel-extra-fee-ids\">Parcel Extra Fee IDs</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Description</th>\n<th>Environment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ITEMPRICE</code></td>\n<td>Base cost of the item</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>AODSIGNATURE</code></td>\n<td>Adult signature required. The recipient must be at least 21 years old.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>AOD</code></td>\n<td>Direct signature required from the recipient or receiving business.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>AODHARDCOPY</code></td>\n<td>Direct signature required from the recipient or receiving business. A hard-copy signature record is returned.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>AODINDIRECT</code></td>\n<td>A signature is required but may be obtained from a neighboring business or through a signed delivery notice.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>AODINDIRECTHARDCOPY</code></td>\n<td>A signature may be obtained from a neighboring business or through a signed delivery notice. A hard-copy signature record is returned.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>AODSIGNATUREHARDCOPY</code></td>\n<td>Adult signature required. The recipient must be at least 21 years old. A hard-copy signature record is returned.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>COD</code></td>\n<td>Payment is collected at the time of delivery.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>DAS</code></td>\n<td>Delivery Area Surcharge</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>DECLAREDVALUE</code></td>\n<td>Additional declared-value coverage for a package</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>HAZMAT</code></td>\n<td>The item is considered hazardous material. Hazardous materials must be accompanied by properly completed DOT paperwork and marked in accordance with applicable regulations.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>FERRY</code></td>\n<td>Island ferry surcharge for ZIP codes <code>54246</code> and <code>54850</code></td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>METRO</code></td>\n<td>Reduced pricing may apply when the delivery ZIP code is within a designated Spee-Dee metro area. See <a href=\"https://speedeedelivery.com\">speedeedelivery.com</a> for more information.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>OVERSIZE</code></td>\n<td>Applies to packages measuring between 130 and 170 inches in combined length and girth. See the <a href=\"https://speedeedelivery.com/wp-content/uploads/2018/04/how-to-measure.webm\">package measurement video</a> for more information.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>PICKUPCHARGE</code></td>\n<td></td>\n<td>Test</td>\n</tr>\n<tr>\n<td><code>PICKUPTAG</code></td>\n<td></td>\n<td>Test</td>\n</tr>\n<tr>\n<td><code>SHIPMENTWEIGHT</code></td>\n<td></td>\n<td>Test</td>\n</tr>\n<tr>\n<td><code>UNBOXED</code></td>\n<td>Applies to parcels that are not contained within a corrugated cardboard box.  <br>  <br>Exceptions:  <br>- Packages weighing between 1 and 5 pounds  <br>- Stackable totes  <br>- Coolers</td>\n<td>Production and Test</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"ltl-extra-fee-ids\">LTL Extra Fee IDs</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Description</th>\n<th>Environment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>COD</code></td>\n<td>Payment is collected at the time of delivery.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>DECLAREDVALUE</code></td>\n<td>Shipments requiring a declared value greater than $100 must be clearly identified on the Bill of Lading. If no additional declared value is purchased, the maximum claim paid is $100 per pallet or shipment. Charges are $1.10 for each additional $100, or fraction thereof, with a $3.30 minimum.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>FERRY</code></td>\n<td>Ferry surcharge of $20.00 per 100 pounds, or fraction thereof, for ZIP codes <code>54246</code> and <code>54850</code></td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>HAZMAT</code></td>\n<td>The pallet, or items on the pallet, are considered hazardous under DOT regulations. Hazardous materials are limited to 500 pounds collectively per day.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>PALLETFULFILLMENT</code></td>\n<td>A pallet is supplied by Spee-Dee. Charged per pallet position.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>WRAPFULFILLMENT</code></td>\n<td>The pallet is wrapped by Spee-Dee. Charged per pallet position.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>SCHEDULEDDELIVERY</code></td>\n<td>A delivery appointment or delivery window of two hours or less is required. A $38.00 flat fee applies per shipment.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>SCHEDULEDPU</code></td>\n<td>A pickup appointment or pickup window of two hours or less is required. A $38.00 flat fee applies per shipment.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>RESIDENTIALDELIVERY</code></td>\n<td>The order is delivered to a residential address. The charge is $30.00 per pallet position, with a maximum charge of $240.00.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>RESIDENTIALPICKUP</code></td>\n<td>The order is picked up from a residential address. The charge is $30.00 per pallet position, with a maximum charge of $240.00.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>LIFTGATE</code></td>\n<td>Liftgate service is required at the delivery location. The charge is $50.00 per pallet position, with a maximum charge of $250.00.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>LIFTGATEPU</code></td>\n<td>Liftgate service is required at the pickup location. The charge is $50.00 per pallet position, with a maximum charge of $250.00.</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>HANDUNLOAD</code></td>\n<td>The driver is required to manually unload the shipment. A $50.00 fee applies.</td>\n<td>Production and Test</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"parcel-type-ids--parcel\">Parcel Type IDs — Parcel</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Description</th>\n<th>Environment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BOX</code></td>\n<td>Standard parcel type for a corrugated cardboard box</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>ANY_SIZE_BOX_HZ</code></td>\n<td>Box containing hazardous material</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>ANY_SIZE_BOX_PUT</code></td>\n<td>Box associated with a pickup tag</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>ANY_SIZE_BOX_PUT_HZ</code></td>\n<td>Box containing hazardous material and associated with a pickup tag</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>UNBOXED</code></td>\n<td>Applies to parcels that are not contained within a corrugated cardboard box.  <br>  <br>Exceptions:  <br>- Packages weighing between 1 and 5 pounds  <br>- Stackable totes  <br>- Coolers</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>UNBOX_HZ</code></td>\n<td>Unboxed parcel containing hazardous material</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>UNBOX_PUT</code></td>\n<td>Unboxed parcel associated with a pickup tag</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>UNBOXED_HAZMAT_PU</code></td>\n<td>Unboxed parcel containing hazardous material and associated with a pickup tag</td>\n<td>Production and Test</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"parcel-type-ids--ltl\">Parcel Type IDs — LTL</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Description</th>\n<th>Environment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PALLET</code></td>\n<td>Standard parcel type for a palletized shipment</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>NONPALLETIZED</code></td>\n<td>Shipment that is not palletized</td>\n<td>Production and Test</td>\n</tr>\n<tr>\n<td><code>PALLET_HZ</code></td>\n<td>Pallet / Item is considered HAZMAT per DOT Regulations</td>\n<td>Production and Test</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"label-template-ids\">Label Template IDs</h2>\n<p>The label template ID defines the type of label returned by the API. The following public label templates are currently supported.</p>\n<blockquote>\n<p><strong>Note:</strong> PDF label output is not currently supported. All published label templates currently return ZPL only. </p>\n</blockquote>\n<p>Format types:<br><code>0</code> = ZPL<br><code>1</code> = PDF — currently unsupported</p>\n<p>For custom label requests, contact <a href=\"https://mailto:integrations@speedeedelivery.com\">integrations@speedeedelivery.com</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Supported Format</th>\n<th>Description</th>\n<th>Environment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>STANDARD</code></td>\n<td><code>0</code> — ZPL</td>\n<td>Standard 4×6 label</td>\n<td>Production and Test</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Frequently Asked Questions / Important Details","slug":"frequently-asked-questions-important-details"},{"content":"Reference IDs","slug":"reference-ids"}],"owner":"32232343","collectionId":"4eca1403-daa1-4bae-893d-87d07f83cb44","publishedId":"2sAYk7S4Ba","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"ff4734"},"publishDate":"2025-03-18T18:02:21.000Z"},"item":[{"name":"Orders","item":[{"name":"Create a new order","id":"e0425b8c-155b-40fd-afe0-55d7ec8e4b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{ \n  \"dropoffAddress\": { //Required\n    \"addressLine1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"stateProvince\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"company\": \"<string>\"\n  }, \n  \"pickupAddress\": { //Required\n    \"addressLine1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"stateProvince\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"company\": \"<string>\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"pickupContactInfo\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"email\": \"<string>\",\n    \"language\": \"<string>\"\n  },\n  \"pickupWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"pickupLocalWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"pickupNotes\": \"<string>\",\n  \"dropoffLocation\": {\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"dropoffContactInfo\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"email\": \"<string>\",\n    \"language\": \"<string>\"\n  },\n  \"dropoffWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"dropoffLocalWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"dropoffNotes\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"serviceLevelId\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"metadata\": {\n    \"occaecatf\": \"<string>\",\n    \"enim4\": \"<string>\",\n    \"eu_ca\": \"<string>\"\n  },\n  \"numberOfPieces\": \"<integer>\",\n  \"weight\": \"<double>\",\n  \"readyAt\": \"<dateTime>\",\n  \"pickupLocalReadyAt\": \"<dateTime>\",\n  \"vehicleTypeId\": \"<string>\",\n  \"attributeIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"extraFees\": [\n    {\n      \"extraFeeId\": \"<string>\",\n      \"quantity\": \"<double>\"\n    },\n    {\n      \"extraFeeId\": \"<string>\",\n      \"quantity\": \"<double>\"\n    }\n  ],\n  \"pickupDurationInMinutes\": \"<integer>\",\n  \"deliveryDurationInMinutes\": \"<integer>\",\n  \"collectOnDelivery\": \"<double>\",\n  \"collectOnPickup\": \"<double>\",\n  \"allowPartialCollectOnDelivery\": \"<boolean>\",\n  \"allowPartialCollectOnPickup\": \"<boolean>\",\n  \"requireIdentityValidation\": \"<boolean>\",\n  \"requireIdentityValidationOnPickup\": \"<boolean>\",\n  \"generateProofOfDeliveryOnDelivery\": \"<boolean>\",\n  \"referenceNumber1\": \"<string>\",\n  \"referenceNumber2\": \"<string>\",\n  \"referenceNumber3\": \"<string>\",\n  \"workflows\": [\n    {\n      \"id\": \"<string>\",\n      \"workflowType\": 2,\n      \"workflowSteps\": [\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        },\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"workflowType\": 2,\n      \"workflowSteps\": [\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        },\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        }\n      ]\n    }\n  ],\n  \"userFields\": [\n    {\n      \"userFieldId\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"userFieldId\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"items\": [\n    {\n      \"barcodeTemplate\": \"<string>\",\n      \"parcelTypeId\": \"<string>\",\n      \"description\": \"<string>\",\n      \"weight\": \"<double>\",\n      \"height\": \"<double>\",\n      \"length\": \"<double>\",\n      \"width\": \"<double>\",\n      \"userFields\": [\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"barcodeTemplate\": \"<string>\",\n      \"parcelTypeId\": \"<string>\",\n      \"description\": \"<string>\",\n      \"weight\": \"<double>\",\n      \"height\": \"<double>\",\n      \"length\": \"<double>\",\n      \"width\": \"<double>\",\n      \"userFields\": [\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders","description":"<h3 id=\"create-order-api\">Create Order API</h3>\n<p>Use this endpoint to create a new shipment in SpeeDee’s system. This is typically the first step in scheduling a delivery. A successful creation returns the new order’s details.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request must be a JSON object containing the following parameters:</p>\n<ul>\n<li><p><strong>dropoffAddress</strong>: Object containing the dropoff address details.</p>\n<ul>\n<li><p><code>addressLine1</code>: (string) The primary address line.</p>\n</li>\n<li><p><code>city</code>: (string) The city of the dropoff location.</p>\n</li>\n<li><p><code>postalCode</code>: (string) The postal code of the dropoff location.</p>\n</li>\n<li><p><code>stateProvince</code>: (string) The state or province of the dropoff location.</p>\n</li>\n<li><p><code>addressLine2</code>: (string) Additional address line (optional).</p>\n</li>\n<li><p><code>company</code>: (string) Company name (optional).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pickupAddress</strong>: Object containing the pickup address details (same structure as dropoffAddress).</p>\n</li>\n<li><p><strong>pickupLocation</strong>: Object containing the pickup location coordinates.</p>\n<ul>\n<li><p><code>latitude</code>: (double) Latitude of the pickup location.</p>\n</li>\n<li><p><code>longitude</code>: (double) Longitude of the pickup location.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pickupContactInfo</strong>: Object containing the contact information for pickup.</p>\n<ul>\n<li><p><code>id</code>: (integer) Unique identifier for the contact.</p>\n</li>\n<li><p><code>name</code>: (string) Name of the contact.</p>\n</li>\n<li><p><code>phoneNumber</code>: (string) Contact phone number.</p>\n</li>\n<li><p><code>email</code>: (string) Contact email address.</p>\n</li>\n<li><p><code>language</code>: (string) Preferred language for communication.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pickupWindow</strong>: Object defining the pickup time window.</p>\n<ul>\n<li><p><code>start</code>: (dateTime) Start time of the pickup window.</p>\n</li>\n<li><p><code>end</code>: (dateTime) End time of the pickup window.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pickupLocalWindow</strong>: Object defining the local pickup time window (same structure as pickupWindow).</p>\n</li>\n<li><p><strong>pickupNotes</strong>: (string) Additional notes for pickup.</p>\n</li>\n<li><p><strong>dropoffLocation</strong>: Object containing the dropoff location coordinates (same structure as pickupLocation).</p>\n</li>\n<li><p><strong>dropoffContactInfo</strong>: Object containing the contact information for dropoff (same structure as pickupContactInfo).</p>\n</li>\n<li><p><strong>dropoffWindow</strong>: Object defining the dropoff time window (same structure as pickupWindow).</p>\n</li>\n<li><p><strong>dropoffLocalWindow</strong>: Object defining the local dropoff time window (same structure as pickupWindow).</p>\n</li>\n<li><p><strong>dropoffNotes</strong>: (string) Additional notes for dropoff.</p>\n</li>\n<li><p><strong>notes</strong>: (string) General notes for the order.</p>\n</li>\n<li><p><strong>serviceLevelId</strong>: (string) Identifier for the service level.</p>\n</li>\n<li><p><strong>webhookUrl</strong>: (string) Optional URL for receiving delivery status callbacks.</p>\n</li>\n<li><p><strong>metadata</strong>: Object containing additional metadata.</p>\n<ul>\n<li><p><code>occaecatf</code>: (string)</p>\n</li>\n<li><p><code>enim4</code>: (string)</p>\n</li>\n<li><p><code>eu_ca</code>: (string)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>numberOfPieces</strong>: (integer) Total number of pieces in the shipment.</p>\n</li>\n<li><p><strong>weight</strong>: (double) Total weight of the shipment.</p>\n</li>\n<li><p><strong>readyAt</strong>: (dateTime) Time when the shipment is ready.</p>\n</li>\n<li><p><strong>pickupLocalReadyAt</strong>: (dateTime) Local time when the shipment is ready for pickup.</p>\n</li>\n<li><p><strong>vehicleTypeId</strong>: (string) Identifier for the vehicle type.</p>\n</li>\n<li><p><strong>attributeIds</strong>: (array of strings) List of attribute identifiers.</p>\n</li>\n<li><p><strong>extraFees</strong>: Array of objects representing any extra fees.</p>\n<ul>\n<li><p><code>extraFeeId</code>: (string) Identifier for the extra fee.</p>\n</li>\n<li><p><code>quantity</code>: (double) Quantity of the extra fee.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pickupDurationInMinutes</strong>: (integer) Duration of the pickup in minutes.</p>\n</li>\n<li><p><strong>deliveryDurationInMinutes</strong>: (integer) Duration of the delivery in minutes.</p>\n</li>\n<li><p><strong>collectOnDelivery</strong>: (double) Amount to be collected on delivery.</p>\n</li>\n<li><p><strong>collectOnPickup</strong>: (double) Amount to be collected on pickup.</p>\n</li>\n<li><p><strong>allowPartialCollectOnDelivery</strong>: (boolean) Whether partial collection on delivery is allowed.</p>\n</li>\n<li><p><strong>allowPartialCollectOnPickup</strong>: (boolean) Whether partial collection on pickup is allowed.</p>\n</li>\n<li><p><strong>requireIdentityValidation</strong>: (boolean) Whether identity validation is required.</p>\n</li>\n<li><p><strong>requireIdentityValidationOnPickup</strong>: (boolean) Whether identity validation is required on pickup.</p>\n</li>\n<li><p><strong>generateProofOfDeliveryOnDelivery</strong>: (boolean) Whether to generate proof of delivery on delivery.</p>\n</li>\n<li><p><strong>referenceNumber1</strong>: (string) First reference number.</p>\n</li>\n<li><p><strong>referenceNumber2</strong>: (string) Second reference number.</p>\n</li>\n<li><p><strong>referenceNumber3</strong>: (string) Third reference number.</p>\n</li>\n<li><p><strong>workflows</strong>: Array of workflow objects.</p>\n<ul>\n<li><p><code>id</code>: (string) Identifier for the workflow.</p>\n</li>\n<li><p><code>workflowType</code>: (integer) Type of workflow.</p>\n</li>\n<li><p><code>workflowSteps</code>: Array of steps in the workflow.</p>\n<ul>\n<li><p><code>stepId</code>: (string) Identifier for the step.</p>\n</li>\n<li><p><code>selectionStepId</code>: (string) Identifier for the selection step.</p>\n</li>\n<li><p><code>isActive</code>: (boolean) Whether the step is active.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>userFields</strong>: Array of user-defined fields.</p>\n<ul>\n<li><p><code>userFieldId</code>: (string) Identifier for the user field.</p>\n</li>\n<li><p><code>value</code>: (string) Value of the user field.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>items</strong>: Array of item objects.</p>\n<ul>\n<li><p><code>barcodeTemplate</code>: (string) Template for the barcode.</p>\n</li>\n<li><p><code>parcelTypeId</code>: (string) Identifier for the parcel type.</p>\n</li>\n<li><p><code>description</code>: (string) Description of the item.</p>\n</li>\n<li><p><code>weight</code>: (double) Weight of the item.</p>\n</li>\n<li><p><code>height</code>: (double) Height of the item.</p>\n</li>\n<li><p><code>length</code>: (double) Length of the item.</p>\n</li>\n<li><p><code>width</code>: (double) Width of the item.</p>\n</li>\n<li><p><code>userFields</code>: Array of user-defined fields (same structure as userFields).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>On success, the response will return a JSON object containing:</p>\n<ul>\n<li><strong>orderId</strong>: (string) The unique identifier for the created order.</li>\n</ul>\n<p>In case of input validation issues (e.g., missing required address fields), the response will still be 200 OK but will include a <code>validationErrors</code> array highlighting the problems that should be fixed.</p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>Always include Basic Auth credentials in the request.</p>\n<h4 id=\"webhook\">Webhook</h4>\n<p>Optionally, you can provide a <code>webhookUrl</code> in the request body. If provided, SpeeDee will send a POST callback to that URL containing the order ID when the shipment is delivered or canceled, enabling your system to react to delivery status changes automatically.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bfe6bffa-b3fa-4397-892e-b81a6243dc48","name":"Create a new order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"raw","raw":"{\n    \"PickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\",\n        \"country\": \"US\"\n    },\n    \"DropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\",\n        \"country\": \"US\"\n    },\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\n    \"VehicleTypeId\": \"STEPVAN\",\n    \"referenceNumber1\": \"\",\n    \"referenceNumber3\": \"\",\n    \"Items\": [\n        {\n            \"barcodeTemplate\": null,\n            \"parcelTypeId\": \"BOX\",\n            \"description\": null,\n            \"weight\": 25,\n            \"height\": 5,\n            \"length\": 5,\n            \"width\": 5,\n            \"userFields\": []\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 18 Mar 2025 20:09:55 GMT","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"Connection","value":"keep-alive","description":{"content":"","type":"text/plain"}},{"key":"Content-Encoding","value":"gzip","description":{"content":"","type":"text/plain"}},{"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None","description":{"content":"","type":"text/plain"}},{"key":"Vary","value":"Accept-Encoding","description":{"content":"","type":"text/plain"}},{"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"ASP.NET","description":{"content":"","type":"text/plain"}},{"key":"x-azure-ref","value":"20250318T200951Z-er1c6889b75n6787hC1CH1fyp000000006u000000000kzn5","description":{"content":"","type":"text/plain"}},{"key":"X-Cache","value":"CONFIG_NOCACHE","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"SD3041\"\n}"},{"id":"19f7b68f-02f0-4d11-ad07-f4cbb5cd2d34","name":"Create a new LTL Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n    \"PickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\",\n        \"country\": \"US\"\n    },\n    \"DropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\",\n        \"country\": \"US\"\n    },\n    \"ReadyAt\": \"2025-08-25T22:38:16.3414418+00:00\",\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\n    \"NumberOfPieces\": 1,\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n    \"Items\": [\n        {\n            \"barcodeTemplate\": null,\n            \"parcelTypeId\": \"PALLET\",\n            \"description\": null,\n            \"weight\": 500,\n            \"height\": 48,\n            \"length\": 48,\n            \"width\": 48,\n            \"userFields\": []\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Mar 2025 20:09:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Set-Cookie","value":"TiPMix=50.08132124436884; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"x-azure-ref","value":"20250318T200951Z-er1c6889b75n6787hC1CH1fyp000000006u000000000kzn5"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"SD3041\"\n}"}],"_postman_id":"e0425b8c-155b-40fd-afe0-55d7ec8e4b05"},{"name":"Create a return order","id":"ad0982c9-0f46-4f4a-9907-0e48fa3886b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"ignoreItems\": false,\n  \"itemsToAdd\": [\n    {\n      \"barcodeTemplate\": null,\n      \"parcelTypeId\": \"BOX\",\n      \"description\": null,\n      \"weight\": 25,\n      \"height\": 5,\n      \"length\": 5,\n      \"width\": 5,\n      \"userFields\": []\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/return?sourceOrderId=SDXXXXX","description":"<p>Create a return order in the system. Even though an order is created successfully, the response can return an array named \"validationErrors\" containing errors that will neStartFragmentUse this endpoint to generate a return shipment (a shipment going back from the original recipient to the original sender, or to another designated return address) using a previously created order as the source. It is commonly used for return labels or return pickups. You must provide the original order’s ID that this return is based on. The API will link the two orders (original and return) for tracking purposes. The response will contain the new return order’s details, and similarly to creating a new order, may include a <code>validationErrors</code> array if some details need correction. Basic Auth is required.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","return"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"sourceOrderId","value":"SDXXXXX"}],"variable":[]}},"response":[],"_postman_id":"ad0982c9-0f46-4f4a-9907-0e48fa3886b6"},{"name":"Create a new order from a template","id":"2ec74c17-1182-4da8-9a2d-faa3d41299b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"{{baseUrl}}/api/v1/orders/from-template?orderTemplateId=<integer>","description":"<p>Use this endpoint to streamline order creation by using a pre-configured order template. An order template typically contains preset details (addresses, service level, perhaps items) that you frequently use. By providing the template’s ID, the API will generate a new order populated with those template details, which you can then override or supplement via the request if needed. This is useful for recurring shipment patterns or for quickly reordering. As with standard order creation, any validation issues will be returned in a <code>validationErrors</code> array in the response. Basic authentication is required. If a <code>webhookUrl</code> is part of the template or provided in the request, the system will send an HTTP POST to that URL with the new order’s ID when key events (like delivered or canceled) happen, just as with regular order creation.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","from-template"],"host":["{{baseUrl}}"],"query":[{"key":"orderTemplateId","value":"<integer>"}],"variable":[]}},"response":[],"_postman_id":"2ec74c17-1182-4da8-9a2d-faa3d41299b1"},{"name":"Get a quote for an order","id":"25db2c9a-aaca-453b-97e6-62e5f551e483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"dropoffAddress\": {\n    \"addressLine1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"stateProvince\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"company\": \"<string>\"\n  },\n  \"pickupAddress\": {\n    \"addressLine1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"stateProvince\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"company\": \"<string>\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"pickupContactInfo\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"email\": \"<string>\",\n    \"language\": \"<string>\"\n  },\n  \"pickupWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"pickupLocalWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"pickupNotes\": \"<string>\",\n  \"dropoffLocation\": {\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"dropoffContactInfo\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"email\": \"<string>\",\n    \"language\": \"<string>\"\n  },\n  \"dropoffWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"dropoffLocalWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"dropoffNotes\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"serviceLevelId\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"metadata\": {\n    \"occaecatf\": \"<string>\",\n    \"enim4\": \"<string>\",\n    \"eu_ca\": \"<string>\"\n  },\n  \"numberOfPieces\": \"<integer>\",\n  \"weight\": \"<double>\",\n  \"readyAt\": \"<dateTime>\",\n  \"pickupLocalReadyAt\": \"<dateTime>\",\n  \"vehicleTypeId\": \"<string>\",\n  \"attributeIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"extraFees\": [\n    {\n      \"extraFeeId\": \"<string>\",\n      \"quantity\": \"<double>\"\n    },\n    {\n      \"extraFeeId\": \"<string>\",\n      \"quantity\": \"<double>\"\n    }\n  ],\n  \"pickupDurationInMinutes\": \"<integer>\",\n  \"deliveryDurationInMinutes\": \"<integer>\",\n  \"collectOnDelivery\": \"<double>\",\n  \"collectOnPickup\": \"<double>\",\n  \"allowPartialCollectOnDelivery\": \"<boolean>\",\n  \"allowPartialCollectOnPickup\": \"<boolean>\",\n  \"requireIdentityValidation\": \"<boolean>\",\n  \"requireIdentityValidationOnPickup\": \"<boolean>\",\n  \"generateProofOfDeliveryOnDelivery\": \"<boolean>\",\n  \"referenceNumber1\": \"<string>\",\n  \"referenceNumber2\": \"<string>\",\n  \"referenceNumber3\": \"<string>\",\n  \"workflows\": [\n    {\n      \"id\": \"<string>\",\n      \"workflowType\": 2,\n      \"workflowSteps\": [\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        },\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"workflowType\": 2,\n      \"workflowSteps\": [\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        },\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        }\n      ]\n    }\n  ],\n  \"userFields\": [\n    {\n      \"userFieldId\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"userFieldId\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"items\": [\n    {\n      \"barcodeTemplate\": \"<string>\",\n      \"parcelTypeId\": \"<string>\",\n      \"description\": \"<string>\",\n      \"weight\": \"<double>\",\n      \"height\": \"<double>\",\n      \"length\": \"<double>\",\n      \"width\": \"<double>\",\n      \"userFields\": [\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"barcodeTemplate\": \"<string>\",\n      \"parcelTypeId\": \"<string>\",\n      \"description\": \"<string>\",\n      \"weight\": \"<double>\",\n      \"height\": \"<double>\",\n      \"length\": \"<double>\",\n      \"width\": \"<double>\",\n      \"userFields\": [\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","description":"<p>Use this endpoint to get a price quote and other details (like estimated delivery time) for a shipment <strong>without</strong> creating the shipment. It’s useful when you want to show shipping options or costs to a user before booking, or to decide which service level to use. Provide the shipment information in the request just as you would for order creation (pickup/dropoff addresses, weight, etc.), and the API will respond with an estimate. The response will include pricing information and a breakdown of charges. If certain inputs are invalid or missing, you’ll get a <code>validationErrors</code> list – you should correct these before trying to actually create an order with the same data. This endpoint also requires Basic Auth.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c4646aa1-21f5-4bf2-9759-9c212665e0a8","name":"Get a quote for a parcel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"dropoffAddress\": {\n    \"addressLine1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"stateProvince\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"company\": \"<string>\"\n  },\n  \"pickupAddress\": {\n    \"addressLine1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"stateProvince\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"company\": \"<string>\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"pickupContactInfo\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"email\": \"<string>\",\n    \"language\": \"<string>\"\n  },\n  \"pickupWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"pickupLocalWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"pickupNotes\": \"<string>\",\n  \"dropoffLocation\": {\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"dropoffContactInfo\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"email\": \"<string>\",\n    \"language\": \"<string>\"\n  },\n  \"dropoffWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"dropoffLocalWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"dropoffNotes\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"serviceLevelId\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"metadata\": {\n    \"occaecatf\": \"<string>\",\n    \"enim4\": \"<string>\",\n    \"eu_ca\": \"<string>\"\n  },\n  \"numberOfPieces\": \"<integer>\",\n  \"weight\": \"<double>\",\n  \"readyAt\": \"<dateTime>\",\n  \"pickupLocalReadyAt\": \"<dateTime>\",\n  \"vehicleTypeId\": \"<string>\",\n  \"attributeIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"extraFees\": [\n    {\n      \"extraFeeId\": \"<string>\",\n      \"quantity\": \"<double>\"\n    },\n    {\n      \"extraFeeId\": \"<string>\",\n      \"quantity\": \"<double>\"\n    }\n  ],\n  \"pickupDurationInMinutes\": \"<integer>\",\n  \"deliveryDurationInMinutes\": \"<integer>\",\n  \"collectOnDelivery\": \"<double>\",\n  \"collectOnPickup\": \"<double>\",\n  \"allowPartialCollectOnDelivery\": \"<boolean>\",\n  \"allowPartialCollectOnPickup\": \"<boolean>\",\n  \"requireIdentityValidation\": \"<boolean>\",\n  \"requireIdentityValidationOnPickup\": \"<boolean>\",\n  \"generateProofOfDeliveryOnDelivery\": \"<boolean>\",\n  \"referenceNumber1\": \"<string>\",\n  \"referenceNumber2\": \"<string>\",\n  \"referenceNumber3\": \"<string>\",\n  \"workflows\": [\n    {\n      \"id\": \"<string>\",\n      \"workflowType\": 2,\n      \"workflowSteps\": [\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        },\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"workflowType\": 2,\n      \"workflowSteps\": [\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        },\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        }\n      ]\n    }\n  ],\n  \"userFields\": [\n    {\n      \"userFieldId\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"userFieldId\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"items\": [\n    {\n      \"barcodeTemplate\": \"<string>\",\n      \"parcelTypeId\": \"<string>\",\n      \"description\": \"<string>\",\n      \"weight\": \"<double>\",\n      \"height\": \"<double>\",\n      \"length\": \"<double>\",\n      \"width\": \"<double>\",\n      \"userFields\": [\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"barcodeTemplate\": \"<string>\",\n      \"parcelTypeId\": \"<string>\",\n      \"description\": \"<string>\",\n      \"weight\": \"<double>\",\n      \"height\": \"<double>\",\n      \"length\": \"<double>\",\n      \"width\": \"<double>\",\n      \"userFields\": [\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 24 Mar 2025 21:18:17 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250324T211806Z-er1c6889b75k7tdwhC1CH1auw80000000vvg00000000k2ks"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2025-02-26T16:38:00-06:00\",\n    \"end\": \"2025-02-26T17:00:00-06:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2025-02-26T16:38:00-06:00\",\n    \"end\": \"2025-03-03T17:00:00-06:00\"\n  },\n  \"distance\": 511.65,\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 25,\n  \"weightUnits\": \"lb\",\n  \"volume\": 0.072,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2025-02-26T16:38:16.3414418-06:00\",\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"referenceNumber1\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0,\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"DAS\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"FERRY\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 14.14,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"ITEMPRICE\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"METRO\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"OVERSIZE\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\"\n    }\n  ]\n}"},{"id":"f821c5dd-89b4-463d-a702-715fc355c69f","name":"Get a quote for a LTL order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"dropoffAddress\": {\n    \"addressLine1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"stateProvince\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"company\": \"<string>\"\n  },\n  \"pickupAddress\": {\n    \"addressLine1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"stateProvince\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"company\": \"<string>\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"pickupContactInfo\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"email\": \"<string>\",\n    \"language\": \"<string>\"\n  },\n  \"pickupWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"pickupLocalWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"pickupNotes\": \"<string>\",\n  \"dropoffLocation\": {\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n  },\n  \"dropoffContactInfo\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"email\": \"<string>\",\n    \"language\": \"<string>\"\n  },\n  \"dropoffWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"dropoffLocalWindow\": {\n    \"end\": \"<dateTime>\",\n    \"start\": \"<dateTime>\"\n  },\n  \"dropoffNotes\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"serviceLevelId\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"metadata\": {\n    \"occaecatf\": \"<string>\",\n    \"enim4\": \"<string>\",\n    \"eu_ca\": \"<string>\"\n  },\n  \"numberOfPieces\": \"<integer>\",\n  \"weight\": \"<double>\",\n  \"readyAt\": \"<dateTime>\",\n  \"pickupLocalReadyAt\": \"<dateTime>\",\n  \"vehicleTypeId\": \"<string>\",\n  \"attributeIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"extraFees\": [\n    {\n      \"extraFeeId\": \"<string>\",\n      \"quantity\": \"<double>\"\n    },\n    {\n      \"extraFeeId\": \"<string>\",\n      \"quantity\": \"<double>\"\n    }\n  ],\n  \"pickupDurationInMinutes\": \"<integer>\",\n  \"deliveryDurationInMinutes\": \"<integer>\",\n  \"collectOnDelivery\": \"<double>\",\n  \"collectOnPickup\": \"<double>\",\n  \"allowPartialCollectOnDelivery\": \"<boolean>\",\n  \"allowPartialCollectOnPickup\": \"<boolean>\",\n  \"requireIdentityValidation\": \"<boolean>\",\n  \"requireIdentityValidationOnPickup\": \"<boolean>\",\n  \"generateProofOfDeliveryOnDelivery\": \"<boolean>\",\n  \"referenceNumber1\": \"<string>\",\n  \"referenceNumber2\": \"<string>\",\n  \"referenceNumber3\": \"<string>\",\n  \"workflows\": [\n    {\n      \"id\": \"<string>\",\n      \"workflowType\": 2,\n      \"workflowSteps\": [\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        },\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"workflowType\": 2,\n      \"workflowSteps\": [\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        },\n        {\n          \"stepId\": \"<string>\",\n          \"selectionStepId\": \"<string>\",\n          \"isActive\": \"<boolean>\"\n        }\n      ]\n    }\n  ],\n  \"userFields\": [\n    {\n      \"userFieldId\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"userFieldId\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"items\": [\n    {\n      \"barcodeTemplate\": \"<string>\",\n      \"parcelTypeId\": \"<string>\",\n      \"description\": \"<string>\",\n      \"weight\": \"<double>\",\n      \"height\": \"<double>\",\n      \"length\": \"<double>\",\n      \"width\": \"<double>\",\n      \"userFields\": [\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"barcodeTemplate\": \"<string>\",\n      \"parcelTypeId\": \"<string>\",\n      \"description\": \"<string>\",\n      \"weight\": \"<double>\",\n      \"height\": \"<double>\",\n      \"length\": \"<double>\",\n      \"width\": \"<double>\",\n      \"userFields\": [\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"userFieldId\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"25db2c9a-aaca-453b-97e6-62e5f551e483"},{"name":"Search for orders","id":"6a38ef48-ee94-4b4a-913e-f08a4dc2d370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"SD22\",\n  \"searchFields\": [\n    \"OrderId\"\n  ],\n  \"maximumResults\": 0,\n  \"operator\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/search","description":"<p>Search for orders. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","search"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"98d75933-5792-4487-8d54-a92b20c88702","name":"Search for orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"SD222\",\n  \"searchFields\": [\n    \"OrderId\"\n  ],\n  \"maximumResults\": 0,\n  \"operator\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 24 Mar 2025 21:46:40 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250324T214640Z-er1c6889b75d6d5rhC1CH1q7gg0000000u6g000000007pzh"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": 0,\n  \"searchFields\": [\n    \"OrderId\",\n    \"ReferenceNumber1\",\n    \"ReferenceNumber2\",\n    \"ReferenceNumber3\"\n  ],\n  \"items\": [\n    {\n      \"orderId\": \"SD2224\",\n      \"status\": 91,\n      \"createdAt\": \"2025-02-05T10:16:41.5876384-06:00\",\n      \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": null,\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n      },\n      \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n      },\n      \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n      },\n      \"pickupNotes\": null,\n      \"dropoffAddress\": {\n        \"addressLine1\": \"845 Ash Street\",\n        \"addressLine2\": \"Apt 302\",\n        \"company\": null,\n        \"city\": \"Clearwater\",\n        \"postalCode\": \"56320\",\n        \"stateProvince\": \"MN\"\n      },\n      \"dropoffLocation\": {\n        \"latitude\": 45.4154501,\n        \"longitude\": -94.054892,\n        \"isValid\": true\n      },\n      \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n      },\n      \"dropoffNotes\": null,\n      \"pickupWindow\": {\n        \"start\": \"2025-02-04T16:38:00-06:00\",\n        \"end\": \"2025-02-05T18:00:00-06:00\"\n      },\n      \"dropoffWindow\": {\n        \"start\": \"2025-02-04T16:38:00-06:00\",\n        \"end\": \"2025-02-06T18:00:00-06:00\"\n      },\n      \"serviceLevelId\": \"ONCALL_NEXTDAYPU\",\n      \"isOnHold\": false,\n      \"referenceNumber1\": null\n    }\n  ]\n}"}],"_postman_id":"6a38ef48-ee94-4b4a-913e-f08a4dc2d370"},{"name":"Search for an order","id":"e30b9a40-3404-4266-868d-a5f55f6e3420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/v1/orders/search/:query","description":"<blockquote>\n<p><strong>Note:</strong> the POST /search endpoint should be favored over this one. </p>\n</blockquote>\n<p>Search for an order either by order id or by one of the reference numbers. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","search",":query"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD2862","key":"query"}]}},"response":[{"id":"65187a42-5127-4815-ba40-93812b37354d","name":"Search for an order","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/orders/search/:query","host":["{{baseUrl}}"],"path":["api","v1","orders","search",":query"],"variable":[{"key":"query","value":"SD2862","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 12 Mar 2025 15:01:18 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250312T150118Z-er1c6889b75g9xr5hC1CH1uay4000000021g000000006un9"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"SD2862\",\n  \"status\": 0,\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 Clearwater Road\",\n    \"addressLine2\": null,\n    \"company\": null,\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.499,\n    \"longitude\": -94.14955,\n    \"isValid\": true\n  },\n  \"pickupTimeZone\": {\n    \"systemTimeZoneId\": \"Central Standard Time\",\n    \"ianaTimeZoneId\": \"America/Chicago\",\n    \"shortDisplayName\": \"CDT\",\n    \"longDisplayName\": \"Central Daylight Time\",\n    \"isDaylightSavingTime\": true,\n    \"offset\": -300\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": \"Package Pete's Parcel Service\",\n    \"phoneNumber\": \"3202516697\",\n    \"email\": \"shipping@packagepete.co\",\n    \"language\": \"en\"\n  },\n  \"pickupNotes\": \"Default Notes\",\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Hunter Testing\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffTimeZone\": {\n    \"systemTimeZoneId\": \"Central Standard Time\",\n    \"ianaTimeZoneId\": \"America/Chicago\",\n    \"shortDisplayName\": \"CDT\",\n    \"longDisplayName\": \"Central Daylight Time\",\n    \"isDaylightSavingTime\": true,\n    \"offset\": -300\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": \"\",\n  \"pickupWindow\": {\n    \"start\": \"2025-03-12T10:01:00-05:00\",\n    \"end\": \"2025-03-12T17:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2025-03-12T10:01:00-05:00\",\n    \"end\": \"2025-03-17T17:00:00-05:00\"\n  },\n  \"distance\": 511.69,\n  \"distanceUnits\": \"mi\",\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"webhookUrl\": null,\n  \"metadata\": null,\n  \"numberOfPieces\": 4,\n  \"weight\": 55,\n  \"weightUnits\": \"lb\",\n  \"volume\": 6.438,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2025-03-12T10:01:04.2237947-05:00\",\n  \"receivedBy\": null,\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"isOnHold\": false,\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": false,\n  \"requireIdentityValidation\": true,\n  \"referenceNumber1\": \"\",\n  \"showLabelAfterOrderCreation\": true,\n  \"charges\": [\n    {\n      \"id\": \"96b920a3-f084-4eec-ad90-056274fa094e\",\n      \"type\": \"Delivery\",\n      \"price\": 0,\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"id\": \"171cdeb5-28b5-4bb3-bb75-15c860811ad5\",\n      \"type\": \"Extra\",\n      \"price\": 41.91,\n      \"quantity\": 4,\n      \"extraFeeTypeId\": \"ITEMPRICE\"\n    },\n    {\n      \"id\": \"3d2415aa-f043-4197-b7f2-30c295125182\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"METRO\"\n    },\n    {\n      \"id\": \"4b268891-33e9-4652-ac9a-0ee1cc4ff67c\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\"\n    },\n    {\n      \"id\": \"6a9b3bf7-f65c-43f4-8e5d-0b506c35a0eb\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"OVERSIZE\"\n    },\n    {\n      \"id\": \"b5b2b0cf-5425-4cb8-9870-c55172d9809c\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"FERRY\"\n    },\n    {\n      \"id\": \"c1f46081-8b41-4146-b87f-9f9e0ba84e46\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"DAS\"\n    },\n    {\n      \"id\": \"f7b505f8-e1cd-443f-9b03-5d399c8e56b3\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\"\n    }\n  ]\n}"}],"_postman_id":"e30b9a40-3404-4266-868d-a5f55f6e3420"},{"name":"Get an order status","id":"e6011ef9-c63b-4c82-92db-6f92231f03d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/v1/orders/:orderId/status","description":"<p>Gets an order status from the system. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","status"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD2217","key":"orderId"}]}},"response":[{"id":"8154347c-8681-40f2-822b-294c05adf0fa","name":"Get an order status","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId/status","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId","status"],"variable":[{"key":"orderId","value":"SD2862","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 24 Mar 2025 21:47:23 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250324T214723Z-er1c6889b75d6d5rhC1CH1q7gg0000000u6g000000007ukv"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"SD2862\",\n  \"status\": \"Received\",\n  \"collectOnDelivery\": null,\n  \"codAmountCollected\": null,\n  \"identityDocumentVerified\": false,\n  \"identityDocumentType\": null\n}"}],"_postman_id":"e6011ef9-c63b-4c82-92db-6f92231f03d1"},{"name":"Put an order on hold","id":"bd5534ea-8ad0-4ed0-ba3d-5198995f4b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"reasonId\": \"null\",\n  \"exceptionCodeId\": \"DAMAGED\",\n  \"notes\": \"Box damaged\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/:orderId/hold","description":"<p>Puts an order on hold. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","hold"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD3042","key":"orderId"}]}},"response":[{"id":"7bd159b8-7355-4e88-a26f-682f3242648e","name":"Put an order on hold","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"reasonId\": \"null\",\n  \"exceptionCodeId\": \"DAMAGED\",\n  \"notes\": \"Box damaged\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId/hold","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId","hold"],"variable":[{"key":"orderId","value":"SD3042","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 24 Mar 2025 21:52:58 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Content-Length","value":"0"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250324T215258Z-er1c6889b75xjktphC1CH1vq8s0000000gr0000000000ty5"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"},{"description":{"content":"","type":"text/plain"},"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bd5534ea-8ad0-4ed0-ba3d-5198995f4b0f"},{"name":"Add extra fees to an order","id":"74aad4ac-e0d7-458d-a848-8a77bcbda401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"extraFeeId\": \"AODHARDCOPY\",\n    \"quantity\": 1\n  },\n  {\n    \"extraFeeId\": \"UNBOXED\",\n    \"quantity\": 1\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/:orderId/charges","description":"<p>Add one or many extra fees to an order. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","charges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD3093","key":"orderId"}]}},"response":[{"id":"647204e4-c0f1-4c23-bb1f-1f44cd32daad","name":"Add extra fees to an order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"extraFeeId\": \"AODHARDCOPY\",\n    \"quantity\": 1\n  },\n  {\n    \"extraFeeId\": \"UNBOXED\",\n    \"quantity\": 1\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId/charges","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId","charges"],"variable":[{"key":"orderId","value":"SD3093","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 24 Mar 2025 21:56:57 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Content-Length","value":"0"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250324T215657Z-er1c6889b75scwnwhC1CH1spsc0000000trg00000000n52k"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"},{"description":{"content":"","type":"text/plain"},"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"74aad4ac-e0d7-458d-a848-8a77bcbda401"},{"name":"Update order extra fees","id":"43850dcb-ba8a-49d0-a4c1-c4128ef60150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"chargeId\": \"16247c5b-442b-4edc-92c3-ccf455408297\",\n    \"quantity\": 0\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/:orderId/charges","description":"<p>Update one or many extra fee charges for an order's items.</p>\n<blockquote>\n<p><strong>IMPORTANT:</strong> You <strong>must</strong> pass the extra fee unique ID assigned to the item that is being changed. Run the [GET] /api/v1/orders/:orderid to obtain the extra fee ID for that item. </p>\n</blockquote>\n<p>Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","charges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD3093","key":"orderId"}]}},"response":[{"id":"ab7235d6-8aaa-49b3-9f96-a895c634fb0f","name":"Update order extra fees","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"chargeId\": \"16247c5b-442b-4edc-92c3-ccf455408297\",\n    \"quantity\": 0\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId/charges","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId","charges"],"variable":[{"key":"orderId","value":"SD3093","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 24 Mar 2025 22:01:00 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Content-Length","value":"0"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250324T220059Z-16db7998bd55p6qwhC1CH113q00000000k30000000000cgp"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"},{"description":{"content":"","type":"text/plain"},"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"43850dcb-ba8a-49d0-a4c1-c4128ef60150"},{"name":"Get the items from an order","id":"b17ba29c-c261-4dcd-b185-33935becc7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/v1/orders/:orderId/items","description":"<p>Gets the items. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD2862","key":"orderId"}]}},"response":[{"id":"e71f0cca-8893-4901-a1e1-9c38e326de1a","name":"Get the items from an order","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId/items","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId","items"],"variable":[{"key":"orderId","value":"SD2862","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 24 Mar 2025 21:47:54 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250324T214754Z-er1c6889b75d6d5rhC1CH1q7gg0000000u6g000000007xns"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"itemId\": \"ac338172-777a-4317-8aa0-4595c66b01d0\",\n    \"itemNumber\": 1,\n    \"barcode\": \"SP55555503SD2862001\",\n    \"parcelTypeId\": \"BOX\",\n    \"description\": null,\n    \"weight\": 10,\n    \"height\": 10,\n    \"length\": 10,\n    \"width\": 10,\n    \"isDamaged\": false,\n    \"isMissing\": false,\n    \"addedByDriverId\": null,\n    \"exceptionCodes\": [],\n    \"userFields\": [\n      {\n        \"userFieldId\": \"DECLAREDVALUE\",\n        \"value\": null,\n        \"label\": \"Declared Value\",\n        \"typeId\": \"ac338172-777a-4317-8aa0-4595c66b01d0\"\n      },\n      {\n        \"userFieldId\": \"HAZMAT\",\n        \"value\": null,\n        \"label\": \"Hazardous Material\",\n        \"typeId\": \"ac338172-777a-4317-8aa0-4595c66b01d0\"\n      },\n      {\n        \"userFieldId\": \"PICKUPTAG\",\n        \"value\": null,\n        \"label\": \"Pickup Tag\",\n        \"typeId\": \"ac338172-777a-4317-8aa0-4595c66b01d0\"\n      }\n    ]\n  },\n  {\n    \"itemId\": \"ff1adb90-34c2-4c9c-85fa-a77ed4f81cf0\",\n    \"itemNumber\": 2,\n    \"barcode\": \"SP55555503SD2862002\",\n    \"parcelTypeId\": \"BOX\",\n    \"description\": null,\n    \"weight\": 15,\n    \"height\": 15,\n    \"length\": 15,\n    \"width\": 15,\n    \"isDamaged\": false,\n    \"isMissing\": false,\n    \"addedByDriverId\": null,\n    \"exceptionCodes\": [],\n    \"userFields\": [\n      {\n        \"userFieldId\": \"DECLAREDVALUE\",\n        \"value\": null,\n        \"label\": \"Declared Value\",\n        \"typeId\": \"ff1adb90-34c2-4c9c-85fa-a77ed4f81cf0\"\n      },\n      {\n        \"userFieldId\": \"HAZMAT\",\n        \"value\": null,\n        \"label\": \"Hazardous Material\",\n        \"typeId\": \"ff1adb90-34c2-4c9c-85fa-a77ed4f81cf0\"\n      },\n      {\n        \"userFieldId\": \"PICKUPTAG\",\n        \"value\": null,\n        \"label\": \"Pickup Tag\",\n        \"typeId\": \"ff1adb90-34c2-4c9c-85fa-a77ed4f81cf0\"\n      }\n    ]\n  },\n  {\n    \"itemId\": \"63f85382-63c6-4375-a3bf-4e37b59e4d03\",\n    \"itemNumber\": 3,\n    \"barcode\": \"SP55555503SD2862003\",\n    \"parcelTypeId\": \"BOX\",\n    \"description\": null,\n    \"weight\": 15,\n    \"height\": 15,\n    \"length\": 15,\n    \"width\": 15,\n    \"isDamaged\": false,\n    \"isMissing\": false,\n    \"addedByDriverId\": null,\n    \"exceptionCodes\": [],\n    \"userFields\": [\n      {\n        \"userFieldId\": \"DECLAREDVALUE\",\n        \"value\": null,\n        \"label\": \"Declared Value\",\n        \"typeId\": \"63f85382-63c6-4375-a3bf-4e37b59e4d03\"\n      },\n      {\n        \"userFieldId\": \"HAZMAT\",\n        \"value\": null,\n        \"label\": \"Hazardous Material\",\n        \"typeId\": \"63f85382-63c6-4375-a3bf-4e37b59e4d03\"\n      },\n      {\n        \"userFieldId\": \"PICKUPTAG\",\n        \"value\": null,\n        \"label\": \"Pickup Tag\",\n        \"typeId\": \"63f85382-63c6-4375-a3bf-4e37b59e4d03\"\n      }\n    ]\n  },\n  {\n    \"itemId\": \"5d5d85aa-7582-4a05-b712-05fbaa669fa2\",\n    \"itemNumber\": 4,\n    \"barcode\": \"SP55555503SD2862004\",\n    \"parcelTypeId\": \"BOX\",\n    \"description\": null,\n    \"weight\": 15,\n    \"height\": 15,\n    \"length\": 15,\n    \"width\": 15,\n    \"isDamaged\": false,\n    \"isMissing\": false,\n    \"addedByDriverId\": null,\n    \"exceptionCodes\": [],\n    \"userFields\": [\n      {\n        \"userFieldId\": \"DECLAREDVALUE\",\n        \"value\": null,\n        \"label\": \"Declared Value\",\n        \"typeId\": \"5d5d85aa-7582-4a05-b712-05fbaa669fa2\"\n      },\n      {\n        \"userFieldId\": \"HAZMAT\",\n        \"value\": null,\n        \"label\": \"Hazardous Material\",\n        \"typeId\": \"5d5d85aa-7582-4a05-b712-05fbaa669fa2\"\n      },\n      {\n        \"userFieldId\": \"PICKUPTAG\",\n        \"value\": null,\n        \"label\": \"Pickup Tag\",\n        \"typeId\": \"5d5d85aa-7582-4a05-b712-05fbaa669fa2\"\n      }\n    ]\n  },\n  {\n    \"itemId\": \"ddb151a4-f7d8-4f84-a67c-59b5efd91bb8\",\n    \"itemNumber\": 5,\n    \"barcode\": \"null\",\n    \"parcelTypeId\": \"BOX\",\n    \"description\": \"Additional Item added via API\",\n    \"weight\": 20,\n    \"height\": 20,\n    \"length\": 20,\n    \"width\": 20,\n    \"isDamaged\": false,\n    \"isMissing\": false,\n    \"addedByDriverId\": null,\n    \"exceptionCodes\": [],\n    \"userFields\": [\n      {\n        \"userFieldId\": \"DECLAREDVALUE\",\n        \"value\": null,\n        \"label\": \"Declared Value\",\n        \"typeId\": \"ddb151a4-f7d8-4f84-a67c-59b5efd91bb8\"\n      },\n      {\n        \"userFieldId\": \"HAZMAT\",\n        \"value\": null,\n        \"label\": \"Hazardous Material\",\n        \"typeId\": \"ddb151a4-f7d8-4f84-a67c-59b5efd91bb8\"\n      },\n      {\n        \"userFieldId\": \"PICKUPTAG\",\n        \"value\": null,\n        \"label\": \"Pickup Tag\",\n        \"typeId\": \"ddb151a4-f7d8-4f84-a67c-59b5efd91bb8\"\n      }\n    ]\n  }\n]"}],"_postman_id":"b17ba29c-c261-4dcd-b185-33935becc7b5"},{"name":"Add items to order","id":"9d79a8f9-0571-40ca-bc0e-d06e202d3a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"barcodeTemplate\": \"null\",\n    \"parcelTypeId\": \"BOX\",\n    \"description\": \"Additional Item added via API\",\n    \"weight\": 20,\n    \"height\": 20,\n    \"length\": 20,\n    \"width\": 20,\n    \"userFields\": []\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/:orderId/items","description":"<p>This endpoint adds one or more items to an existing order. The items are provided as a JSON array in the request body. If the parcel type does not allow custom dimensions and dimensions are entered, you will receive an error and no items will be added.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD2862","key":"orderId"}]}},"response":[{"id":"2797bd63-30f6-4e3a-86a2-43ddc37bd03a","name":"Add items to order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"barcodeTemplate\": \"null\",\n    \"parcelTypeId\": \"BOX\",\n    \"description\": \"Additional Item added via API\",\n    \"weight\": 20,\n    \"height\": 20,\n    \"length\": 20,\n    \"width\": 20,\n    \"userFields\": []\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId/items","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId","items"],"variable":[{"key":"orderId","value":"SD2862","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 12 Mar 2025 15:04:13 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Content-Length","value":"0"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250312T150411Z-er1c6889b75cflz8hC1CH1f4ks0000000aag00000000ky2f"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"},{"description":{"content":"","type":"text/plain"},"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9d79a8f9-0571-40ca-bc0e-d06e202d3a5b"},{"name":"Update items of an order","id":"d88579da-4b95-476a-b768-5eaa2359a6c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"itemId\": \"<string>\",\n    \"barcode\": \"<string>\",\n    \"exceptionCodes\": [\n      {\n        \"addedAt\": 2,\n        \"exceptionCodeTypeId\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"description\": \"<string>\",\n        \"code\": \"<string>\",\n        \"isVisibleByDriver\": \"<boolean>\",\n        \"isDamaged\": \"<boolean>\",\n        \"dispatchOption\": 2,\n        \"types\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"addedAt\": 2,\n        \"exceptionCodeTypeId\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"description\": \"<string>\",\n        \"code\": \"<string>\",\n        \"isVisibleByDriver\": \"<boolean>\",\n        \"isDamaged\": \"<boolean>\",\n        \"dispatchOption\": 2,\n        \"types\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ],\n    \"parcelTypeId\": \"<string>\",\n    \"description\": \"<string>\",\n    \"weight\": \"<double>\",\n    \"height\": \"<double>\",\n    \"length\": \"<double>\",\n    \"width\": \"<double>\",\n    \"userFields\": [\n      {\n        \"userFieldId\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"userFieldId\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ]\n  },\n  {\n    \"itemId\": \"<string>\",\n    \"barcode\": \"<string>\",\n    \"exceptionCodes\": [\n      {\n        \"addedAt\": 2,\n        \"exceptionCodeTypeId\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"description\": \"<string>\",\n        \"code\": \"<string>\",\n        \"isVisibleByDriver\": \"<boolean>\",\n        \"isDamaged\": \"<boolean>\",\n        \"dispatchOption\": 0,\n        \"types\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"addedAt\": 1,\n        \"exceptionCodeTypeId\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"description\": \"<string>\",\n        \"code\": \"<string>\",\n        \"isVisibleByDriver\": \"<boolean>\",\n        \"isDamaged\": \"<boolean>\",\n        \"dispatchOption\": 1,\n        \"types\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ],\n    \"parcelTypeId\": \"<string>\",\n    \"description\": \"<string>\",\n    \"weight\": \"<double>\",\n    \"height\": \"<double>\",\n    \"length\": \"<double>\",\n    \"width\": \"<double>\",\n    \"userFields\": [\n      {\n        \"userFieldId\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"userFieldId\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/:orderId/items","description":"<p>This endpoint is designed to update one or more items within an existing order. The order is identified by the <code>orderId</code> provided in the URL path. The request payload should be a JSON array of item objects, where each object contains detailed information for the respective item that needs updating.</p>\n<blockquote>\n<p><strong>IMPORTANT:</strong> You <strong>must</strong> pass the item's unique ID assigned to the item that is being changed. Run the [GET] /api/v1/orders/:orderid/items to obtain the ID for that item. </p>\n</blockquote>\n<p><em>If the parcel type does not allow custom dimensions and dimensions are entered, you will receive an error and no items will be updated.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"orderId"}]}},"response":[],"_postman_id":"d88579da-4b95-476a-b768-5eaa2359a6c4"},{"name":"Delete items from an order","id":"d3918c7d-18e6-4e67-9221-9a64e562d2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  \"<string>\",\n  \"<string>\"\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/:orderId/items","description":"<p>Deletes items. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"orderId"}]}},"response":[],"_postman_id":"d3918c7d-18e6-4e67-9221-9a64e562d2ec"},{"name":"Download the labels for all items of an order","id":"f8bc2186-a2bd-4b9e-8092-30c8611ebbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/orders/:orderId/label/:templateId/:format?isPrimary=true","description":"<p>Gets the labels file. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","label",":templateId",":format"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The label language, 'true' will use primary language and 'false' will use secondary language. Default value is 'true'.</p>\n","type":"text/plain"},"key":"isPrimary","value":"true"}],"variable":[{"description":{"content":"<p>(Required) The order ID</p>\n","type":"text/plain"},"type":"any","value":"SD2862","key":"orderId"},{"description":{"content":"<p>(Required) The label template ID</p>\n","type":"text/plain"},"type":"any","value":"Standard","key":"templateId"},{"description":{"content":"<p>(Required) The label file format</p>\n","type":"text/plain"},"type":"any","value":"0","key":"format"}]}},"response":[{"id":"0717e07e-fc5f-4051-a9bf-6f03dd380140","name":"Download the labels for all items of an order","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId/label/:templateId/:format?isPrimary=true","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId","label",":templateId",":format"],"query":[{"description":"The label language, 'true' will use primary language and 'false' will use secondary language. Default value is 'true'.","key":"isPrimary","value":"true"}],"variable":[{"key":"orderId","value":"SD2862","description":"(Required) The order ID"},{"key":"templateId","value":"LegacyAPILabelTesting","description":"(Required) The label template ID"},{"key":"format","value":"0","description":"(Required) The label file format"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Tue, 12 Aug 2025 18:21:35 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Content-Length","value":"27651"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"Content-Disposition","value":"attachment; filename=SD2862_labels.zpl; filename*=UTF-8''SD2862_labels.zpl"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250812T182134Z-175b794f5ddsphx5hC1CH1n0ug0000000cug00000000h3ns"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"},{"description":{"content":"","type":"text/plain"},"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Type","value":"x-application/zpl"}],"cookie":[],"responseTime":null,"body":"^XA\r\n^FX Spee-Dee Logo\r\n^FO600,180^GFA,4850,4850,25,gH01FFE,gG07KF8,g03FCI0FF,Y01F8K07E,Y07CM07C,X01EN01E,X078003F8J078,W01EI0FF801801E,W038010FF801F007,W0F00F878001FC01C,V01C03F87F803FE00E,V03807E07F803CF0038,V0E0078C7FBF7CF001C,U01C007FC783E78F0C0E,U0180FBFE7BC278F1E07,U0703FBF07FC0F9F3F038,U0607FDE37FC0F3F3FC18,U0C0F3DIF001FFE7FE0C,T0181F3CFFJ01FCF9E06,T0381FF8F8K031FEC03,T0700FF0EK0703FF0018,T06007EM0883E70018,T0C003EJ0FFA081F20E0C,T0C1E3FI0IF8030F81F06,S0183C1F803FFC40183C3F86,S03079EF00IFB8C7018FF83,S03073F603IF63FFC09FDC3,S060E7F007IF4781C07FDE18,S060IF00JF4F83A03FCE18,S0C0FE703JF3E38301CE80C,S0C0FC703JF8C42581EE00C,R01C079E07JF9C42180E4006,R018003E0KF4C042C0FI06,R018003C1KF40022E07I06,R03I0303IFC0401C2FK03,R03K03FFE3F3I02FK03,R03K07F1301B1005F8J03,R03K0789I0D1805F8J01,R06K0CCAI031F09FCJ018,R06K0A04J08I01CJ018,R06J01D08J0403FF6J018,R06J01C10FC0026001AJ018,R04J01C2081C1EAI0EK08,R04J01C01204J038EK0C,R04J01D421060087182K0C,R0CJ03F040E2001104BK0C,R0CJ03F05FJ020827K0C,R0CJ03E59K070413K0C,R0CJ03EC9K0C021BK0C,R0CJ03F45K0C43C3K0C,R0CJ03F4504041C310BK0C,R0CJ03FC1044034010BK0C,R0CJ01FA307802C010BK0C,R04J01F9330C05A400AI080C,R0400E01FE3A03D9C400AI080C,R0607E01FF86I0BD40FA00D008,R0603201FFE47C07EFC0E019818,R0602600FFE8I0FF47FC019818,R0603E00FFDJ0FFBFFC01F818,R0601C00FFDJ0KFC00F018,R03003007FDJ0BJF802003,R0300F8068E801007IF803C03,R0301E80326C0D03BIF001E03,R0300AC011943D045FFE007E03,R0180C0010281A885FFE006206,R01800E0120036887FFC007806,S0C03C02I06F08BFF8019C0C,S0C038026009F48BFF001C00C,S0C030800C33F887FEI0F00C,S060138003CFF8FBFCI03018,S0701703867FFC8BF8K018,S0300E6001IFE47EL03,S03804EI0JF27CL03,S01800C8001JFEI031006,T0C01BCI07IF8I06100C,T0E01F2J01EK0F980CK04,T0600C7Q076018,T03I0F8O07BC038,T03801E2O0C1807,T01C01978M02C4006,U0E00E6EM06EC01C,U06I0FDL03778018,U03001D13J0193I03,U018003960C03FD38006,V0E0031C1B7B6D9001C,V07I0181C63C780038,V03800100F7BE3I07,V01EJ01B63FI01E,W07J01E798I038,W03CQ0F,Q01FCJ0EP01E,Q01FCJ07CO0F8,Q01FCJ01FN03E,Y07EL01F8,Q01FCL0FEJ01FC,Q01FCL01FF003FE,Q01FCM01JFE,gI07F8,,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,,,,Q01FC,Q01FCN03CS0F,Q01FCN0FFR03FC,Q01FCN07CS0F,Q01FCM01918Q0602003FC,Q01FCM01E78Q078E003FC,Q01FCM01E78Q079E003FC,Q01FCM01E78Q039E003FC,Q01FCN064S098003FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,K07FFI01FC01FF8P01FFJ01FC3KFE,J03IFE001FC0IFEI0FF01FE0IFEI01FC3KFE,J07JF801FC1JFI0FF01FE3JF8001FC3KFE,J0KFC01FC7JF800FF01FE7JFC001FC3KFE,I01LF01FCKFC00FF01FELF001FC3KFE,I03LF01FDKFE00FF01NF801FC3KFE,I07FE03FF01MFE00FF01NF801FC3KFE,I07F800FE01IF007FE00FF01IFC03FFC01FC3KFE,I07FI03C01FFC001FF00FF01IFI07FE01FC003FC,I0FFI01801FF8I0FF00FF01FFEI03FE01FC003FC,I0FFL01FFJ0FF00FF01FFCI01FF01FC003FC,I0FFL01FFJ07F00FF01FF8J0FF01FC003FC,I0FFL01FEJ07F00FF01FFK0FF01FC003FC,I07F8K01FEJ07F80FF01FFK07F81FC003FC,I07FCK01FEJ07F80FF01FEK07F81FC003FC,I07FF8J01FCJ07F80FF01FEK03F81FC003FC,I03IF8I01FCJ07F80FF01FEK03FC1FC003FC,I03IFEI01FCJ07F80FF01FCK03FC1FC003FC,I01JFC001FCJ07F80FF01FCK03FC1FC003FC,J07JF001FCJ07F80FF01FCK03FC1FC003FC,J03JFC01FCJ07F80FF01FCK03FC1FC003FC,K0JFC01FCJ07F80FF01FCK03FC1FC003FC,K01IFE01FCJ07F80FF01FCK03FCK03FC,L03IF01FCJ07F80FF01FEK03FCK03FC,M07FF01FCJ07F80FF01FEK03F8K03FC,N0FF81FCJ07F80FF01FEK07F81FC003FC,N07F81FCJ07F80FF01FFK07F81FC003FC,N03F81FCJ07F80FF01FFK0FF01FC003FC,N03F81FCJ07F80FF01FF8J0FF01FC003FC,J08I03F81FCJ07F80FF01FFCI01FF01FC003FC,I01CI03F81FCJ07F80FF01FFEI03FE01FC003FC,I03EI07F81FCJ07F80FF01IFI07FEL03FC,I07F800FF01FCJ07F80FF01IFC03FFCL03FC,001FFE01FF01FCJ07F80FF01NF801FC003FC,I0LFE01FCJ07F80FF01NF801FC003FC,I07KFC01FCJ07F80FF01FELF001FC003FC,I03KF801FCJ07F80FF01FE7JFCM03FC,J0KF001FCJ07F80FF01FE3JF8001FC003FC,J03IFC001FCJ07F80FF01FE0IFEI01FC003FC,K07FFW01FE01FF,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,gK01FE,gK01FE,,gK01FE,gK01FE,gK01FE,^FS\r\n^FX Service Summary^FS\r\n^FO0,0^GB812,1218,5^FS\r\n^FO25,40^A0N,35,40^FD\r\n^FS\r\n^FO25,75^A0N,35,40^FD\r\n^FS\r\n^FO25,110^A0N,35,40^FD\r\n^FS\r\n^FO25,145^A0N,35,40^FD\r\n^FS\r\n \r\n^FX BEGIN_Sender Information^FS\r\n^FO115,40^AEN,18,10^FD\r\nPackage Pete's Parcel Service\r\n^FS\r\n^FO115,75^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,110^AEN,18,10^FD\r\n4101 Clearwater Road\r\n^FS\r\n^FO115,145^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,180^AEN,18,10^FD\r\nSaint Cloud, MN 56301\r\n^FS\r\n^FO115,215^AEN,18,10^FD\r\n3202516697\r\n^FS\r\n^FX Sender_END^FS\r\n \r\n^FX PlaceHolder_for_EZReturn^FS\r\n^FX Spee-Dee Barcode, weight, version^FS\r\n^FO40,320^A0N,30,30^FDSpee-Dee Barcode No:^FS\r\n^FO40,540^AAN,18,10^FD\r\nPrinted: 8/12/2025 1:21:35 PM\r\n^FS\r\n^FO40,360^A0N,30,40^FD\r\nSP55555503SD2862001\r\n^FS\r\n^FO500,360^A0N,30,30^FDWT:\r\n10\r\n^FS\r\n^FO40,390^BY3,^BCN,135,N,Y,,A\r\n^AB^FD\r\nSP55555503SD2862001\r\n^FS\r\n \r\n^FX Service Detail^FS\r\n\r\n^FO500,565,1^AAN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Ship To Detail^FS \r\n^FO260,675^A0,40,40^FDShip To:^FS\r\n^FO40,770^AEN,18,10^FD\r\n\r\n^FS\r\n^FO40,810^AEN,18,10^FD\r\nHunter Testing\r\n^FS\r\n^FO40,850^AEN,18,10^FD\r\n123 2nd Ave South\r\n^FS\r\n^FO40,890^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Delivery Instructions^FS \r\n^FO40,950\r\n^ADN,18,10\r\n^FB600,3,5,L,0\r\n^FD\r\n\r\n^FS\r\n \r\n^FO40,1030^A0N,55,55^FD\r\nKansas City\r\n^FS\r\n^FO380,1100^A0N,55,55^FD\r\nKS\r\n^FS\r\n^FO510,1100^A0N,55,55^FD\r\n66101\r\n^FS\r\n^FO40,1120^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Side Bar Code^FS\r\n^FO705,450\r\n^BY3^BCB,75,N,N,,A\r\n^FD\r\nSP55555503SD2862001\r\n^FS\r\n \r\n^FO20,690^GB100,4,4^FS\r\n^FO20,690^GB4,480,4^FS\r\n^FO20,1170^GB100,4,4^FS\r\n^FO560,690^GB100,4,4^FS\r\n^FO657,690^GB4,480,4^FS\r\n^FO560,1170^GB100,4,4^FS\r\n \r\n^FX Sort Code^FS\r\n^FO690,1067^A0N,80,100^FD\r\n36\r\n^FS\r\n^FO715,1140^AFN,18,10^FD\r\n080\r\n^FS\r\n^XZ\r\n\r\n^XA\r\n^FX Spee-Dee Logo\r\n^FO600,180^GFA,4850,4850,25,gH01FFE,gG07KF8,g03FCI0FF,Y01F8K07E,Y07CM07C,X01EN01E,X078003F8J078,W01EI0FF801801E,W038010FF801F007,W0F00F878001FC01C,V01C03F87F803FE00E,V03807E07F803CF0038,V0E0078C7FBF7CF001C,U01C007FC783E78F0C0E,U0180FBFE7BC278F1E07,U0703FBF07FC0F9F3F038,U0607FDE37FC0F3F3FC18,U0C0F3DIF001FFE7FE0C,T0181F3CFFJ01FCF9E06,T0381FF8F8K031FEC03,T0700FF0EK0703FF0018,T06007EM0883E70018,T0C003EJ0FFA081F20E0C,T0C1E3FI0IF8030F81F06,S0183C1F803FFC40183C3F86,S03079EF00IFB8C7018FF83,S03073F603IF63FFC09FDC3,S060E7F007IF4781C07FDE18,S060IF00JF4F83A03FCE18,S0C0FE703JF3E38301CE80C,S0C0FC703JF8C42581EE00C,R01C079E07JF9C42180E4006,R018003E0KF4C042C0FI06,R018003C1KF40022E07I06,R03I0303IFC0401C2FK03,R03K03FFE3F3I02FK03,R03K07F1301B1005F8J03,R03K0789I0D1805F8J01,R06K0CCAI031F09FCJ018,R06K0A04J08I01CJ018,R06J01D08J0403FF6J018,R06J01C10FC0026001AJ018,R04J01C2081C1EAI0EK08,R04J01C01204J038EK0C,R04J01D421060087182K0C,R0CJ03F040E2001104BK0C,R0CJ03F05FJ020827K0C,R0CJ03E59K070413K0C,R0CJ03EC9K0C021BK0C,R0CJ03F45K0C43C3K0C,R0CJ03F4504041C310BK0C,R0CJ03FC1044034010BK0C,R0CJ01FA307802C010BK0C,R04J01F9330C05A400AI080C,R0400E01FE3A03D9C400AI080C,R0607E01FF86I0BD40FA00D008,R0603201FFE47C07EFC0E019818,R0602600FFE8I0FF47FC019818,R0603E00FFDJ0FFBFFC01F818,R0601C00FFDJ0KFC00F018,R03003007FDJ0BJF802003,R0300F8068E801007IF803C03,R0301E80326C0D03BIF001E03,R0300AC011943D045FFE007E03,R0180C0010281A885FFE006206,R01800E0120036887FFC007806,S0C03C02I06F08BFF8019C0C,S0C038026009F48BFF001C00C,S0C030800C33F887FEI0F00C,S060138003CFF8FBFCI03018,S0701703867FFC8BF8K018,S0300E6001IFE47EL03,S03804EI0JF27CL03,S01800C8001JFEI031006,T0C01BCI07IF8I06100C,T0E01F2J01EK0F980CK04,T0600C7Q076018,T03I0F8O07BC038,T03801E2O0C1807,T01C01978M02C4006,U0E00E6EM06EC01C,U06I0FDL03778018,U03001D13J0193I03,U018003960C03FD38006,V0E0031C1B7B6D9001C,V07I0181C63C780038,V03800100F7BE3I07,V01EJ01B63FI01E,W07J01E798I038,W03CQ0F,Q01FCJ0EP01E,Q01FCJ07CO0F8,Q01FCJ01FN03E,Y07EL01F8,Q01FCL0FEJ01FC,Q01FCL01FF003FE,Q01FCM01JFE,gI07F8,,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,,,,Q01FC,Q01FCN03CS0F,Q01FCN0FFR03FC,Q01FCN07CS0F,Q01FCM01918Q0602003FC,Q01FCM01E78Q078E003FC,Q01FCM01E78Q079E003FC,Q01FCM01E78Q039E003FC,Q01FCN064S098003FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,K07FFI01FC01FF8P01FFJ01FC3KFE,J03IFE001FC0IFEI0FF01FE0IFEI01FC3KFE,J07JF801FC1JFI0FF01FE3JF8001FC3KFE,J0KFC01FC7JF800FF01FE7JFC001FC3KFE,I01LF01FCKFC00FF01FELF001FC3KFE,I03LF01FDKFE00FF01NF801FC3KFE,I07FE03FF01MFE00FF01NF801FC3KFE,I07F800FE01IF007FE00FF01IFC03FFC01FC3KFE,I07FI03C01FFC001FF00FF01IFI07FE01FC003FC,I0FFI01801FF8I0FF00FF01FFEI03FE01FC003FC,I0FFL01FFJ0FF00FF01FFCI01FF01FC003FC,I0FFL01FFJ07F00FF01FF8J0FF01FC003FC,I0FFL01FEJ07F00FF01FFK0FF01FC003FC,I07F8K01FEJ07F80FF01FFK07F81FC003FC,I07FCK01FEJ07F80FF01FEK07F81FC003FC,I07FF8J01FCJ07F80FF01FEK03F81FC003FC,I03IF8I01FCJ07F80FF01FEK03FC1FC003FC,I03IFEI01FCJ07F80FF01FCK03FC1FC003FC,I01JFC001FCJ07F80FF01FCK03FC1FC003FC,J07JF001FCJ07F80FF01FCK03FC1FC003FC,J03JFC01FCJ07F80FF01FCK03FC1FC003FC,K0JFC01FCJ07F80FF01FCK03FC1FC003FC,K01IFE01FCJ07F80FF01FCK03FCK03FC,L03IF01FCJ07F80FF01FEK03FCK03FC,M07FF01FCJ07F80FF01FEK03F8K03FC,N0FF81FCJ07F80FF01FEK07F81FC003FC,N07F81FCJ07F80FF01FFK07F81FC003FC,N03F81FCJ07F80FF01FFK0FF01FC003FC,N03F81FCJ07F80FF01FF8J0FF01FC003FC,J08I03F81FCJ07F80FF01FFCI01FF01FC003FC,I01CI03F81FCJ07F80FF01FFEI03FE01FC003FC,I03EI07F81FCJ07F80FF01IFI07FEL03FC,I07F800FF01FCJ07F80FF01IFC03FFCL03FC,001FFE01FF01FCJ07F80FF01NF801FC003FC,I0LFE01FCJ07F80FF01NF801FC003FC,I07KFC01FCJ07F80FF01FELF001FC003FC,I03KF801FCJ07F80FF01FE7JFCM03FC,J0KF001FCJ07F80FF01FE3JF8001FC003FC,J03IFC001FCJ07F80FF01FE0IFEI01FC003FC,K07FFW01FE01FF,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,gK01FE,gK01FE,,gK01FE,gK01FE,gK01FE,^FS\r\n^FX Service Summary^FS\r\n^FO0,0^GB812,1218,5^FS\r\n^FO25,40^A0N,35,40^FD\r\n^FS\r\n^FO25,75^A0N,35,40^FD\r\n^FS\r\n^FO25,110^A0N,35,40^FD\r\n^FS\r\n^FO25,145^A0N,35,40^FD\r\n^FS\r\n \r\n^FX BEGIN_Sender Information^FS\r\n^FO115,40^AEN,18,10^FD\r\nPackage Pete's Parcel Service\r\n^FS\r\n^FO115,75^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,110^AEN,18,10^FD\r\n4101 Clearwater Road\r\n^FS\r\n^FO115,145^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,180^AEN,18,10^FD\r\nSaint Cloud, MN 56301\r\n^FS\r\n^FO115,215^AEN,18,10^FD\r\n3202516697\r\n^FS\r\n^FX Sender_END^FS\r\n \r\n^FX PlaceHolder_for_EZReturn^FS\r\n^FX Spee-Dee Barcode, weight, version^FS\r\n^FO40,320^A0N,30,30^FDSpee-Dee Barcode No:^FS\r\n^FO40,540^AAN,18,10^FD\r\nPrinted: 8/12/2025 1:21:35 PM\r\n^FS\r\n^FO40,360^A0N,30,40^FD\r\nSP55555503SD2862002\r\n^FS\r\n^FO500,360^A0N,30,30^FDWT:\r\n15\r\n^FS\r\n^FO40,390^BY3,^BCN,135,N,Y,,A\r\n^AB^FD\r\nSP55555503SD2862002\r\n^FS\r\n \r\n^FX Service Detail^FS\r\n\r\n^FO500,565,1^AAN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Ship To Detail^FS \r\n^FO260,675^A0,40,40^FDShip To:^FS\r\n^FO40,770^AEN,18,10^FD\r\n\r\n^FS\r\n^FO40,810^AEN,18,10^FD\r\nHunter Testing\r\n^FS\r\n^FO40,850^AEN,18,10^FD\r\n123 2nd Ave South\r\n^FS\r\n^FO40,890^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Delivery Instructions^FS \r\n^FO40,950\r\n^ADN,18,10\r\n^FB600,3,5,L,0\r\n^FD\r\n\r\n^FS\r\n \r\n^FO40,1030^A0N,55,55^FD\r\nKansas City\r\n^FS\r\n^FO380,1100^A0N,55,55^FD\r\nKS\r\n^FS\r\n^FO510,1100^A0N,55,55^FD\r\n66101\r\n^FS\r\n^FO40,1120^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Side Bar Code^FS\r\n^FO705,450\r\n^BY3^BCB,75,N,N,,A\r\n^FD\r\nSP55555503SD2862002\r\n^FS\r\n \r\n^FO20,690^GB100,4,4^FS\r\n^FO20,690^GB4,480,4^FS\r\n^FO20,1170^GB100,4,4^FS\r\n^FO560,690^GB100,4,4^FS\r\n^FO657,690^GB4,480,4^FS\r\n^FO560,1170^GB100,4,4^FS\r\n \r\n^FX Sort Code^FS\r\n^FO690,1067^A0N,80,100^FD\r\n36\r\n^FS\r\n^FO715,1140^AFN,18,10^FD\r\n080\r\n^FS\r\n^XZ\r\n\r\n^XA\r\n^FX Spee-Dee Logo\r\n^FO600,180^GFA,4850,4850,25,gH01FFE,gG07KF8,g03FCI0FF,Y01F8K07E,Y07CM07C,X01EN01E,X078003F8J078,W01EI0FF801801E,W038010FF801F007,W0F00F878001FC01C,V01C03F87F803FE00E,V03807E07F803CF0038,V0E0078C7FBF7CF001C,U01C007FC783E78F0C0E,U0180FBFE7BC278F1E07,U0703FBF07FC0F9F3F038,U0607FDE37FC0F3F3FC18,U0C0F3DIF001FFE7FE0C,T0181F3CFFJ01FCF9E06,T0381FF8F8K031FEC03,T0700FF0EK0703FF0018,T06007EM0883E70018,T0C003EJ0FFA081F20E0C,T0C1E3FI0IF8030F81F06,S0183C1F803FFC40183C3F86,S03079EF00IFB8C7018FF83,S03073F603IF63FFC09FDC3,S060E7F007IF4781C07FDE18,S060IF00JF4F83A03FCE18,S0C0FE703JF3E38301CE80C,S0C0FC703JF8C42581EE00C,R01C079E07JF9C42180E4006,R018003E0KF4C042C0FI06,R018003C1KF40022E07I06,R03I0303IFC0401C2FK03,R03K03FFE3F3I02FK03,R03K07F1301B1005F8J03,R03K0789I0D1805F8J01,R06K0CCAI031F09FCJ018,R06K0A04J08I01CJ018,R06J01D08J0403FF6J018,R06J01C10FC0026001AJ018,R04J01C2081C1EAI0EK08,R04J01C01204J038EK0C,R04J01D421060087182K0C,R0CJ03F040E2001104BK0C,R0CJ03F05FJ020827K0C,R0CJ03E59K070413K0C,R0CJ03EC9K0C021BK0C,R0CJ03F45K0C43C3K0C,R0CJ03F4504041C310BK0C,R0CJ03FC1044034010BK0C,R0CJ01FA307802C010BK0C,R04J01F9330C05A400AI080C,R0400E01FE3A03D9C400AI080C,R0607E01FF86I0BD40FA00D008,R0603201FFE47C07EFC0E019818,R0602600FFE8I0FF47FC019818,R0603E00FFDJ0FFBFFC01F818,R0601C00FFDJ0KFC00F018,R03003007FDJ0BJF802003,R0300F8068E801007IF803C03,R0301E80326C0D03BIF001E03,R0300AC011943D045FFE007E03,R0180C0010281A885FFE006206,R01800E0120036887FFC007806,S0C03C02I06F08BFF8019C0C,S0C038026009F48BFF001C00C,S0C030800C33F887FEI0F00C,S060138003CFF8FBFCI03018,S0701703867FFC8BF8K018,S0300E6001IFE47EL03,S03804EI0JF27CL03,S01800C8001JFEI031006,T0C01BCI07IF8I06100C,T0E01F2J01EK0F980CK04,T0600C7Q076018,T03I0F8O07BC038,T03801E2O0C1807,T01C01978M02C4006,U0E00E6EM06EC01C,U06I0FDL03778018,U03001D13J0193I03,U018003960C03FD38006,V0E0031C1B7B6D9001C,V07I0181C63C780038,V03800100F7BE3I07,V01EJ01B63FI01E,W07J01E798I038,W03CQ0F,Q01FCJ0EP01E,Q01FCJ07CO0F8,Q01FCJ01FN03E,Y07EL01F8,Q01FCL0FEJ01FC,Q01FCL01FF003FE,Q01FCM01JFE,gI07F8,,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,,,,Q01FC,Q01FCN03CS0F,Q01FCN0FFR03FC,Q01FCN07CS0F,Q01FCM01918Q0602003FC,Q01FCM01E78Q078E003FC,Q01FCM01E78Q079E003FC,Q01FCM01E78Q039E003FC,Q01FCN064S098003FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,K07FFI01FC01FF8P01FFJ01FC3KFE,J03IFE001FC0IFEI0FF01FE0IFEI01FC3KFE,J07JF801FC1JFI0FF01FE3JF8001FC3KFE,J0KFC01FC7JF800FF01FE7JFC001FC3KFE,I01LF01FCKFC00FF01FELF001FC3KFE,I03LF01FDKFE00FF01NF801FC3KFE,I07FE03FF01MFE00FF01NF801FC3KFE,I07F800FE01IF007FE00FF01IFC03FFC01FC3KFE,I07FI03C01FFC001FF00FF01IFI07FE01FC003FC,I0FFI01801FF8I0FF00FF01FFEI03FE01FC003FC,I0FFL01FFJ0FF00FF01FFCI01FF01FC003FC,I0FFL01FFJ07F00FF01FF8J0FF01FC003FC,I0FFL01FEJ07F00FF01FFK0FF01FC003FC,I07F8K01FEJ07F80FF01FFK07F81FC003FC,I07FCK01FEJ07F80FF01FEK07F81FC003FC,I07FF8J01FCJ07F80FF01FEK03F81FC003FC,I03IF8I01FCJ07F80FF01FEK03FC1FC003FC,I03IFEI01FCJ07F80FF01FCK03FC1FC003FC,I01JFC001FCJ07F80FF01FCK03FC1FC003FC,J07JF001FCJ07F80FF01FCK03FC1FC003FC,J03JFC01FCJ07F80FF01FCK03FC1FC003FC,K0JFC01FCJ07F80FF01FCK03FC1FC003FC,K01IFE01FCJ07F80FF01FCK03FCK03FC,L03IF01FCJ07F80FF01FEK03FCK03FC,M07FF01FCJ07F80FF01FEK03F8K03FC,N0FF81FCJ07F80FF01FEK07F81FC003FC,N07F81FCJ07F80FF01FFK07F81FC003FC,N03F81FCJ07F80FF01FFK0FF01FC003FC,N03F81FCJ07F80FF01FF8J0FF01FC003FC,J08I03F81FCJ07F80FF01FFCI01FF01FC003FC,I01CI03F81FCJ07F80FF01FFEI03FE01FC003FC,I03EI07F81FCJ07F80FF01IFI07FEL03FC,I07F800FF01FCJ07F80FF01IFC03FFCL03FC,001FFE01FF01FCJ07F80FF01NF801FC003FC,I0LFE01FCJ07F80FF01NF801FC003FC,I07KFC01FCJ07F80FF01FELF001FC003FC,I03KF801FCJ07F80FF01FE7JFCM03FC,J0KF001FCJ07F80FF01FE3JF8001FC003FC,J03IFC001FCJ07F80FF01FE0IFEI01FC003FC,K07FFW01FE01FF,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,gK01FE,gK01FE,,gK01FE,gK01FE,gK01FE,^FS\r\n^FX Service Summary^FS\r\n^FO0,0^GB812,1218,5^FS\r\n^FO25,40^A0N,35,40^FD\r\n^FS\r\n^FO25,75^A0N,35,40^FD\r\n^FS\r\n^FO25,110^A0N,35,40^FD\r\n^FS\r\n^FO25,145^A0N,35,40^FD\r\n^FS\r\n \r\n^FX BEGIN_Sender Information^FS\r\n^FO115,40^AEN,18,10^FD\r\nPackage Pete's Parcel Service\r\n^FS\r\n^FO115,75^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,110^AEN,18,10^FD\r\n4101 Clearwater Road\r\n^FS\r\n^FO115,145^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,180^AEN,18,10^FD\r\nSaint Cloud, MN 56301\r\n^FS\r\n^FO115,215^AEN,18,10^FD\r\n3202516697\r\n^FS\r\n^FX Sender_END^FS\r\n \r\n^FX PlaceHolder_for_EZReturn^FS\r\n^FX Spee-Dee Barcode, weight, version^FS\r\n^FO40,320^A0N,30,30^FDSpee-Dee Barcode No:^FS\r\n^FO40,540^AAN,18,10^FD\r\nPrinted: 8/12/2025 1:21:35 PM\r\n^FS\r\n^FO40,360^A0N,30,40^FD\r\nSP55555503SD2862003\r\n^FS\r\n^FO500,360^A0N,30,30^FDWT:\r\n15\r\n^FS\r\n^FO40,390^BY3,^BCN,135,N,Y,,A\r\n^AB^FD\r\nSP55555503SD2862003\r\n^FS\r\n \r\n^FX Service Detail^FS\r\n\r\n^FO500,565,1^AAN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Ship To Detail^FS \r\n^FO260,675^A0,40,40^FDShip To:^FS\r\n^FO40,770^AEN,18,10^FD\r\n\r\n^FS\r\n^FO40,810^AEN,18,10^FD\r\nHunter Testing\r\n^FS\r\n^FO40,850^AEN,18,10^FD\r\n123 2nd Ave South\r\n^FS\r\n^FO40,890^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Delivery Instructions^FS \r\n^FO40,950\r\n^ADN,18,10\r\n^FB600,3,5,L,0\r\n^FD\r\n\r\n^FS\r\n \r\n^FO40,1030^A0N,55,55^FD\r\nKansas City\r\n^FS\r\n^FO380,1100^A0N,55,55^FD\r\nKS\r\n^FS\r\n^FO510,1100^A0N,55,55^FD\r\n66101\r\n^FS\r\n^FO40,1120^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Side Bar Code^FS\r\n^FO705,450\r\n^BY3^BCB,75,N,N,,A\r\n^FD\r\nSP55555503SD2862003\r\n^FS\r\n \r\n^FO20,690^GB100,4,4^FS\r\n^FO20,690^GB4,480,4^FS\r\n^FO20,1170^GB100,4,4^FS\r\n^FO560,690^GB100,4,4^FS\r\n^FO657,690^GB4,480,4^FS\r\n^FO560,1170^GB100,4,4^FS\r\n \r\n^FX Sort Code^FS\r\n^FO690,1067^A0N,80,100^FD\r\n36\r\n^FS\r\n^FO715,1140^AFN,18,10^FD\r\n080\r\n^FS\r\n^XZ\r\n\r\n^XA\r\n^FX Spee-Dee Logo\r\n^FO600,180^GFA,4850,4850,25,gH01FFE,gG07KF8,g03FCI0FF,Y01F8K07E,Y07CM07C,X01EN01E,X078003F8J078,W01EI0FF801801E,W038010FF801F007,W0F00F878001FC01C,V01C03F87F803FE00E,V03807E07F803CF0038,V0E0078C7FBF7CF001C,U01C007FC783E78F0C0E,U0180FBFE7BC278F1E07,U0703FBF07FC0F9F3F038,U0607FDE37FC0F3F3FC18,U0C0F3DIF001FFE7FE0C,T0181F3CFFJ01FCF9E06,T0381FF8F8K031FEC03,T0700FF0EK0703FF0018,T06007EM0883E70018,T0C003EJ0FFA081F20E0C,T0C1E3FI0IF8030F81F06,S0183C1F803FFC40183C3F86,S03079EF00IFB8C7018FF83,S03073F603IF63FFC09FDC3,S060E7F007IF4781C07FDE18,S060IF00JF4F83A03FCE18,S0C0FE703JF3E38301CE80C,S0C0FC703JF8C42581EE00C,R01C079E07JF9C42180E4006,R018003E0KF4C042C0FI06,R018003C1KF40022E07I06,R03I0303IFC0401C2FK03,R03K03FFE3F3I02FK03,R03K07F1301B1005F8J03,R03K0789I0D1805F8J01,R06K0CCAI031F09FCJ018,R06K0A04J08I01CJ018,R06J01D08J0403FF6J018,R06J01C10FC0026001AJ018,R04J01C2081C1EAI0EK08,R04J01C01204J038EK0C,R04J01D421060087182K0C,R0CJ03F040E2001104BK0C,R0CJ03F05FJ020827K0C,R0CJ03E59K070413K0C,R0CJ03EC9K0C021BK0C,R0CJ03F45K0C43C3K0C,R0CJ03F4504041C310BK0C,R0CJ03FC1044034010BK0C,R0CJ01FA307802C010BK0C,R04J01F9330C05A400AI080C,R0400E01FE3A03D9C400AI080C,R0607E01FF86I0BD40FA00D008,R0603201FFE47C07EFC0E019818,R0602600FFE8I0FF47FC019818,R0603E00FFDJ0FFBFFC01F818,R0601C00FFDJ0KFC00F018,R03003007FDJ0BJF802003,R0300F8068E801007IF803C03,R0301E80326C0D03BIF001E03,R0300AC011943D045FFE007E03,R0180C0010281A885FFE006206,R01800E0120036887FFC007806,S0C03C02I06F08BFF8019C0C,S0C038026009F48BFF001C00C,S0C030800C33F887FEI0F00C,S060138003CFF8FBFCI03018,S0701703867FFC8BF8K018,S0300E6001IFE47EL03,S03804EI0JF27CL03,S01800C8001JFEI031006,T0C01BCI07IF8I06100C,T0E01F2J01EK0F980CK04,T0600C7Q076018,T03I0F8O07BC038,T03801E2O0C1807,T01C01978M02C4006,U0E00E6EM06EC01C,U06I0FDL03778018,U03001D13J0193I03,U018003960C03FD38006,V0E0031C1B7B6D9001C,V07I0181C63C780038,V03800100F7BE3I07,V01EJ01B63FI01E,W07J01E798I038,W03CQ0F,Q01FCJ0EP01E,Q01FCJ07CO0F8,Q01FCJ01FN03E,Y07EL01F8,Q01FCL0FEJ01FC,Q01FCL01FF003FE,Q01FCM01JFE,gI07F8,,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,,,,Q01FC,Q01FCN03CS0F,Q01FCN0FFR03FC,Q01FCN07CS0F,Q01FCM01918Q0602003FC,Q01FCM01E78Q078E003FC,Q01FCM01E78Q079E003FC,Q01FCM01E78Q039E003FC,Q01FCN064S098003FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,K07FFI01FC01FF8P01FFJ01FC3KFE,J03IFE001FC0IFEI0FF01FE0IFEI01FC3KFE,J07JF801FC1JFI0FF01FE3JF8001FC3KFE,J0KFC01FC7JF800FF01FE7JFC001FC3KFE,I01LF01FCKFC00FF01FELF001FC3KFE,I03LF01FDKFE00FF01NF801FC3KFE,I07FE03FF01MFE00FF01NF801FC3KFE,I07F800FE01IF007FE00FF01IFC03FFC01FC3KFE,I07FI03C01FFC001FF00FF01IFI07FE01FC003FC,I0FFI01801FF8I0FF00FF01FFEI03FE01FC003FC,I0FFL01FFJ0FF00FF01FFCI01FF01FC003FC,I0FFL01FFJ07F00FF01FF8J0FF01FC003FC,I0FFL01FEJ07F00FF01FFK0FF01FC003FC,I07F8K01FEJ07F80FF01FFK07F81FC003FC,I07FCK01FEJ07F80FF01FEK07F81FC003FC,I07FF8J01FCJ07F80FF01FEK03F81FC003FC,I03IF8I01FCJ07F80FF01FEK03FC1FC003FC,I03IFEI01FCJ07F80FF01FCK03FC1FC003FC,I01JFC001FCJ07F80FF01FCK03FC1FC003FC,J07JF001FCJ07F80FF01FCK03FC1FC003FC,J03JFC01FCJ07F80FF01FCK03FC1FC003FC,K0JFC01FCJ07F80FF01FCK03FC1FC003FC,K01IFE01FCJ07F80FF01FCK03FCK03FC,L03IF01FCJ07F80FF01FEK03FCK03FC,M07FF01FCJ07F80FF01FEK03F8K03FC,N0FF81FCJ07F80FF01FEK07F81FC003FC,N07F81FCJ07F80FF01FFK07F81FC003FC,N03F81FCJ07F80FF01FFK0FF01FC003FC,N03F81FCJ07F80FF01FF8J0FF01FC003FC,J08I03F81FCJ07F80FF01FFCI01FF01FC003FC,I01CI03F81FCJ07F80FF01FFEI03FE01FC003FC,I03EI07F81FCJ07F80FF01IFI07FEL03FC,I07F800FF01FCJ07F80FF01IFC03FFCL03FC,001FFE01FF01FCJ07F80FF01NF801FC003FC,I0LFE01FCJ07F80FF01NF801FC003FC,I07KFC01FCJ07F80FF01FELF001FC003FC,I03KF801FCJ07F80FF01FE7JFCM03FC,J0KF001FCJ07F80FF01FE3JF8001FC003FC,J03IFC001FCJ07F80FF01FE0IFEI01FC003FC,K07FFW01FE01FF,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,gK01FE,gK01FE,,gK01FE,gK01FE,gK01FE,^FS\r\n^FX Service Summary^FS\r\n^FO0,0^GB812,1218,5^FS\r\n^FO25,40^A0N,35,40^FD\r\n^FS\r\n^FO25,75^A0N,35,40^FD\r\n^FS\r\n^FO25,110^A0N,35,40^FD\r\n^FS\r\n^FO25,145^A0N,35,40^FD\r\n^FS\r\n \r\n^FX BEGIN_Sender Information^FS\r\n^FO115,40^AEN,18,10^FD\r\nPackage Pete's Parcel Service\r\n^FS\r\n^FO115,75^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,110^AEN,18,10^FD\r\n4101 Clearwater Road\r\n^FS\r\n^FO115,145^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,180^AEN,18,10^FD\r\nSaint Cloud, MN 56301\r\n^FS\r\n^FO115,215^AEN,18,10^FD\r\n3202516697\r\n^FS\r\n^FX Sender_END^FS\r\n \r\n^FX PlaceHolder_for_EZReturn^FS\r\n^FX Spee-Dee Barcode, weight, version^FS\r\n^FO40,320^A0N,30,30^FDSpee-Dee Barcode No:^FS\r\n^FO40,540^AAN,18,10^FD\r\nPrinted: 8/12/2025 1:21:35 PM\r\n^FS\r\n^FO40,360^A0N,30,40^FD\r\nSP55555503SD2862004\r\n^FS\r\n^FO500,360^A0N,30,30^FDWT:\r\n15\r\n^FS\r\n^FO40,390^BY3,^BCN,135,N,Y,,A\r\n^AB^FD\r\nSP55555503SD2862004\r\n^FS\r\n \r\n^FX Service Detail^FS\r\n\r\n^FO500,565,1^AAN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Ship To Detail^FS \r\n^FO260,675^A0,40,40^FDShip To:^FS\r\n^FO40,770^AEN,18,10^FD\r\n\r\n^FS\r\n^FO40,810^AEN,18,10^FD\r\nHunter Testing\r\n^FS\r\n^FO40,850^AEN,18,10^FD\r\n123 2nd Ave South\r\n^FS\r\n^FO40,890^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Delivery Instructions^FS \r\n^FO40,950\r\n^ADN,18,10\r\n^FB600,3,5,L,0\r\n^FD\r\n\r\n^FS\r\n \r\n^FO40,1030^A0N,55,55^FD\r\nKansas City\r\n^FS\r\n^FO380,1100^A0N,55,55^FD\r\nKS\r\n^FS\r\n^FO510,1100^A0N,55,55^FD\r\n66101\r\n^FS\r\n^FO40,1120^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Side Bar Code^FS\r\n^FO705,450\r\n^BY3^BCB,75,N,N,,A\r\n^FD\r\nSP55555503SD2862004\r\n^FS\r\n \r\n^FO20,690^GB100,4,4^FS\r\n^FO20,690^GB4,480,4^FS\r\n^FO20,1170^GB100,4,4^FS\r\n^FO560,690^GB100,4,4^FS\r\n^FO657,690^GB4,480,4^FS\r\n^FO560,1170^GB100,4,4^FS\r\n \r\n^FX Sort Code^FS\r\n^FO690,1067^A0N,80,100^FD\r\n36\r\n^FS\r\n^FO715,1140^AFN,18,10^FD\r\n080\r\n^FS\r\n^XZ\r\n\r\n^XA\r\n^FX Spee-Dee Logo\r\n^FO600,180^GFA,4850,4850,25,gH01FFE,gG07KF8,g03FCI0FF,Y01F8K07E,Y07CM07C,X01EN01E,X078003F8J078,W01EI0FF801801E,W038010FF801F007,W0F00F878001FC01C,V01C03F87F803FE00E,V03807E07F803CF0038,V0E0078C7FBF7CF001C,U01C007FC783E78F0C0E,U0180FBFE7BC278F1E07,U0703FBF07FC0F9F3F038,U0607FDE37FC0F3F3FC18,U0C0F3DIF001FFE7FE0C,T0181F3CFFJ01FCF9E06,T0381FF8F8K031FEC03,T0700FF0EK0703FF0018,T06007EM0883E70018,T0C003EJ0FFA081F20E0C,T0C1E3FI0IF8030F81F06,S0183C1F803FFC40183C3F86,S03079EF00IFB8C7018FF83,S03073F603IF63FFC09FDC3,S060E7F007IF4781C07FDE18,S060IF00JF4F83A03FCE18,S0C0FE703JF3E38301CE80C,S0C0FC703JF8C42581EE00C,R01C079E07JF9C42180E4006,R018003E0KF4C042C0FI06,R018003C1KF40022E07I06,R03I0303IFC0401C2FK03,R03K03FFE3F3I02FK03,R03K07F1301B1005F8J03,R03K0789I0D1805F8J01,R06K0CCAI031F09FCJ018,R06K0A04J08I01CJ018,R06J01D08J0403FF6J018,R06J01C10FC0026001AJ018,R04J01C2081C1EAI0EK08,R04J01C01204J038EK0C,R04J01D421060087182K0C,R0CJ03F040E2001104BK0C,R0CJ03F05FJ020827K0C,R0CJ03E59K070413K0C,R0CJ03EC9K0C021BK0C,R0CJ03F45K0C43C3K0C,R0CJ03F4504041C310BK0C,R0CJ03FC1044034010BK0C,R0CJ01FA307802C010BK0C,R04J01F9330C05A400AI080C,R0400E01FE3A03D9C400AI080C,R0607E01FF86I0BD40FA00D008,R0603201FFE47C07EFC0E019818,R0602600FFE8I0FF47FC019818,R0603E00FFDJ0FFBFFC01F818,R0601C00FFDJ0KFC00F018,R03003007FDJ0BJF802003,R0300F8068E801007IF803C03,R0301E80326C0D03BIF001E03,R0300AC011943D045FFE007E03,R0180C0010281A885FFE006206,R01800E0120036887FFC007806,S0C03C02I06F08BFF8019C0C,S0C038026009F48BFF001C00C,S0C030800C33F887FEI0F00C,S060138003CFF8FBFCI03018,S0701703867FFC8BF8K018,S0300E6001IFE47EL03,S03804EI0JF27CL03,S01800C8001JFEI031006,T0C01BCI07IF8I06100C,T0E01F2J01EK0F980CK04,T0600C7Q076018,T03I0F8O07BC038,T03801E2O0C1807,T01C01978M02C4006,U0E00E6EM06EC01C,U06I0FDL03778018,U03001D13J0193I03,U018003960C03FD38006,V0E0031C1B7B6D9001C,V07I0181C63C780038,V03800100F7BE3I07,V01EJ01B63FI01E,W07J01E798I038,W03CQ0F,Q01FCJ0EP01E,Q01FCJ07CO0F8,Q01FCJ01FN03E,Y07EL01F8,Q01FCL0FEJ01FC,Q01FCL01FF003FE,Q01FCM01JFE,gI07F8,,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,Q01FC,,,,Q01FC,Q01FCN03CS0F,Q01FCN0FFR03FC,Q01FCN07CS0F,Q01FCM01918Q0602003FC,Q01FCM01E78Q078E003FC,Q01FCM01E78Q079E003FC,Q01FCM01E78Q039E003FC,Q01FCN064S098003FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,Q01FCgM03FC,K07FFI01FC01FF8P01FFJ01FC3KFE,J03IFE001FC0IFEI0FF01FE0IFEI01FC3KFE,J07JF801FC1JFI0FF01FE3JF8001FC3KFE,J0KFC01FC7JF800FF01FE7JFC001FC3KFE,I01LF01FCKFC00FF01FELF001FC3KFE,I03LF01FDKFE00FF01NF801FC3KFE,I07FE03FF01MFE00FF01NF801FC3KFE,I07F800FE01IF007FE00FF01IFC03FFC01FC3KFE,I07FI03C01FFC001FF00FF01IFI07FE01FC003FC,I0FFI01801FF8I0FF00FF01FFEI03FE01FC003FC,I0FFL01FFJ0FF00FF01FFCI01FF01FC003FC,I0FFL01FFJ07F00FF01FF8J0FF01FC003FC,I0FFL01FEJ07F00FF01FFK0FF01FC003FC,I07F8K01FEJ07F80FF01FFK07F81FC003FC,I07FCK01FEJ07F80FF01FEK07F81FC003FC,I07FF8J01FCJ07F80FF01FEK03F81FC003FC,I03IF8I01FCJ07F80FF01FEK03FC1FC003FC,I03IFEI01FCJ07F80FF01FCK03FC1FC003FC,I01JFC001FCJ07F80FF01FCK03FC1FC003FC,J07JF001FCJ07F80FF01FCK03FC1FC003FC,J03JFC01FCJ07F80FF01FCK03FC1FC003FC,K0JFC01FCJ07F80FF01FCK03FC1FC003FC,K01IFE01FCJ07F80FF01FCK03FCK03FC,L03IF01FCJ07F80FF01FEK03FCK03FC,M07FF01FCJ07F80FF01FEK03F8K03FC,N0FF81FCJ07F80FF01FEK07F81FC003FC,N07F81FCJ07F80FF01FFK07F81FC003FC,N03F81FCJ07F80FF01FFK0FF01FC003FC,N03F81FCJ07F80FF01FF8J0FF01FC003FC,J08I03F81FCJ07F80FF01FFCI01FF01FC003FC,I01CI03F81FCJ07F80FF01FFEI03FE01FC003FC,I03EI07F81FCJ07F80FF01IFI07FEL03FC,I07F800FF01FCJ07F80FF01IFC03FFCL03FC,001FFE01FF01FCJ07F80FF01NF801FC003FC,I0LFE01FCJ07F80FF01NF801FC003FC,I07KFC01FCJ07F80FF01FELF001FC003FC,I03KF801FCJ07F80FF01FE7JFCM03FC,J0KF001FCJ07F80FF01FE3JF8001FC003FC,J03IFC001FCJ07F80FF01FE0IFEI01FC003FC,K07FFW01FE01FF,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,gK01FE,,,gK01FE,gK01FE,,gK01FE,gK01FE,gK01FE,^FS\r\n^FX Service Summary^FS\r\n^FO0,0^GB812,1218,5^FS\r\n^FO25,40^A0N,35,40^FD\r\n^FS\r\n^FO25,75^A0N,35,40^FD\r\n^FS\r\n^FO25,110^A0N,35,40^FD\r\n^FS\r\n^FO25,145^A0N,35,40^FD\r\n^FS\r\n \r\n^FX BEGIN_Sender Information^FS\r\n^FO115,40^AEN,18,10^FD\r\nPackage Pete's Parcel Service\r\n^FS\r\n^FO115,75^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,110^AEN,18,10^FD\r\n4101 Clearwater Road\r\n^FS\r\n^FO115,145^AEN,18,10^FD\r\n\r\n^FS\r\n^FO115,180^AEN,18,10^FD\r\nSaint Cloud, MN 56301\r\n^FS\r\n^FO115,215^AEN,18,10^FD\r\n3202516697\r\n^FS\r\n^FX Sender_END^FS\r\n \r\n^FX PlaceHolder_for_EZReturn^FS\r\n^FX Spee-Dee Barcode, weight, version^FS\r\n^FO40,320^A0N,30,30^FDSpee-Dee Barcode No:^FS\r\n^FO40,540^AAN,18,10^FD\r\nPrinted: 8/12/2025 1:21:35 PM\r\n^FS\r\n^FO40,360^A0N,30,40^FD\r\nnull\r\n^FS\r\n^FO500,360^A0N,30,30^FDWT:\r\n20\r\n^FS\r\n^FO40,390^BY3,^BCN,135,N,Y,,A\r\n^AB^FD\r\nnull\r\n^FS\r\n \r\n^FX Service Detail^FS\r\n\r\n^FO500,565,1^AAN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Ship To Detail^FS \r\n^FO260,675^A0,40,40^FDShip To:^FS\r\n^FO40,770^AEN,18,10^FD\r\n\r\n^FS\r\n^FO40,810^AEN,18,10^FD\r\nHunter Testing\r\n^FS\r\n^FO40,850^AEN,18,10^FD\r\n123 2nd Ave South\r\n^FS\r\n^FO40,890^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Delivery Instructions^FS \r\n^FO40,950\r\n^ADN,18,10\r\n^FB600,3,5,L,0\r\n^FD\r\n\r\n^FS\r\n \r\n^FO40,1030^A0N,55,55^FD\r\nKansas City\r\n^FS\r\n^FO380,1100^A0N,55,55^FD\r\nKS\r\n^FS\r\n^FO510,1100^A0N,55,55^FD\r\n66101\r\n^FS\r\n^FO40,1120^AEN,18,10^FD\r\n\r\n^FS\r\n \r\n^FX Side Bar Code^FS\r\n^FO705,450\r\n^BY3^BCB,75,N,N,,A\r\n^FD\r\nnull\r\n^FS\r\n \r\n^FO20,690^GB100,4,4^FS\r\n^FO20,690^GB4,480,4^FS\r\n^FO20,1170^GB100,4,4^FS\r\n^FO560,690^GB100,4,4^FS\r\n^FO657,690^GB4,480,4^FS\r\n^FO560,1170^GB100,4,4^FS\r\n \r\n^FX Sort Code^FS\r\n^FO690,1067^A0N,80,100^FD\r\n36\r\n^FS\r\n^FO715,1140^AFN,18,10^FD\r\n080\r\n^FS\r\n^XZ"}],"_postman_id":"f8bc2186-a2bd-4b9e-8092-30c8611ebbea"},{"name":"Download Labels JSON","id":"7556f5a8-6dd1-430b-abef-be8c2f49c169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/orders/:orderId/items/label/:templateId/:format","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","items","label",":templateId",":format"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"SD197836","key":"orderId"},{"type":"any","value":"Standard","key":"templateId"},{"type":"any","value":"0","key":"format"}]}},"response":[{"id":"b8a2fc16-2a1c-4b10-83a2-90caf2bff4c8","name":"Sample Label Return","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId/items/label/:templateId/:format","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId","items","label",":templateId",":format"],"variable":[{"key":"orderId","value":"SD197836"},{"key":"templateId","value":"Standard"},{"key":"format","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 21 Nov 2025 21:54:34 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20251121T215434Z-15795b6cd48n96nzhC1CH1ebts00000025cg000000000spr"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"labels\": [\n        {\n            \"itemId\": \"beafd265-1c3d-4c27-9fc9-3ac36b2f9a07\",\n            \"itemBarcode\": \"SP55555503SD19783601\",\n            \"encodedLabel\": \"XlhBDQpeRlggU3BlZS1EZWUgTG9nbw0KXkZPNjAwLDE4MF5HRkEsNDg1MCw0ODUwLDI1LGdIMDFGRkUsZ0cwN0tGOCxnMDNGQ0kwRkYsWTAxRjhLMDdFLFkwN0NNMDdDLFgwMUVOMDFFLFgwNzgwMDNGOEowNzgsVzAxRUkwRkY4MDE4MDFFLFcwMzgwMTBGRjgwMUYwMDcsVzBGMDBGODc4MDAxRkMwMUMsVjAxQzAzRjg3RjgwM0ZFMDBFLFYwMzgwN0UwN0Y4MDNDRjAwMzgsVjBFMDA3OEM3RkJGN0NGMDAxQyxVMDFDMDA3RkM3ODNFNzhGMEMwRSxVMDE4MEZCRkU3QkMyNzhGMUUwNyxVMDcwM0ZCRjA3RkMwRjlGM0YwMzgsVTA2MDdGREUzN0ZDMEYzRjNGQzE4LFUwQzBGM0RJRjAwMUZGRTdGRTBDLFQwMTgxRjNDRkZKMDFGQ0Y5RTA2LFQwMzgxRkY4RjhLMDMxRkVDMDMsVDA3MDBGRjBFSzA3MDNGRjAwMTgsVDA2MDA3RU0wODgzRTcwMDE4LFQwQzAwM0VKMEZGQTA4MUYyMEUwQyxUMEMxRTNGSTBJRjgwMzBGODFGMDYsUzAxODNDMUY4MDNGRkM0MDE4M0MzRjg2LFMwMzA3OUVGMDBJRkI4QzcwMThGRjgzLFMwMzA3M0Y2MDNJRjYzRkZDMDlGREMzLFMwNjBFN0YwMDdJRjQ3ODFDMDdGREUxOCxTMDYwSUYwMEpGNEY4M0EwM0ZDRTE4LFMwQzBGRTcwM0pGM0UzODMwMUNFODBDLFMwQzBGQzcwM0pGOEM0MjU4MUVFMDBDLFIwMUMwNzlFMDdKRjlDNDIxODBFNDAwNixSMDE4MDAzRTBLRjRDMDQyQzBGSTA2LFIwMTgwMDNDMUtGNDAwMjJFMDdJMDYsUjAzSTAzMDNJRkMwNDAxQzJGSzAzLFIwM0swM0ZGRTNGM0kwMkZLMDMsUjAzSzA3RjEzMDFCMTAwNUY4SjAzLFIwM0swNzg5STBEMTgwNUY4SjAxLFIwNkswQ0NBSTAzMUYwOUZDSjAxOCxSMDZLMEEwNEowOEkwMUNKMDE4LFIwNkowMUQwOEowNDAzRkY2SjAxOCxSMDZKMDFDMTBGQzAwMjYwMDFBSjAxOCxSMDRKMDFDMjA4MUMxRUFJMEVLMDgsUjA0SjAxQzAxMjA0SjAzOEVLMEMsUjA0SjAxRDQyMTA2MDA4NzE4MkswQyxSMENKMDNGMDQwRTIwMDExMDRCSzBDLFIwQ0owM0YwNUZKMDIwODI3SzBDLFIwQ0owM0U1OUswNzA0MTNLMEMsUjBDSjAzRUM5SzBDMDIxQkswQyxSMENKMDNGNDVLMEM0M0MzSzBDLFIwQ0owM0Y0NTA0MDQxQzMxMEJLMEMsUjBDSjAzRkMxMDQ0MDM0MDEwQkswQyxSMENKMDFGQTMwNzgwMkMwMTBCSzBDLFIwNEowMUY5MzMwQzA1QTQwMEFJMDgwQyxSMDQwMEUwMUZFM0EwM0Q5QzQwMEFJMDgwQyxSMDYwN0UwMUZGODZJMEJENDBGQTAwRDAwOCxSMDYwMzIwMUZGRTQ3QzA3RUZDMEUwMTk4MTgsUjA2MDI2MDBGRkU4STBGRjQ3RkMwMTk4MTgsUjA2MDNFMDBGRkRKMEZGQkZGQzAxRjgxOCxSMDYwMUMwMEZGREowS0ZDMDBGMDE4LFIwMzAwMzAwN0ZESjBCSkY4MDIwMDMsUjAzMDBGODA2OEU4MDEwMDdJRjgwM0MwMyxSMDMwMUU4MDMyNkMwRDAzQklGMDAxRTAzLFIwMzAwQUMwMTE5NDNEMDQ1RkZFMDA3RTAzLFIwMTgwQzAwMTAyODFBODg1RkZFMDA2MjA2LFIwMTgwMEUwMTIwMDM2ODg3RkZDMDA3ODA2LFMwQzAzQzAySTA2RjA4QkZGODAxOUMwQyxTMEMwMzgwMjYwMDlGNDhCRkYwMDFDMDBDLFMwQzAzMDgwMEMzM0Y4ODdGRUkwRjAwQyxTMDYwMTM4MDAzQ0ZGOEZCRkNJMDMwMTgsUzA3MDE3MDM4NjdGRkM4QkY4SzAxOCxTMDMwMEU2MDAxSUZFNDdFTDAzLFMwMzgwNEVJMEpGMjdDTDAzLFMwMTgwMEM4MDAxSkZFSTAzMTAwNixUMEMwMUJDSTA3SUY4STA2MTAwQyxUMEUwMUYySjAxRUswRjk4MENLMDQsVDA2MDBDN1EwNzYwMTgsVDAzSTBGOE8wN0JDMDM4LFQwMzgwMUUyTzBDMTgwNyxUMDFDMDE5NzhNMDJDNDAwNixVMEUwMEU2RU0wNkVDMDFDLFUwNkkwRkRMMDM3NzgwMTgsVTAzMDAxRDEzSjAxOTNJMDMsVTAxODAwMzk2MEMwM0ZEMzgwMDYsVjBFMDAzMUMxQjdCNkQ5MDAxQyxWMDdJMDE4MUM2M0M3ODAwMzgsVjAzODAwMTAwRjdCRTNJMDcsVjAxRUowMUI2M0ZJMDFFLFcwN0owMUU3OThJMDM4LFcwM0NRMEYsUTAxRkNKMEVQMDFFLFEwMUZDSjA3Q08wRjgsUTAxRkNKMDFGTjAzRSxZMDdFTDAxRjgsUTAxRkNMMEZFSjAxRkMsUTAxRkNMMDFGRjAwM0ZFLFEwMUZDTTAxSkZFLGdJMDdGOCwsUTAxRkMsUTAxRkMsUTAxRkMsUTAxRkMsUTAxRkMsUTAxRkMsLCwsUTAxRkMsUTAxRkNOMDNDUzBGLFEwMUZDTjBGRlIwM0ZDLFEwMUZDTjA3Q1MwRixRMDFGQ00wMTkxOFEwNjAyMDAzRkMsUTAxRkNNMDFFNzhRMDc4RTAwM0ZDLFEwMUZDTTAxRTc4UTA3OUUwMDNGQyxRMDFGQ00wMUU3OFEwMzlFMDAzRkMsUTAxRkNOMDY0UzA5ODAwM0ZDLFEwMUZDZ00wM0ZDLFEwMUZDZ00wM0ZDLFEwMUZDZ00wM0ZDLFEwMUZDZ00wM0ZDLFEwMUZDZ00wM0ZDLEswN0ZGSTAxRkMwMUZGOFAwMUZGSjAxRkMzS0ZFLEowM0lGRTAwMUZDMElGRUkwRkYwMUZFMElGRUkwMUZDM0tGRSxKMDdKRjgwMUZDMUpGSTBGRjAxRkUzSkY4MDAxRkMzS0ZFLEowS0ZDMDFGQzdKRjgwMEZGMDFGRTdKRkMwMDFGQzNLRkUsSTAxTEYwMUZDS0ZDMDBGRjAxRkVMRjAwMUZDM0tGRSxJMDNMRjAxRkRLRkUwMEZGMDFORjgwMUZDM0tGRSxJMDdGRTAzRkYwMU1GRTAwRkYwMU5GODAxRkMzS0ZFLEkwN0Y4MDBGRTAxSUYwMDdGRTAwRkYwMUlGQzAzRkZDMDFGQzNLRkUsSTA3RkkwM0MwMUZGQzAwMUZGMDBGRjAxSUZJMDdGRTAxRkMwMDNGQyxJMEZGSTAxODAxRkY4STBGRjAwRkYwMUZGRUkwM0ZFMDFGQzAwM0ZDLEkwRkZMMDFGRkowRkYwMEZGMDFGRkNJMDFGRjAxRkMwMDNGQyxJMEZGTDAxRkZKMDdGMDBGRjAxRkY4SjBGRjAxRkMwMDNGQyxJMEZGTDAxRkVKMDdGMDBGRjAxRkZLMEZGMDFGQzAwM0ZDLEkwN0Y4SzAxRkVKMDdGODBGRjAxRkZLMDdGODFGQzAwM0ZDLEkwN0ZDSzAxRkVKMDdGODBGRjAxRkVLMDdGODFGQzAwM0ZDLEkwN0ZGOEowMUZDSjA3RjgwRkYwMUZFSzAzRjgxRkMwMDNGQyxJMDNJRjhJMDFGQ0owN0Y4MEZGMDFGRUswM0ZDMUZDMDAzRkMsSTAzSUZFSTAxRkNKMDdGODBGRjAxRkNLMDNGQzFGQzAwM0ZDLEkwMUpGQzAwMUZDSjA3RjgwRkYwMUZDSzAzRkMxRkMwMDNGQyxKMDdKRjAwMUZDSjA3RjgwRkYwMUZDSzAzRkMxRkMwMDNGQyxKMDNKRkMwMUZDSjA3RjgwRkYwMUZDSzAzRkMxRkMwMDNGQyxLMEpGQzAxRkNKMDdGODBGRjAxRkNLMDNGQzFGQzAwM0ZDLEswMUlGRTAxRkNKMDdGODBGRjAxRkNLMDNGQ0swM0ZDLEwwM0lGMDFGQ0owN0Y4MEZGMDFGRUswM0ZDSzAzRkMsTTA3RkYwMUZDSjA3RjgwRkYwMUZFSzAzRjhLMDNGQyxOMEZGODFGQ0owN0Y4MEZGMDFGRUswN0Y4MUZDMDAzRkMsTjA3RjgxRkNKMDdGODBGRjAxRkZLMDdGODFGQzAwM0ZDLE4wM0Y4MUZDSjA3RjgwRkYwMUZGSzBGRjAxRkMwMDNGQyxOMDNGODFGQ0owN0Y4MEZGMDFGRjhKMEZGMDFGQzAwM0ZDLEowOEkwM0Y4MUZDSjA3RjgwRkYwMUZGQ0kwMUZGMDFGQzAwM0ZDLEkwMUNJMDNGODFGQ0owN0Y4MEZGMDFGRkVJMDNGRTAxRkMwMDNGQyxJMDNFSTA3RjgxRkNKMDdGODBGRjAxSUZJMDdGRUwwM0ZDLEkwN0Y4MDBGRjAxRkNKMDdGODBGRjAxSUZDMDNGRkNMMDNGQywwMDFGRkUwMUZGMDFGQ0owN0Y4MEZGMDFORjgwMUZDMDAzRkMsSTBMRkUwMUZDSjA3RjgwRkYwMU5GODAxRkMwMDNGQyxJMDdLRkMwMUZDSjA3RjgwRkYwMUZFTEYwMDFGQzAwM0ZDLEkwM0tGODAxRkNKMDdGODBGRjAxRkU3SkZDTTAzRkMsSjBLRjAwMUZDSjA3RjgwRkYwMUZFM0pGODAwMUZDMDAzRkMsSjAzSUZDMDAxRkNKMDdGODBGRjAxRkUwSUZFSTAxRkMwMDNGQyxLMDdGRlcwMUZFMDFGRixnSzAxRkUsZ0swMUZFLGdLMDFGRSxnSzAxRkUsZ0swMUZFLGdLMDFGRSxnSzAxRkUsZ0swMUZFLGdLMDFGRSxnSzAxRkUsZ0swMUZFLGdLMDFGRSxnSzAxRkUsZ0swMUZFLCwsLGdLMDFGRSxnSzAxRkUsZ0swMUZFLGdLMDFGRSxnSzAxRkUsZ0swMUZFLGdLMDFGRSwsLGdLMDFGRSxnSzAxRkUsLGdLMDFGRSxnSzAxRkUsZ0swMUZFLF5GUw0KXkZYIFNlcnZpY2UgU3VtbWFyeV5GUw0KXkZPMCwwXkdCODEyLDEyMTgsNV5GUw0KXkZPMjUsNDBeQTBOLDM1LDQwXkZEDQpeRlMNCl5GTzI1LDc1XkEwTiwzNSw0MF5GRA0KXkZTDQpeRk8yNSwxMTBeQTBOLDM1LDQwXkZEDQpeRlMNCl5GTzI1LDE0NV5BME4sMzUsNDBeRkQNCl5GUw0KIA0KXkZYIEJFR0lOX1NlbmRlciBJbmZvcm1hdGlvbl5GUw0KXkZPMTE1LDQwXkFFTiwxOCwxMF5GRA0KUGFja2FnZSBQZXRlDQpeRlMNCl5GTzExNSw3NV5BRU4sMTgsMTBeRkQNClBhY2thZ2UgUGV0ZSdzIFBhcmNlbCBTZXJ2aWNlDQpeRlMNCl5GTzExNSwxMTBeQUVOLDE4LDEwXkZEDQo0MTAxIENsZWFyd2F0ZXIgUm9hZA0KXkZTDQpeRk8xMTUsMTQ1XkFFTiwxOCwxMF5GRA0KDQpeRlMNCl5GTzExNSwxODBeQUVOLDE4LDEwXkZEDQpTYWludCBDbG91ZCwgTU4gNTYzMDENCl5GUw0KXkZPMTE1LDIxNV5BRU4sMTgsMTBeRkQNCjMyMDI1MTY2OTcNCl5GUw0KXkZYIFNlbmRlcl9FTkReRlMNCiANCl5GWCBTcGVlLURlZSBCYXJjb2RlLCB3ZWlnaHQsIHZlcnNpb25eRlMNCl5GTzQwLDMyMF5BME4sMzAsMzBeRkRTcGVlLURlZSBCYXJjb2RlIE5vOl5GUw0KXkZPNDAsNTQwXkFBTiwxOCwxMF5GRA0KUHJpbnRlZDogMTEvMjEvMjAyNSAzOjU0OjM0IFBNXkZTDQpeRk80MCwzNjBeQTBOLDMwLDMwXkZEDQpTUDU1NTU1NTAzU0QxOTc4MzYwMQ0KXkZTDQpeRk81MDAsMzYwXkEwTiwzMCwzMF5GRFdUOg0KNQ0KXkZTDQpeRk80MCwzOTANCl5CWTNeQkNOLDEzNSxOLE4sTixBDQpeRkQNClNQNTU1NTU1MDNTRDE5NzgzNjAxDQpeRlMNCiANCl5GWCBTZXJ2aWNlIERldGFpbF5GUw0KXkZPMTg1LDU2NSwxXkFBTiwxOCwxMF5GRA0KDQpeRlMNCl5GTzUwMCw1NjUsMV5BQU4sMTgsMTBeRkQNCg0KXkZTDQpeRk8xODUsNTkwLDFeQUFOLDE4LDEwXkZEDQoNCl5GUw0KXkZPNTAwLDU5MCwxXkFBTiwxOCwxMF5GRA0KDQpeRlMNCiANCl5GWCBTaGlwIFRvIERldGFpbF5GUyANCl5GTzI2MCw2NzVeQTAsNDAsNDBeRkRTaGlwIFRvOl5GUw0KXkZPNDAsNzcwXkFFTiwxOCwxMF5GRA0KQUJDIENPTVBBTlkNCl5GUw0KXkZPNDAsODEwXkFFTiwxOCwxMF5GRA0KQUJDIENPTVBBTlkNCl5GUw0KXkZPNDAsODUwXkFFTiwxOCwxMF5GRA0KNDAwMSBDbGVhcndhdGVyIFJvYWQNCl5GUw0KXkZPNDAsODkwXkFFTiwxOCwxMF5GRA0KDQpeRlMNCiANCl5GWCBEZWxpdmVyeSBJbnN0cnVjdGlvbnNeRlMgDQpeRk80MCw5NTANCl5BRE4sMTgsMTANCl5GQjYwMCwzLDUsTCwwDQpeRkQNCg0KXkZTDQogDQpeRk80MCwxMDMwXkEwTiw1NSw1NV5GRA0KU3QgQ2xvdWQNCl5GUw0KXkZPMzgwLDExMDBeQTBOLDU1LDU1XkZEDQpNTg0KXkZTDQpeRk81MTAsMTEwMF5BME4sNTUsNTVeRkQNCjU2MzAxDQpeRlMNCl5GTzQwLDExMjBeQUVOLDE4LDEwXkZEDQoNCl5GUw0KIA0KXkZYIFNpZGUgQmFyIENvZGVeRlMNCl5GTzcwNSw1ODANCl5CWTJeQkNCLDY1LE4sTiwsQQ0KXkZEDQpTUDU1NTU1NTAzU0QxOTc4MzYwMQ0KXkZTDQogDQpeRk8yMCw2OTBeR0IxMDAsNCw0XkZTDQpeRk8yMCw2OTBeR0I0LDQ4MCw0XkZTDQpeRk8yMCwxMTcwXkdCMTAwLDQsNF5GUw0KXkZPNTYwLDY5MF5HQjEwMCw0LDReRlMNCl5GTzY1Nyw2OTBeR0I0LDQ4MCw0XkZTDQpeRk81NjAsMTE3MF5HQjEwMCw0LDReRlMNCiANCl5GWCBTb3J0IENvZGVeRlMNCl5GTzY5MCwxMDY3XkEwTiw4MCwxMDBeRkQNCjAxDQpeRlMNCl5GTzcxNSwxMTQwXkFGTiwxOCwxMF5GRA0KMjQ1DQpeRlMNCl5YWg==\"\n        }\n    ]\n}"}],"_postman_id":"7556f5a8-6dd1-430b-abef-be8c2f49c169"},{"name":"Update items barcodes","id":"873fdb27-a6dc-4412-a2cf-03dffb1bea68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"itemNumber\": \"<integer>\",\n    \"barcode\": \"<string>\"\n  },\n  {\n    \"itemNumber\": \"<integer>\",\n    \"barcode\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/:orderId/barcodes","description":"<p>Barcodes can be updated by providing the item number and the new barcode. If you provide an item number that is not in the valid range (1 to the order's number of pieces), you will receive an error.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","barcodes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"orderId"}]}},"response":[],"_postman_id":"873fdb27-a6dc-4412-a2cf-03dffb1bea68"},{"name":"Get the tracked items log from an order","id":"b20ae62a-db86-4014-ba87-06c2fb23db09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/orders/:orderId/trackeditemslog?showMissingItems=false","description":"<p>Gets the items. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId","trackeditemslog"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Show missing items in each tracking group.</p>\n","type":"text/plain"},"key":"showMissingItems","value":"false"}],"variable":[{"description":{"content":"<p>(Required) The order id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"orderId"}]}},"response":[],"_postman_id":"b20ae62a-db86-4014-ba87-06c2fb23db09"},{"name":"Update an order","id":"dd390566-e1e2-451b-90c0-3c3a9b9b6a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"value\": {\n      \"nullable\": true,\n      \"example\": {\n        \"error\": [\n          \"Error message\"\n        ]\n      }\n    },\n    \"path\": \"<string>\",\n    \"op\": \"<string>\",\n    \"from\": \"<string>\"\n  },\n  {\n    \"value\": {\n      \"nullable\": true,\n      \"example\": {\n        \"error\": [\n          \"Error message\"\n        ]\n      }\n    },\n    \"path\": \"<string>\",\n    \"op\": \"<string>\",\n    \"from\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/:orderId","description":"<p>Updates an order from the system. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"orderId"}]}},"response":[],"_postman_id":"dd390566-e1e2-451b-90c0-3c3a9b9b6a6f"},{"name":"Get an order","id":"a65b1ef2-f593-456c-85d5-0c441a1fe73a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/v1/orders/:orderId","description":"<p>Gets an order from the system. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SDXXXX","key":"orderId"}]}},"response":[{"id":"274e46cc-2c03-4fe5-aec6-1353968bd8d9","name":"[200] Order Returned","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/orders/:orderId","host":["{{baseUrl}}"],"path":["api","v1","orders",":orderId"],"variable":[{"key":"orderId","value":"SD2862","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Tue, 18 Mar 2025 17:42:52 GMT"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"x-ms-routing-name=self; path=/; HttpOnly; Domain=dispatch-backend.azurewebsites.net; Max-Age=3600; Secure; SameSite=None"},{"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding"},{"description":{"content":"","type":"text/plain"},"key":"Request-Context","value":"appId=cid-v1:48ff8c27-fd31-490b-902e-8c4414642d9a"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"ASP.NET"},{"description":{"content":"","type":"text/plain"},"key":"x-azure-ref","value":"20250318T174252Z-16b975dd64cthmj7hC1CH1367c00000008ng000000009x9q"},{"description":{"content":"","type":"text/plain"},"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"SD2862\",\n  \"status\": 0,\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 Clearwater Road\",\n    \"addressLine2\": null,\n    \"company\": null,\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.499,\n    \"longitude\": -94.14955,\n    \"isValid\": true\n  },\n  \"pickupTimeZone\": {\n    \"systemTimeZoneId\": \"Central Standard Time\",\n    \"ianaTimeZoneId\": \"America/Chicago\",\n    \"shortDisplayName\": \"CDT\",\n    \"longDisplayName\": \"Central Daylight Time\",\n    \"isDaylightSavingTime\": true,\n    \"offset\": -300\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": \"Package Pete's Parcel Service\",\n    \"phoneNumber\": \"3202516697\",\n    \"email\": \"shipping@packagepete.co\",\n    \"language\": \"en\"\n  },\n  \"pickupNotes\": \"Default Notes\",\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Hunter Testing\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffTimeZone\": {\n    \"systemTimeZoneId\": \"Central Standard Time\",\n    \"ianaTimeZoneId\": \"America/Chicago\",\n    \"shortDisplayName\": \"CDT\",\n    \"longDisplayName\": \"Central Daylight Time\",\n    \"isDaylightSavingTime\": true,\n    \"offset\": -300\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": \"\",\n  \"pickupWindow\": {\n    \"start\": \"2025-03-12T10:01:00-05:00\",\n    \"end\": \"2025-03-12T17:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2025-03-12T10:01:00-05:00\",\n    \"end\": \"2025-03-17T17:00:00-05:00\"\n  },\n  \"distance\": 511.69,\n  \"distanceUnits\": \"mi\",\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"webhookUrl\": null,\n  \"metadata\": null,\n  \"numberOfPieces\": 5,\n  \"weight\": 75,\n  \"weightUnits\": \"lb\",\n  \"volume\": 11.068,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2025-03-12T10:01:04.2237947-05:00\",\n  \"receivedBy\": null,\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"isOnHold\": false,\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": false,\n  \"requireIdentityValidation\": true,\n  \"referenceNumber1\": \"\",\n  \"showLabelAfterOrderCreation\": true,\n  \"charges\": [\n    {\n      \"id\": \"96b920a3-f084-4eec-ad90-056274fa094e\",\n      \"type\": \"Delivery\",\n      \"price\": 0,\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"id\": \"171cdeb5-28b5-4bb3-bb75-15c860811ad5\",\n      \"type\": \"Extra\",\n      \"price\": 54.01,\n      \"quantity\": 5,\n      \"extraFeeTypeId\": \"ITEMPRICE\"\n    },\n    {\n      \"id\": \"3d2415aa-f043-4197-b7f2-30c295125182\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"METRO\"\n    },\n    {\n      \"id\": \"4b268891-33e9-4652-ac9a-0ee1cc4ff67c\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\"\n    },\n    {\n      \"id\": \"6a9b3bf7-f65c-43f4-8e5d-0b506c35a0eb\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"OVERSIZE\"\n    },\n    {\n      \"id\": \"b5b2b0cf-5425-4cb8-9870-c55172d9809c\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"FERRY\"\n    },\n    {\n      \"id\": \"c1f46081-8b41-4146-b87f-9f9e0ba84e46\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 0,\n      \"extraFeeTypeId\": \"DAS\"\n    },\n    {\n      \"id\": \"f7b505f8-e1cd-443f-9b03-5d399c8e56b3\",\n      \"type\": \"Extra\",\n      \"price\": 0,\n      \"quantity\": 1,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\"\n    }\n  ]\n}"}],"_postman_id":"a65b1ef2-f593-456c-85d5-0c441a1fe73a"},{"name":"Cancel an order [VOID]","id":"80ffe9e0-4d9d-4739-ac41-c903b0b2f7af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"}],"url":"{{baseUrl}}/api/v1/orders/:orderId","description":"<p>Cancels an order from the system. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD2246","key":"orderId"}]}},"response":[],"_postman_id":"80ffe9e0-4d9d-4739-ac41-c903b0b2f7af"},{"name":"Get multiple orders","id":"460544b5-9301-4319-b7fb-dee2dd51690d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/orders/items?orderIds=SD2XXX","description":"<p>Gets the items from multiple orders. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","items"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"","type":"text/plain"},"key":"orderIds","value":"SD2XXX"}],"variable":[]}},"response":[],"_postman_id":"460544b5-9301-4319-b7fb-dee2dd51690d"}],"id":"51eaa5f9-febf-417e-b538-8e3daf078368","_postman_id":"51eaa5f9-febf-417e-b538-8e3daf078368","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}},{"name":"Import","item":[{"name":"Create a batch order import request from a file for order imports.","id":"bc7284d9-550d-4c4a-bc76-cfb0d38ef20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) CSV file containing the orders to import</p>\n","key":"File","type":"file"},{"description":"<p>(Required) Import mapping to use.</p>\n","key":"ImportMappingId","value":"Standard","type":"text"}]},"url":"{{baseUrl}}/api/v1/import","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","import"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc7284d9-550d-4c4a-bc76-cfb0d38ef20c"},{"name":"Get the import mappings for the account.","id":"e2c4e169-82f3-48f3-aa63-b0772f98dc99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/import/mappings","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","import","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2c4e169-82f3-48f3-aa63-b0772f98dc99"}],"id":"507d77f3-dd52-4f3c-9158-d3820d2f1545","_postman_id":"507d77f3-dd52-4f3c-9158-d3820d2f1545","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}},{"name":"Order-Templates","item":[{"name":"Search for order templates.","id":"55a5185b-b815-45c7-92d4-8caebf1608b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"searchFields\": [\n    \"string\"\n  ],\n  \"maximumResults\": 10\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/order-templates/search","description":"<p>Search for order templates. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","order-templates","search"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55a5185b-b815-45c7-92d4-8caebf1608b6"}],"id":"7c2671e6-bff1-408e-9256-967606161b17","_postman_id":"7c2671e6-bff1-408e-9256-967606161b17","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}},{"name":"Account","item":[{"name":"Get Account Workflows","id":"fb5d143a-494b-47c6-860f-d38f1dbf9978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/account/workflows","description":"<p>Gets account workflows from the system. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","account","workflows"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb5d143a-494b-47c6-860f-d38f1dbf9978"},{"name":"Get Account Order UserFields","id":"c52f7849-7f3a-4266-ac66-06e29120a88c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/account/userfields","description":"<p>Gets account userfields from the system. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","account","userfields"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c52f7849-7f3a-4266-ac66-06e29120a88c"}],"id":"8f198cf6-34c8-4d67-ac30-d855eefc2857","_postman_id":"8f198cf6-34c8-4d67-ac30-d855eefc2857","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}},{"name":"userfields","item":[{"name":"Get the Order Userfields","id":"7fa42986-6dbc-465a-bc2f-c53ccaf4c070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"{{baseUrl}}/api/v1/userfields/:orderId","description":"<p>Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","userfields",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD2763","key":"orderId"}]}},"response":[],"_postman_id":"7fa42986-6dbc-465a-bc2f-c53ccaf4c070"},{"name":"Update order Userfields","id":"8ffc5139-110d-4eef-9e58-3b50fddcac2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userFieldId\": \"<string>\",\n    \"value\": \"<string>\"\n  },\n  {\n    \"userFieldId\": \"<string>\",\n    \"value\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/userfields/:orderId","description":"<p>Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","userfields",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"orderId"}]}},"response":[],"_postman_id":"8ffc5139-110d-4eef-9e58-3b50fddcac2a"},{"name":"Get the Order Item Userfields.","id":"efc1e959-b1f8-4447-a13a-bf34a5b19f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"{{baseUrl}}/api/v1/userfields/:orderId/items","description":"<p>Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","userfields",":orderId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SD2246","key":"orderId"}]}},"response":[],"_postman_id":"efc1e959-b1f8-4447-a13a-bf34a5b19f3e"}],"id":"b7001911-ab81-4c22-92bb-8980e4f4b575","_postman_id":"b7001911-ab81-4c22-92bb-8980e4f4b575","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}},{"name":"Subscriptions & Webhooks","item":[{"name":"Get the subscriptions","id":"b5b91006-af85-4c64-bdff-e6d196300f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"{{baseUrl}}/api/v1/subscriptions","description":"<p>Gets the currently active subcriptions for the account credentials passed. Note that Basic Authentication is required for all requests<br />as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","subscriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3c9dc56c-75f3-439d-a66c-aaf164b401a1","name":"Subcriptions returned","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"{{baseUrl}}/api/v1/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"647b6aba-cfb1-481e-8e30-7687b5c7f937","name":"Request is invalid","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"{{baseUrl}}/api/v1/subscriptions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pariatur87\": {\n    \"rawValue\": {\n      \"nullable\": true,\n      \"example\": {\n        \"error\": [\n          \"Error message\"\n        ]\n      }\n    },\n    \"attemptedValue\": \"<string>\",\n    \"errors\": [\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      },\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      }\n    ],\n    \"validationState\": 0,\n    \"isContainerNode\": \"<boolean>\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      }\n    ]\n  }\n}"},{"id":"00bf4395-a9bb-45ad-b8b8-372793642757","name":"An error occurred when trying to get the subscriptions","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"{{baseUrl}}/api/v1/subscriptions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5b91006-af85-4c64-bdff-e6d196300f4c"},{"name":"Subscribe to order updates","id":"c276321c-43a5-4860-bba3-835b77ff25be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"eventTypes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/subscriptions","description":"<p>Subscribe to order updates. Every time an order is updated, the system will POST relevant data to the specified URL. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","subscriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"15057ff8-7d50-4d72-8052-0df31a2b6d40","name":"Subscription successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"eventTypes\": [\n    \"order_created\",\n    \"order_delivered\"\n  ],\n  \"url\": \"<url>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"edfc5b15-5993-452d-8653-e92437e7c675","name":"Subscription has missing/invalid values","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"eventTypes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/subscriptions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pariatur87\": {\n    \"rawValue\": {\n      \"nullable\": true,\n      \"example\": {\n        \"error\": [\n          \"Error message\"\n        ]\n      }\n    },\n    \"attemptedValue\": \"<string>\",\n    \"errors\": [\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      },\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      }\n    ],\n    \"validationState\": 0,\n    \"isContainerNode\": \"<boolean>\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      }\n    ]\n  }\n}"},{"id":"b1618c30-545d-4592-a434-2db260f9d704","name":"An error occurred when trying to subscribe","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"eventTypes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/subscriptions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c276321c-43a5-4860-bba3-835b77ff25be"},{"name":"Get a subscription","id":"38c36edf-78ee-434c-bbfa-c2dc31505642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","description":"<p>Gets the currently active subcriptions for the passed subscription ID. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","subscriptions",":subscriptionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"subscriptionId"}]}},"response":[{"id":"05396de6-a079-46e4-82e3-52fddefd9a51","name":"Subcription returned","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"05d86d39-116b-4175-9112-325be58a066e","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pariatur87\": {\n    \"rawValue\": {\n      \"nullable\": true,\n      \"example\": {\n        \"error\": [\n          \"Error message\"\n        ]\n      }\n    },\n    \"attemptedValue\": \"<string>\",\n    \"errors\": [\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      },\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      }\n    ],\n    \"validationState\": 0,\n    \"isContainerNode\": \"<boolean>\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      }\n    ]\n  }\n}"},{"id":"9d592ba5-74fd-4170-b34a-18f59685a49a","name":"Subcription not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38c36edf-78ee-434c-bbfa-c2dc31505642"},{"name":"Modify an existing subscription","id":"e85f858d-042a-4c62-9e7f-8104272e1ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"path\": \"/eventTypes\",\n    \"op\": \"replace\",\n    \"from\": \"[<event_type>, <event_type>]\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","description":"<p>Modify an existing subscription. Note that Basic Authentication is required for all requests\n            as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","subscriptions",":subscriptionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"subscriptionId"}]}},"response":[{"id":"f3ed23cc-a9d8-4718-8aab-99bd93d68940","name":"Subscription updated successfully","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"path\": \"/eventTypes\",\n    \"op\": \"replace\",\n    \"from\": \"[<event_type>, <event_type>]\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aba6395b-7db7-44c7-8cf9-f77fa6562824","name":"Subscription update request has missing/invalid values","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"path\": \"/eventTypes\",\n    \"op\": \"replace\",\n    \"from\": \"[<event_type>, <event_type>]\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pariatur87\": {\n    \"rawValue\": {\n      \"nullable\": true,\n      \"example\": {\n        \"error\": [\n          \"Error message\"\n        ]\n      }\n    },\n    \"attemptedValue\": \"<string>\",\n    \"errors\": [\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      },\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      }\n    ],\n    \"validationState\": 0,\n    \"isContainerNode\": \"<boolean>\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      }\n    ]\n  }\n}"},{"id":"5ccb88e2-b5c1-401d-8bc0-fb3dae830e78","name":"Subscription not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"path\": \"/eventTypes\",\n    \"op\": \"replace\",\n    \"from\": \"[<event_type>, <event_type>]\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"69ed5925-b2c4-48df-813e-5bbf215a99bf","name":"Modify an existing subscription","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"path\": \"/eventTypes\",\n    \"op\": \"replace\",\n    \"from\": \"[<event_type>, <event_type>]\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","value":"<string>","description":"(Required) "}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e85f858d-042a-4c62-9e7f-8104272e1ce7"},{"name":"Unsubscribe from order updates","id":"e6570789-ba9d-4250-b9ad-d2ba04e7c149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"}],"url":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","description":"<p>Remove the specified subscription. When removed, the system will no longer POST data to this subscription. Note that Basic Authentication is required for all requests as such, make sure to provide the Authorization header with a valid value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","subscriptions",":subscriptionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"subscriptionId"}]}},"response":[{"id":"b9cd579c-3255-4ed8-8342-f9302fc441a4","name":"Unsubscribe successful","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"beac3c59-5ab3-4394-bca4-425cd2e2b116","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pariatur87\": {\n    \"rawValue\": {\n      \"nullable\": true,\n      \"example\": {\n        \"error\": [\n          \"Error message\"\n        ]\n      }\n    },\n    \"attemptedValue\": \"<string>\",\n    \"errors\": [\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      },\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      }\n    ],\n    \"validationState\": 0,\n    \"isContainerNode\": \"<boolean>\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      }\n    ]\n  }\n}"},{"id":"7f21bdeb-10be-4a23-82ab-729f2fa68160","name":"Subscription not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["api","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pariatur87\": {\n    \"rawValue\": {\n      \"nullable\": true,\n      \"example\": {\n        \"error\": [\n          \"Error message\"\n        ]\n      }\n    },\n    \"attemptedValue\": \"<string>\",\n    \"errors\": [\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      },\n      {\n        \"exception\": {\n          \"nullable\": true\n        },\n        \"errorMessage\": \"<string>\"\n      }\n    ],\n    \"validationState\": 0,\n    \"isContainerNode\": \"<boolean>\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/ModelStateEntry detected>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"e6570789-ba9d-4250-b9ad-d2ba04e7c149"}],"id":"24235d34-89b1-4907-8c48-79dc345c6886","_postman_id":"24235d34-89b1-4907-8c48-79dc345c6886","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}},{"name":"Order Accessorial Examples","item":[{"name":"[LTL] Accesorial Examples","item":[{"name":"[LTL] STANDARD","id":"35146a37-7930-4500-8692-ba660ef1fb09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2025-08-25T22:38:16.3414418+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e66678eb-4b58-421d-8fa5-efaaf17f423d","name":"[LTL] STANDARD","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/orders/quote?","host":["{{baseUrl}}"],"path":["api","v1","orders","quote"],"query":[{"key":null,"value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-08-17T08:30:00-05:00\",\n        \"end\": \"2026-08-17T17:00:00-05:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-08-17T08:30:00-05:00\",\n        \"end\": \"2026-08-18T17:00:00-05:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 500,\n    \"weightUnits\": \"lb\",\n    \"volume\": 64,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n    \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n    \"collectOnDelivery\": null,\n    \"allowPartialCollectOnDelivery\": null,\n    \"codCollected\": null,\n    \"codAmountCollected\": null,\n    \"collectOnPickup\": null,\n    \"allowPartialCollectOnPickup\": null,\n    \"copCollected\": null,\n    \"copAmountCollected\": null,\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 120.19,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"OVERWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": \"\",\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"35146a37-7930-4500-8692-ba660ef1fb09"},{"name":"[LTL] COD","id":"c1cf74cb-ae79-4cc6-b6cd-430ef174f80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2025-08-25T22:38:16.3414418+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"COD\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"collectOnDelivery\": 50.0,\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"94ecc681-d10b-443e-8838-b399a9cb727c","name":"[LTL] COD","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"COD\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"collectOnDelivery\": 50.0,\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T17:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-18T17:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 41.65,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"COD\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 120.19,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"c1cf74cb-ae79-4cc6-b6cd-430ef174f80e"},{"name":"[LTL] DECLARED VALUE","id":"e5a231d6-1b45-4321-a412-5bb724d00986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"PickupAddress\": {\r\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n    \"addressLine2\": null,\r\n    \"company\": \"Spee-Dee Delivery Services\",\r\n    \"city\": \"Saint Cloud\",\r\n    \"postalCode\": \"56301\",\r\n    \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n  },\r\n  \"DropoffAddress\": {\r\n    \"addressLine1\": \"123 2nd Ave South\",\r\n    \"addressLine2\": null,\r\n    \"company\": \"Example Customer\",\r\n    \"city\": \"Kansas City\",\r\n    \"postalCode\": \"66101\",\r\n    \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n  },\r\n  \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n  \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n  \"NumberOfPieces\": 1,\r\n  \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n  \"referenceNumber1\": \"\",\r\n  \"referenceNumber3\": \"\",\r\n  \"extraFees\": [\r\n    {\r\n      \"extraFeeId\": \"DECLAREDVALUE\",\r\n      \"quantity\": \"1\"\r\n    }\r\n  ],\r\n  \"Items\": [\r\n    {\r\n      \"barcodeTemplate\": null,\r\n      \"parcelTypeId\": \"PALLET\",\r\n      \"description\": null,\r\n      \"weight\": 500,\r\n      \"height\": 48,\r\n      \"length\": 48,\r\n      \"width\": 48,\r\n      \"userFields\": [\r\n        {\r\n          \"userFieldId\": \"DECLAREDVALUE\",\r\n          \"value\": \"200.00\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f9652be4-9c36-4290-8fce-e901e05fe27a","name":"[LTL] DECLARED VALUE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"PickupAddress\": {\r\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n    \"addressLine2\": null,\r\n    \"company\": \"Spee-Dee Delivery Services\",\r\n    \"city\": \"Saint Cloud\",\r\n    \"postalCode\": \"56301\",\r\n    \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n  },\r\n  \"DropoffAddress\": {\r\n    \"addressLine1\": \"123 2nd Ave South\",\r\n    \"addressLine2\": null,\r\n    \"company\": \"Example Customer\",\r\n    \"city\": \"Kansas City\",\r\n    \"postalCode\": \"66101\",\r\n    \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n  },\r\n  \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n  \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n  \"NumberOfPieces\": 1,\r\n  \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n  \"referenceNumber1\": \"\",\r\n  \"referenceNumber3\": \"\",\r\n  \"extraFees\": [\r\n    {\r\n      \"extraFeeId\": \"DECLAREDVALUE\",\r\n      \"quantity\": \"1\"\r\n    }\r\n  ],\r\n  \"Items\": [\r\n    {\r\n      \"barcodeTemplate\": null,\r\n      \"parcelTypeId\": \"PALLET\",\r\n      \"description\": null,\r\n      \"weight\": 500,\r\n      \"height\": 48,\r\n      \"length\": 48,\r\n      \"width\": 48,\r\n      \"userFields\": [\r\n        {\r\n          \"userFieldId\": \"DECLAREDVALUE\",\r\n          \"value\": \"200.00\"\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T17:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-18T17:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 4.64,\n      \"quantity\": 100.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 120.19,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"e5a231d6-1b45-4321-a412-5bb724d00986"},{"name":"[LTL] HAZMAT","id":"f7be4960-f4c7-4e37-b3f1-5c9dddb0e828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"HAZMAT\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": [\r\n                {\r\n                    \"userFieldId\": \"HAZMAT\",\r\n                    \"value\": \"TRUE\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f693c834-a4c3-4909-9b4b-921996b4e347","name":"[LTL] HAZMAT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"HAZMAT\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": [\r\n                {\r\n                    \"userFieldId\": \"HAZMAT\",\r\n                    \"value\": \"TRUE\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 58.12,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"f7be4960-f4c7-4e37-b3f1-5c9dddb0e828"},{"name":"[LTL] PALLET FUFILLMENT","id":"fd289a47-b13e-4435-9e1a-97afdd17b86e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"PALLETFULFILLMENT\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f7a726c9-8e06-413e-b919-de8168c4a0ab","name":"[LTL] PALLET FUFILLMENT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"PALLETFULFILLMENT\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 8.72,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"PALLETFULFILLMENT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"fd289a47-b13e-4435-9e1a-97afdd17b86e"},{"name":"[LTL] WRAPFULFILLMENT","id":"207c4d7c-4d69-40a6-b2ba-8a542a3adee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"PALLETFULFILLMENT\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"69696fc4-0f36-4351-aa48-ab0b3b6802c1","name":"[LTL] WRAPFULFILLMENT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"WRAPFULFILLMENT\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 13.08,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"WRAPFULFILLMENT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"207c4d7c-4d69-40a6-b2ba-8a542a3adee8"},{"name":"[LTL] SCHEDULED DELIVERY","id":"e63cfa35-586b-4506-86f8-7e782ade2ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"SCHEDULEDDELIVERY\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"864d4fca-8998-4445-b465-1003959ddc8c","name":"[LTL] SCHEDULED DELIVERY","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"SCHEDULEDDELIVERY\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 65.39,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"SCHEDULEDDELIVERY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"e63cfa35-586b-4506-86f8-7e782ade2ee3"},{"name":"[LTL] SCHEDULED PICKUP","id":"b4d17570-4aec-4c0c-9cd1-b5e7b8f42fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"SCHEDULEDPU\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"00b9d65e-2363-4683-875c-05a4ca782f4f","name":"[LTL] SCHEDULED PICKUP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"SCHEDULEDPU\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 65.39,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"SCHEDULEDPU\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"b4d17570-4aec-4c0c-9cd1-b5e7b8f42fdf"},{"name":"[LTL] RESIDENTIAL DELIVERY","id":"530ac243-3f9a-48c4-9e72-e09fd95f3ec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"RESIDENTIALDELIVERY\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"36cdf2c1-f6a1-493b-82cd-5488f7d044a4","name":"[LTL] RESIDENTIALDELIVERY","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"RESIDENTIALDELIVERY\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 50.86,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"RESIDENTIALDELIVERY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"530ac243-3f9a-48c4-9e72-e09fd95f3ec0"},{"name":"[LTL] RESIDENTIAL PICKUP","id":"ca0e0a64-248f-459a-a950-5c0ca8905d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"RESIDENTIALPICKUP\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3aeb98d8-a61a-4398-864e-e05524dfe7c7","name":"[LTL] RESIDENTIAL PICKUP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"RESIDENTIALPICKUP\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 50.86,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"RESIDENTIALPICKUP\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"ca0e0a64-248f-459a-a950-5c0ca8905d41"},{"name":"[LTL] LIFTGATE DELIVERY","id":"523c7687-b79b-414e-8e23-f63357c87908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"LIFTGATE\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a2a81fed-fcd8-48f0-9419-ecf707dfd708","name":"[LTL] LIFTGATE DELIVERY","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"LIFTGATE\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 87.18,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"LIFTGATE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"523c7687-b79b-414e-8e23-f63357c87908"},{"name":"[LTL] LIFTGATE PICKUP","id":"08d20501-7e62-4b16-8a88-80fdae8fd917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"LIFTGATEPU\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c17b854e-3cc8-4dda-831d-c88a073f19f6","name":"[LTL] LIFTGATE PICKUP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"LIFTGATEPU\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 87.18,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"LIFTGATEPU\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"08d20501-7e62-4b16-8a88-80fdae8fd917"},{"name":"[LTL] HAND UNLOAD","id":"b0039e91-5b0a-457f-87f8-230887a3e2a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"HANDUNLOAD\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c9b00f69-b693-45ef-a471-9becfb47532e","name":"[LTL] HAND UNLOAD","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-08-17T12:00:00.000000+00:00\",\r\n    \"ServiceLevelId\": \"LTL_NEXTDAYPU\",\r\n    \"NumberOfPieces\": 1,\r\n    \"VehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"HANDUNLOAD\",\r\n            \"quantity\": \"1\"\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"PALLET\",\r\n            \"description\": null,\r\n            \"weight\": 500,\r\n            \"height\": 48,\r\n            \"length\": 48,\r\n            \"width\": 48,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-17T18:00:00-05:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-08-17T08:30:00-05:00\",\n    \"end\": \"2026-08-19T18:00:00-05:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"LTL_NEXTDAYPU\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 500.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 64.0,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-08-17T07:00:00-05:00\",\n  \"vehicleTypeId\": \"SEMITRAILER_53TANDEMAXELTRACTOR\",\n  \"collectOnDelivery\": null,\n  \"allowPartialCollectOnDelivery\": null,\n  \"codCollected\": null,\n  \"codAmountCollected\": null,\n  \"collectOnPickup\": null,\n  \"allowPartialCollectOnPickup\": null,\n  \"copCollected\": null,\n  \"copAmountCollected\": null,\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 87.18,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"HANDUNLOAD\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 146.75,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"OVERWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"b0039e91-5b0a-457f-87f8-230887a3e2a3"}],"id":"abbf8173-494e-4b73-9a96-9c134c18dbb3","description":"<p>This folder contains example LTL (Less-Than-Truckload) order creation requests, each demonstrating a different accessorial service option supported by the ShipIt Integration API. Accessorials covered include standard and compliance services (COD, Declared Value, Hazmat), fulfillment options (Pallet Fulfillment, Wrap Fulfillment), scheduling (Scheduled Delivery, Scheduled Pickup), delivery/pickup modifiers (Residential Delivery, Residential Pickup, Liftgate Delivery, Liftgate Pickup), and special handling (Hand Unload). Each request is a ready-to-use POST example showing how to include a specific accessorial in the request body when creating an LTL order.</p>\n","_postman_id":"abbf8173-494e-4b73-9a96-9c134c18dbb3","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}},{"name":"[Parcel] Accessorial Examples","item":[{"name":"[PARCEL] DECLARED VALUE","id":"7fb8d68a-9034-46e9-b7eb-630f20e7adaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"userFieldId\": \"DECLAREDVALUE\",\r\n\t\t\t\t\t\"value\": \"200.00\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e5083e8f-5c20-4513-b121-42e25b68880b","name":"[PARCEL] DECLARED VALUE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"userFieldId\": \"DECLAREDVALUE\",\r\n\t\t\t\t\t\"value\": \"200.00\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 4.69,\n            \"quantity\": 100,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.58,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"7fb8d68a-9034-46e9-b7eb-630f20e7adaa"},{"name":"[PARCEL] HAZMAT","id":"3970cabf-0d01-446b-8768-ecc26d82e2f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"ANY_SIZE_BOX_HZ\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"userFieldId\": \"HAZMAT\",\r\n\t\t\t\t\t\"value\": \"TRUE\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"61a07b5d-726c-46c9-95c0-fbbe273adc3b","name":"[PARCEL] HAZMAT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"ANY_SIZE_BOX_HZ\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"userFieldId\": \"HAZMAT\",\r\n\t\t\t\t\t\"value\": \"TRUE\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"pickupAddress\": {\r\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n    \"addressLine2\": null,\r\n    \"company\": \"Spee-Dee Delivery Services\",\r\n    \"city\": \"Saint Cloud\",\r\n    \"postalCode\": \"56301\",\r\n    \"stateProvince\": \"MN\"\r\n  },\r\n  \"pickupLocation\": {\r\n    \"latitude\": 45.49855275,\r\n    \"longitude\": -94.1491650648316,\r\n    \"isValid\": true\r\n  },\r\n  \"pickupContactInfo\": {\r\n    \"id\": null,\r\n    \"name\": null,\r\n    \"phoneNumber\": null,\r\n    \"email\": null,\r\n    \"language\": null\r\n  },\r\n  \"pickupNotes\": null,\r\n  \"dropoffAddress\": {\r\n    \"addressLine1\": \"123 2nd Ave South\",\r\n    \"addressLine2\": null,\r\n    \"company\": \"Example Customer\",\r\n    \"city\": \"Kansas City\",\r\n    \"postalCode\": \"66101\",\r\n    \"stateProvince\": \"KS\"\r\n  },\r\n  \"dropoffLocation\": {\r\n    \"latitude\": 39.06042,\r\n    \"longitude\": -94.8253,\r\n    \"isValid\": true\r\n  },\r\n  \"dropoffContactInfo\": {\r\n    \"id\": null,\r\n    \"name\": null,\r\n    \"phoneNumber\": null,\r\n    \"email\": null,\r\n    \"language\": null\r\n  },\r\n  \"dropoffNotes\": null,\r\n  \"pickupWindow\": {\r\n    \"start\": \"2026-02-26T08:00:00-06:00\",\r\n    \"end\": \"2026-02-26T17:00:00-06:00\"\r\n  },\r\n  \"dropoffWindow\": {\r\n    \"start\": \"2026-02-26T08:00:00-06:00\",\r\n    \"end\": \"2026-02-27T17:00:00-06:00\"\r\n  },\r\n  \"distance\": 446.55,\r\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\r\n  \"notes\": null,\r\n  \"numberOfPieces\": 1,\r\n  \"weight\": 25.0,\r\n  \"weightUnits\": \"lb\",\r\n  \"volume\": 0.072,\r\n  \"volumeUnits\": \"ft³\",\r\n  \"readyAt\": \"2026-02-26T01:00:00-06:00\",\r\n  \"vehicleTypeId\": \"STEPVAN\",\r\n  \"charges\": [\r\n    {\r\n      \"type\": \"Delivery\",\r\n      \"price\": 0.00,\r\n      \"quantity\": null,\r\n      \"extraFeeTypeId\": null,\r\n      \"fromZone\": \"ALLZONES\",\r\n      \"toZone\": \"ALLZONES\"\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 0.00,\r\n      \"quantity\": 0.0,\r\n      \"extraFeeTypeId\": \"DAS\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 0.00,\r\n      \"quantity\": 0.0,\r\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 0.00,\r\n      \"quantity\": 0.0,\r\n      \"extraFeeTypeId\": \"FERRY\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 32.47,\r\n      \"quantity\": 1.0,\r\n      \"extraFeeTypeId\": \"HAZMAT\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 15.58,\r\n      \"quantity\": 1.0,\r\n      \"extraFeeTypeId\": \"ITEMPRICE\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 0.00,\r\n      \"quantity\": 0.0,\r\n      \"extraFeeTypeId\": \"METRO\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 0.00,\r\n      \"quantity\": 0.0,\r\n      \"extraFeeTypeId\": \"OVERSIZE\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 0.00,\r\n      \"quantity\": 0.0,\r\n      \"extraFeeTypeId\": \"PICKUPTAG\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 0.00,\r\n      \"quantity\": 0.0,\r\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    },\r\n    {\r\n      \"type\": \"Extra\",\r\n      \"price\": 0.00,\r\n      \"quantity\": 0.0,\r\n      \"extraFeeTypeId\": \"UNBOXED\",\r\n      \"fromZone\": null,\r\n      \"toZone\": null\r\n    }\r\n  ],\r\n  \"referenceNumber1\": null,\r\n  \"referenceNumber2\": null,\r\n  \"referenceNumber3\": null,\r\n  \"attributes\": []\r\n}"}],"_postman_id":"3970cabf-0d01-446b-8768-ecc26d82e2f4"},{"name":"[PARCEL] AOD ADULT","id":"694826dc-eac7-43b1-af78-00bfed3bb006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODSIGNATURE\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"633e2ce4-651f-450b-acc8-902f0404f04f","name":"[PARCEL] AOD ADULT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODSIGNATURE\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 7.22,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"AODSIGNATURE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.58,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"694826dc-eac7-43b1-af78-00bfed3bb006"},{"name":"[PARCEL] AOD DIRECT","id":"3e9357f6-658e-40a7-928d-1e44178d22ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AOD\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6e97f8de-d435-451b-9132-a802f066120f","name":"[PARCEL] AOD DIRECT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AOD\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 5.71,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"AOD\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.58,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"3e9357f6-658e-40a7-928d-1e44178d22ec"},{"name":"[PARCEL] AOD INDIRECT","id":"e82ef8af-9023-4fe3-ae53-33c09115e14c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODINDIRECT\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6e8bfb67-dac9-4159-9e74-1594bd4f43f4","name":"[PARCEL] AOD INDIRECT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODINDIRECT\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 5.71,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"AODINDIRECT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.58,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"e82ef8af-9023-4fe3-ae53-33c09115e14c"},{"name":"[PARCEL] AOD DIRECT + HARDCOPY RETURN","id":"bff0e805-9bfc-4006-af25-90b503c496fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"AODHARDCOPY\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"BOX\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bc61e77b-710a-4fc8-8750-37102ae535d6","name":"[PARCEL] AOD DIRECT + HARDCOPY RETURN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODHARDCOPY\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 8.72,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"AODHARDCOPY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.58,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"bff0e805-9bfc-4006-af25-90b503c496fb"},{"name":"[PARCEL] AOD INDIRECT + HARDCOPY RETURN","id":"1c0f1c47-90b8-4502-832a-6d5986436cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODINDIRECTHARDCOPY\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"08d36b60-44d5-4a81-a5d7-9c7b46009c0b","name":"[PARCEL] AOD INDIRECT + HARDCOPY RETURN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODINDIRECTHARDCOPY\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 8.72,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"AODINDIRECTHARDCOPY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.58,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"1c0f1c47-90b8-4502-832a-6d5986436cb6"},{"name":"[PARCEL] AOD ADULT + HARDCOPY RETURN","id":"e787a0a7-60e7-4997-9505-234dbae61212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODSIGNATUREHARDCOPY\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"af1c149b-aa8e-4eea-b86d-a34bc5e0e2fb","name":"[PARCEL] AOD ADULT + HARDCOPY RETURN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"extraFees\": [\r\n\t\t{\r\n\t\t\t\"extraFeeId\": \"AODSIGNATUREHARDCOPY\",\r\n\t\t\t\"quantity\": 1\r\n\t\t}\r\n\t],\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 25,\r\n\t\t\t\"height\": 5,\r\n\t\t\t\"length\": 5,\r\n\t\t\t\"width\": 5,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 10.22,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"AODSIGNATUREHARDCOPY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.58,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"e787a0a7-60e7-4997-9505-234dbae61212"},{"name":"[PARCEL] OVERSIZED","id":"ee1b219d-9618-4683-b2c8-45ce7db5b2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"BOX\",\r\n            \"description\": null,\r\n            \"weight\": 101,\r\n            \"height\": 20,\r\n            \"length\": 60,\r\n            \"width\": 15,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c3778589-ec15-42ef-8d1f-63b796bc49ed","name":"[PARCEL] OVERSIZED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"PickupAddress\": {\r\n\t\t\"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Spee-Dee Delivery Services\",\r\n\t\t\"city\": \"Saint Cloud\",\r\n\t\t\"postalCode\": \"56301\",\r\n\t\t\"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"DropoffAddress\": {\r\n\t\t\"addressLine1\": \"123 2nd Ave South\",\r\n\t\t\"addressLine2\": null,\r\n\t\t\"company\": \"Example Customer\",\r\n\t\t\"city\": \"Kansas City\",\r\n\t\t\"postalCode\": \"66101\",\r\n\t\t\"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n\t},\r\n\t\"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n\t\"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n\t\"VehicleTypeId\": \"STEPVAN\",\r\n\t\"referenceNumber1\": \"\",\r\n\t\"referenceNumber3\": \"\",\r\n\t\"Items\": [\r\n\t\t{\r\n\t\t\t\"barcodeTemplate\": null,\r\n\t\t\t\"parcelTypeId\": \"BOX\",\r\n\t\t\t\"description\": null,\r\n\t\t\t\"weight\": 101,\r\n\t\t\t\"height\": 20,\r\n\t\t\t\"length\": 60,\r\n\t\t\t\"width\": 15,\r\n\t\t\t\"userFields\": []\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 101,\n    \"weightUnits\": \"lb\",\n    \"volume\": 10.417,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 75.88,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 122.37,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"ee1b219d-9618-4683-b2c8-45ce7db5b2c1"},{"name":"[PARCEL] UNBOXED","id":"f78de8ea-9885-49bd-837a-2af1252fc9f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"UNBOXED\",\r\n            \"description\": null,\r\n            \"weight\": 6,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7a0dec9e-5c9c-498f-b066-7eb2be72a0f2","name":"[PARCEL] UNBOXED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"UNBOXED\",\r\n            \"description\": null,\r\n            \"weight\": 6,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-26T17:00:00-06:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-27T17:00:00-06:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 6.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 0.072,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 10.45,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"PICKUPTAG\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 9.02,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"UNBOXED\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": \"\",\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"f78de8ea-9885-49bd-837a-2af1252fc9f1"},{"name":"[PARCEL] COD","id":"d47c58e9-d870-4849-b83e-3d95ab3a2145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"collectOnDelivery\": \"500.00\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"COD\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"BOX\",\r\n            \"description\": null,\r\n            \"weight\": 6,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"32f3c179-c5a5-48db-8b67-7f083a9f5780","name":"[PARCEL] COD","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"collectOnDelivery\": \"500.00\",\r\n    \"extraFees\": [\r\n        {\r\n            \"extraFeeId\": \"COD\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"BOX\",\r\n            \"description\": null,\r\n            \"weight\": 6,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-26T17:00:00-06:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-27T17:00:00-06:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 6.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 0.072,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 20.44,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"COD\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 10.45,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"PICKUPTAG\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"UNBOXED\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": null,\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"d47c58e9-d870-4849-b83e-3d95ab3a2145"},{"name":"[PARCEL] PU TAG","id":"a5fbfc99-5d96-4276-934d-76e49992578a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"ANY_SIZE_BOX_PUT\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"683c0c8b-7af3-4e0c-bea6-0bf22524f427","name":"[PARCEL] PU TAG","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"ANY_SIZE_BOX_PUT\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-26T17:00:00-06:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-27T17:00:00-06:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 25.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 0.072,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 15.58,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 10.82,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"PICKUPTAG\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"UNBOXED\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": null,\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"a5fbfc99-5d96-4276-934d-76e49992578a"},{"name":"[PARCEL] PU TAG + HAZMAT","id":"4267446e-bcd5-40fa-9fea-f6442ed8b040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"ANY_SIZE_BOX_PUT_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4530e8ec-ea0a-4273-a594-e66bac9c4afe","name":"[PARCEL] PU TAG + HAZMAT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"ANY_SIZE_BOX_PUT_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-26T17:00:00-06:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-27T17:00:00-06:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 25.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 0.072,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 32.47,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 15.58,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 10.82,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"PICKUPTAG\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"UNBOXED\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": null,\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"4267446e-bcd5-40fa-9fea-f6442ed8b040"},{"name":"[PARCEL] UNBOXED + HAZMAT","id":"926b10c1-fa6d-48b0-a1a5-b20dda2842ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"UNBOX_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dd05841f-a11d-432f-9698-a9cff5263f45","name":"[PARCEL] UNBOXED + HAZMAT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"UNBOX_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-26T17:00:00-06:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-27T17:00:00-06:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 25.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 0.072,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 32.47,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 15.58,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"PICKUPTAG\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 9.02,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"UNBOXED\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": null,\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"926b10c1-fa6d-48b0-a1a5-b20dda2842ff"},{"name":"[PARCEL] UNBOXED + HAZMAT + PU TAG","id":"1030347b-1d59-421f-80dc-c57599cc14a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"UNBOX_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"236f3fbe-958b-43c3-a2c0-152b82f7ab73","name":"[PARCEL] UNBOXED + HAZMAT + PU TAG","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"UNBOX_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n  \"pickupAddress\": {\n    \"addressLine1\": \"4101 CLEARWATER ROAD\",\n    \"addressLine2\": null,\n    \"company\": \"Spee-Dee Delivery Services\",\n    \"city\": \"Saint Cloud\",\n    \"postalCode\": \"56301\",\n    \"stateProvince\": \"MN\"\n  },\n  \"pickupLocation\": {\n    \"latitude\": 45.49855275,\n    \"longitude\": -94.1491650648316,\n    \"isValid\": true\n  },\n  \"pickupContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"pickupNotes\": null,\n  \"dropoffAddress\": {\n    \"addressLine1\": \"123 2nd Ave South\",\n    \"addressLine2\": null,\n    \"company\": \"Example Customer\",\n    \"city\": \"Kansas City\",\n    \"postalCode\": \"66101\",\n    \"stateProvince\": \"KS\"\n  },\n  \"dropoffLocation\": {\n    \"latitude\": 39.06042,\n    \"longitude\": -94.8253,\n    \"isValid\": true\n  },\n  \"dropoffContactInfo\": {\n    \"id\": null,\n    \"name\": null,\n    \"phoneNumber\": null,\n    \"email\": null,\n    \"language\": null\n  },\n  \"dropoffNotes\": null,\n  \"pickupWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-26T17:00:00-06:00\"\n  },\n  \"dropoffWindow\": {\n    \"start\": \"2026-02-26T08:00:00-06:00\",\n    \"end\": \"2026-02-27T17:00:00-06:00\"\n  },\n  \"distance\": 446.55,\n  \"serviceLevelId\": \"PACKAGE_PARCEL\",\n  \"notes\": null,\n  \"numberOfPieces\": 1,\n  \"weight\": 25.0,\n  \"weightUnits\": \"lb\",\n  \"volume\": 0.072,\n  \"volumeUnits\": \"ft³\",\n  \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n  \"vehicleTypeId\": \"STEPVAN\",\n  \"charges\": [\n    {\n      \"type\": \"Delivery\",\n      \"price\": 0.00,\n      \"quantity\": null,\n      \"extraFeeTypeId\": null,\n      \"fromZone\": \"ALLZONES\",\n      \"toZone\": \"ALLZONES\"\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DAS\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"DECLAREDVALUE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"FERRY\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 32.47,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"HAZMAT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 15.58,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"ITEMPRICE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"METRO\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"OVERSIZE\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"PICKUPTAG\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 0.00,\n      \"quantity\": 0.0,\n      \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n      \"fromZone\": null,\n      \"toZone\": null\n    },\n    {\n      \"type\": \"Extra\",\n      \"price\": 9.02,\n      \"quantity\": 1.0,\n      \"extraFeeTypeId\": \"UNBOXED\",\n      \"fromZone\": null,\n      \"toZone\": null\n    }\n  ],\n  \"referenceNumber1\": null,\n  \"referenceNumber2\": null,\n  \"referenceNumber3\": null,\n  \"attributes\": []\n}"}],"_postman_id":"1030347b-1d59-421f-80dc-c57599cc14a8"},{"name":"[PARCEL] STANDARD + WEBHOOK","id":"6f3d5704-32e9-42a9-922f-99446d8ff295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"webhookUrl\": \"<webhook URL string>\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"BOX\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"372f260a-1d58-435e-86a8-5117e09695b9","name":"[PARCEL] STANDARD + WEBHOOK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ReadyAt\": \"2026-02-26T07:00:00Z\",\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"webhookUrl\": \"<webhook URL string>\",\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"BOX\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-26T17:00:00-06:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-02-26T08:00:00-06:00\",\n        \"end\": \"2026-02-27T17:00:00-06:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-02-26T01:00:00-06:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.55,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"6f3d5704-32e9-42a9-922f-99446d8ff295"},{"name":"[PARCEL] HAZMAT + AODADULT","id":"a2b2eafe-0ab7-48a7-b582-4a4479df58ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"ExtraFees\": [\r\n        {\r\n            \"extraFeeId\": \"AODSIGNATURE\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"ANY_SIZE_BOX_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": [\r\n                {\r\n                    \"userFieldId\": \"HAZMAT\",\r\n                    \"value\": \"TRUE\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}},"urlObject":{"path":["api","v1","orders","quote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cde9cfd5-b6f9-4f88-b399-1c5f03a2941a","name":"[PARCEL] HAZMAT + AODADULT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PickupAddress\": {\r\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Spee-Dee Delivery Services\",\r\n        \"city\": \"Saint Cloud\",\r\n        \"postalCode\": \"56301\",\r\n        \"stateProvince\": \"MN\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"DropoffAddress\": {\r\n        \"addressLine1\": \"123 2nd Ave South\",\r\n        \"addressLine2\": null,\r\n        \"company\": \"Example Customer\",\r\n        \"city\": \"Kansas City\",\r\n        \"postalCode\": \"66101\",\r\n        \"stateProvince\": \"KS\",\r\n        \"country\": \"US\"\r\n    },\r\n    \"ServiceLevelId\": \"PACKAGE_PARCEL\",\r\n    \"VehicleTypeId\": \"STEPVAN\",\r\n    \"referenceNumber1\": \"\",\r\n    \"referenceNumber3\": \"\",\r\n    \"ExtraFees\": [\r\n        {\r\n            \"extraFeeId\": \"AODSIGNATURE\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"Items\": [\r\n        {\r\n            \"barcodeTemplate\": null,\r\n            \"parcelTypeId\": \"ANY_SIZE_BOX_HZ\",\r\n            \"description\": null,\r\n            \"weight\": 25,\r\n            \"height\": 5,\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"userFields\": [\r\n                {\r\n                    \"userFieldId\": \"HAZMAT\",\r\n                    \"value\": \"TRUE\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/orders/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pickupAddress\": {\n        \"addressLine1\": \"4101 CLEARWATER ROAD\",\n        \"addressLine2\": null,\n        \"company\": \"Spee-Dee Delivery Services\",\n        \"city\": \"Saint Cloud\",\n        \"postalCode\": \"56301\",\n        \"stateProvince\": \"MN\"\n    },\n    \"pickupLocation\": {\n        \"latitude\": 45.49855275,\n        \"longitude\": -94.1491650648316,\n        \"isValid\": true\n    },\n    \"pickupContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"pickupNotes\": null,\n    \"dropoffAddress\": {\n        \"addressLine1\": \"123 2nd Ave South\",\n        \"addressLine2\": null,\n        \"company\": \"Example Customer\",\n        \"city\": \"Kansas City\",\n        \"postalCode\": \"66101\",\n        \"stateProvince\": \"KS\"\n    },\n    \"dropoffLocation\": {\n        \"latitude\": 39.06042,\n        \"longitude\": -94.8253,\n        \"isValid\": true\n    },\n    \"dropoffContactInfo\": {\n        \"id\": null,\n        \"name\": null,\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"language\": null\n    },\n    \"dropoffNotes\": null,\n    \"pickupWindow\": {\n        \"start\": \"2026-05-27T16:12:00-05:00\",\n        \"end\": \"2026-05-27T17:00:00-05:00\"\n    },\n    \"dropoffWindow\": {\n        \"start\": \"2026-05-27T16:12:00-05:00\",\n        \"end\": \"2026-05-28T17:00:00-05:00\"\n    },\n    \"distance\": 446.55,\n    \"serviceLevelId\": \"PACKAGE_PARCEL\",\n    \"notes\": null,\n    \"numberOfPieces\": 1,\n    \"weight\": 25,\n    \"weightUnits\": \"lb\",\n    \"volume\": 0.072,\n    \"volumeUnits\": \"ft³\",\n    \"readyAt\": \"2026-05-27T16:12:07.7508055-05:00\",\n    \"vehicleTypeId\": \"STEPVAN\",\n    \"charges\": [\n        {\n            \"type\": \"Delivery\",\n            \"price\": 0,\n            \"quantity\": null,\n            \"extraFeeTypeId\": null,\n            \"fromZone\": \"ALLZONES\",\n            \"toZone\": \"ALLZONES\"\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 7.2,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"AODSIGNATURE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DAS\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"DECLAREDVALUE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"FERRY\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 32.4,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"HAZMAT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 15.55,\n            \"quantity\": 1,\n            \"extraFeeTypeId\": \"ITEMPRICE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"METRO\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"OVERSIZE\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"PICKUPTAG\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"SHIPMENTWEIGHT\",\n            \"fromZone\": null,\n            \"toZone\": null\n        },\n        {\n            \"type\": \"Extra\",\n            \"price\": 0,\n            \"quantity\": 0,\n            \"extraFeeTypeId\": \"UNBOXED\",\n            \"fromZone\": null,\n            \"toZone\": null\n        }\n    ],\n    \"referenceNumber1\": null,\n    \"referenceNumber2\": null,\n    \"referenceNumber3\": null,\n    \"attributes\": []\n}"}],"_postman_id":"a2b2eafe-0ab7-48a7-b582-4a4479df58ec"}],"id":"b51b064a-690c-426f-b4c7-bd293e594f90","description":"<h1 id=\"parcel-accessorial-order--example-api-calls\">Parcel Accessorial Order — Example API Calls</h1>\n<p>Accessorial charges are additional fees applied to a parcel shipment beyond the base rate. These cover special handling, delivery conditions, or service add-ons requested at order creation. The examples below demonstrate how to structure order requests that include common accessorial codes.</p>\n","_postman_id":"b51b064a-690c-426f-b4c7-bd293e594f90","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}}],"id":"f03b07b0-ead8-4147-af6a-c3458ca781bc","description":"<p>This section will provide different examples for both parcel and freight shipments.</p>\n<p>Some accesorial fees are tied to a specific item, while some are tied to the whole order.<br />All examples will be passed using the QUOTE endpoint but the same syntax is used to create the order.</p>\n","_postman_id":"f03b07b0-ead8-4147-af6a-c3458ca781bc","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]},"isInherited":true,"source":{"_postman_id":"4eca1403-daa1-4bae-893d-87d07f83cb44","id":"4eca1403-daa1-4bae-893d-87d07f83cb44","name":"ShipIt Integration API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_username}}"},{"key":"password","value":"{{client_password}}"}]}},"event":[{"listen":"prerequest","script":{"id":"04fae869-7b43-4f47-b593-9d7983b02952","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"2813e3ed-2367-4c1f-bb14-0af3f492d544","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}