{"info":{"_postman_id":"e2db43fc-b825-4680-b0f2-d5722e1934a6","name":"Inland Public APIs","description":"<html><head></head><body><h2 id=\"api-credentials-and-end-point\">API Credentials and End Point</h2>\n<p>Please contact your Inland representative to arrange for new or replacement credentials. Different API keys are created for test and production. At all times we use the endpoint: <code>api.platform.inlandlogistics.co</code></p>\n<h2 id=\"inland-label-specification\">Inland Label Specification</h2>\n<p><a href=\"https://docs.google.com/document/d/1nvQOgcsyYgamtqoDeIgzcLqATICYLHvcqwIk_CPkrUQ/edit?usp=sharing\">https://docs.google.com/document/d/1nvQOgcsyYgamtqoDeIgzcLqATICYLHvcqwIk_CPkrUQ/edit?usp=sharing</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12863882","collectionId":"e2db43fc-b825-4680-b0f2-d5722e1934a6","publishedId":"TW6xmSqZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-05T00:51:19.000Z"},"item":[{"name":"Shipment Pickup Requests","item":[{"name":"Pickup Req/Res","id":"d32af5e2-1953-41dd-82af-e6a0d9da9abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"authorization","value":"<company-apy-key>","description":"<p>API Key provided by Inland.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"shipment_type\": \"pick_up\",\r\n    \"created_at\": \"2020-04-15T22:13:02.003-05:00\",\r\n    \"ship_date\": \"2020-04-15T22:13:02.003-05:00\",\r\n    \"shipment\": {\r\n        \"ship_from\": {\r\n            \"facility_shortcode\": \"SCORDD1\",\r\n            \"name\": \"\",\r\n            \"company\": \"StoreCo E-commerce, Inc.\",\r\n            \"phone\": \"2125551212\",\r\n            \"address_line1\": \"920 W Taylor Road\",\r\n            \"address_line2\": \"Building 2\",\r\n            \"address_line3\": \"\",\r\n            \"city_locality\": \"Romeoville\",\r\n            \"state_province\": \"IL\",\r\n            \"postal_code\": \"60446\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Sally Receiver\",\r\n            \"company\": \"\",\r\n            \"phone\": \"9995551212\",\r\n            \"address_line1\": \"1028 Greenwood Street\",\r\n            \"address_line2\": \"\",\r\n            \"address_line3\": \"\",\r\n            \"city_locality\": \"Evanston\",\r\n            \"state_province\": \"IL\",\r\n            \"postal_code\": \"60201\",\r\n            \"address_residential_indicator\": true\r\n        },\r\n        \"return_to\":{\r\n            \"address_residential_indicator\": \"\",\r\n            \"name\": \"\",\r\n            \"company\": \"\",\r\n            \"phone\": \"\",\r\n            \"address_line1\": \"\",\r\n            \"address_line2\": \"\",\r\n            \"address_line3\": \"\",\r\n            \"city_locality\": \"\",\r\n            \"state_province\": \"\",\r\n            \"postal_code\": \"\"\r\n        },\r\n        \"shipment_details\": { \r\n            \"weight\": 8.5,\r\n            \"weight_unit\": \"pounds\",\r\n            \"length\": 14.2,\r\n            \"width\": 6,\r\n            \"height\": 8,\r\n            \"dimensions_unit\": \"inches\",\r\n            \"signature_on_delivery\": false,\r\n            \"hazardous_goods\": false,\r\n            \"hazardous_goods_type\": null,\r\n            \"label_message\": \"Deliver behind planter at the front door.\",\r\n            \"shipper_notes_1\": \"e.g., customer order id\",\r\n            \"shipper_notes_2\": \"e.g., shipper return by date\",\r\n            \"contains_alcohol\": false,\r\n            \"insured_value\": null,\r\n            \"service_code\": null,\r\n            \"goods_type\": null\r\n        }\r\n    },\r\n    \"carrier_details\": {\r\n        \"carrier_name\": \"\",\r\n        \"carrier_phone\": \"\",\r\n        \"carrier_url\": \"\",\r\n        \"carrier_dispatcher_name\": \"\",\r\n        \"carrier_dispatcher_phone\": \"\",\r\n        \"carrier_dispatcher_email\": \"\",\r\n        \"driver_name\": \"\",\r\n        \"driver_phone\": \"\",\r\n        \"driver_email\": \"\",\r\n        \"driver_id\": \"\",\r\n        \"vehicle_license_plate\": \"\",\r\n        \"eta_delivery_at_mixing_center\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.inlandlogistics.co/api/v6/add-to-manifest","description":"<p>The <code>Shipment ID Request API</code> is used to request an Inland shipment ID and label for each shipment that will be picked up by Inland from a Shipper's distribution center and brought back to an Inland Mixing Center (this process is referred to as 'sweeping'). All shipments shipped via Inland Logistics must use an Inland shipment ID.</p>\n<h2 id=\"shipment--package-id-inland_package_id\">Shipment / Package ID \"inland_package_id\"</h2>\n<p>The <strong>internal</strong> Inland shipment id looks like this: <code>SCORDD1-P21612-91072900513-95410</code></p>\n<ul>\n<li><code>SCORDD1</code> - Inland's facility id for the shipper's facility or distribution center</li>\n<li>\"SC\" - two letter shipper code</li>\n<li>\"ORD\" - major airport local to Shipper's facility</li>\n<li>\"D\" - distribution center facility. Other facility type: \"M\" - mixing center</li>\n<li>\"1\" - serial number for the Shipper's facility in that airport code. Can range from 1-z.</li>\n<li><code>P21612</code> - manifest cut off time or middle mile shipment ETA to mixing center</li>\n<li>\"P\" - \"P\"-pickup, Inland provides middle mile transport), \"D\" - drop-off, Shipper provides middle mile transport</li>\n<li>\"216\" - Day of year of pick up or drop off</li>\n<li>\"12\" - HH of pick up or drop off</li>\n<li><code>91072900513</code> - unique shipment serial number. <strong>This number is contained in Inland's label barcodes.</strong> 11-char, numeric, will not repeat more frequently than 120 days.</li>\n<li><code>95410</code> - destination zip code</li>\n</ul>\n<h2 id=\"api-response-statuses\">API Response Statuses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Created</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"zpl-label-data-in-the-api-response-is-encoded\">ZPL Label data in the API Response is Encoded</h2>\n<p>The label data is base64 encoded and must be decoded to utf8 to return to clear text ZPL. This is to allow the ZPL (Zebra Programming language) label information to be encapsulated in a JSON key:value pair without the introduction of errors.\nTo decode the <code>label:</code> value using Javascript use: <code>const buffer = Buffer.from(‘&lt;INLAND ENCODED LABEL&gt;’, ‘base64’).toString(‘utf8’);</code>. Contact your Inland representative if you need assistance to decode ZPL.</p>\n<h2 id=\"special-notes\">Special Notes:</h2>\n<ul>\n<li>Inland will provide Shipper with facility short codes for each distribution center and retail store</li>\n<li>Inland does not transport alcohol, prescriptions or controlled substances</li>\n<li>Hazardous goods shipments must be properly labeled and identified in API. Inland carries household volume ORM-D hazardous goods (e.g., laptop batteries, bottles shampoo). </li>\n<li>Carrier details are only required for 'drop_off' shipment injections into the Inland network</li>\n</ul>\n<h2 id=\"example-json-request-with-comments\">Example JSON Request with Comments</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"shipment_type\": \"drop_off\", // REQUIRED, options: \"pick_up\", \"store_pick_up\", \"drop_off\", source: shipper\n    \"created_at\": 2020-04-15T22:13:02.003-05:00, // REQUIRED, datetime (UTC with timezone offset), source: shipper\n    \"ship_date\": 2020-04-15T22:13:02.003-05:00, //REQUIRED, datetime (UTC with timezone offset), source: shipper\n    \"inland_manifest_id\": \"&lt;inland_manifest_id&gt;\" // ONLY FOR DROP_OFF\n    \"shipment\": {\n        \"ship_from\": {\n            \"facility_shortcode\": \"&lt;facility_shortcode&gt;\", // REQUIRED, Inland's facility short code used to identify Shipper's ship_from facility, 4 char, eg: \"WD09\"\n            \"name\": \"&lt;name&gt;\", //optional, senders full name, source: shipper, max 128 char string, eg: \"Tom Shipper\"\n            \"company\": \"&lt;company&gt;\", // REQUIRED, source: shipper, max 128 char string, eg: \"Walmart\"\n            \"phone\": \"&lt;phone&gt;\", //REQUIRED, source: shipper, max 32 char string, eg: \"2125551212\"\n            \"address_line1\": \"&lt;address_line1&gt;\", //REQUIRED, source: shipper, max 128 char string, eg: \"123 Maple Lane\"\n            \"address_line2\": \"&lt;address_line2&gt;\", //optional, source: shipper, max 128 char string, eg: \"Building 2\"\n            \"address_line3\": \"&lt;address_line3&gt;\", //optional, source: shipper, max 128 char string, eg: \"Unit 3\"\n            \"city_locality\": \"&lt;city_locality&gt;\", //REQUIRED, source: shipper, max 128 char string, eg: \"New York\"\n            \"state_province\": \"&lt;state_province&gt;\", //REQUIRED, source: shipper, 2 char string, eg: \"NY\"\n            \"postal_code\": \"&lt;postal_code&gt;\" //REQUIRED, source: shipper, 5 char string, eg: \"02134\"\n        },\n        \"ship_to\": {\n            \"name\": \"&lt;name&gt;\", //REQUIRED, source: shipper, max 128 char string, eg: \"Mary Recipient\"\n            \"company\": \"&lt;company&gt;\", //optional, source: shipper, max 128 char string, eg: \"Company Name\"\n            \"phone\": \"&lt;phone&gt;\", //REQUIRED, source: shipper, max 32 char string, eg: \"2125551212\"\n            \"address_line1\": \"&lt;address_line1&gt;\", //REQUIRED, source: shipper, max 128 char string, eg: \"234 12th Street, S. E.\"\n            \"address_line2\": \"&lt;address_line2&gt;\", //optional, source: shipper, max 128 char string, eg: \"Building A\"\n            \"address_line3\": \"&lt;address_line3&gt;\", //optional, source: shipper, max 128 char string, eg: \"Suite 1342\"\n            \"city_locality\": \"&lt;city_locality&gt;\", //REQUIRED, source: shipper, max 128 char string, eg: \"Boston\"\n            \"state_province\": \"&lt;state_province&gt;\", //REQUIRED, source: shipper, 2 char string, eg: \"MA\"\n            \"postal_code\": \"&lt;postal_code&gt;\", //REQUIRED, source: shipper, 5 char string, eg: \"02134\"\n            \"address_residential_indicator\": \"true\" //default = 'true', source: shipper, set to 'false' if destination is commercial address\n        },\n        \"return_to\":{ //if not populated Inland will use \"ship_from\" address for ship to fields\n            \"name\": \"&lt;name&gt;\", //optional, senders full name, source: shipper, max 128 char string, eg: \"Tom Shipper\" or \"ATTN: Returns\"\n            \"company\": \"&lt;company&gt;\", //REQUIRED, max 128 char string, source: shipper, eg: \"Walmart, Inc.\"\n            \"phone\": \"&lt;phone&gt;\", //REQUIRED, max 32 char string, source:shipper, eg: \"2125551212\"\n            \"address_line1\": \"&lt;address_line1&gt;\", //REQUIRED, source: shipper, max 128 char string, eg: \"123 Maple Lane\"\n            \"address_line2\": \"&lt;address_line2&gt;\", //optional, source: shipper, max 128 char string, eg: \"Building 2\"\n            \"address_line3\": \"&lt;address_line3&gt;\", //optional, source: shipper, max 128 char string, eg: \"Unit 3\"\n            \"city_locality\": \"&lt;city_locality&gt;\", //REQUIRED, source: shipper, max 128 char string, eg: \"New York\"\n            \"state_province\": \"&lt;state_province&gt;\", //REQUIRED, source: shipper, 2 char string, eg: \"NY\"\n            \"postal_code\": \"&lt;postal_code&gt;\", //REQUIRED, source: shipper, 5 char string, eg: \"02134\"\n            \"address_residential_indicator\": \"false\" //DEFAULT false, source: shipper, eg: \"false\"\n        },\n        \"shipment_details\": {\n            \"weight\": \"&lt;weight&gt;\", //REQUIRED, in pounds, source: shipper, eg: '5.4', max 8 char string\n            \"weight_unit\": \"pounds\", //REQUIRED, default 'pounds', source: shipper,  max 32 char string\n            \"length\": \"&lt;length&gt;\", //REQUIRED, inches, eg: '12.5', source: shipper, max 8 char string\n            \"width\": \"&lt;width&gt;\", //REQUIRED, inches, eg: '12.5', source: shipper, max 8 char string\n            \"height\": \"&lt;height&gt;\", //REQUIRED, inches, eg: '12.5', source: shipper, max 8 char string\n            \"dimensions_unit\": \"inches\", //REQUIRED, default 'inches', source: shipper, max 32 char string\n            \"signature_on_delivery\": \"false\", // REQUIRED, default 'false', source: shipper, valid options: \"true\", \"false\"\n            \"hazardous_goods\": \"false\", // REQUIRED, default 'false', does the package contain hazardous goods (e.g., batteries), source: shipper, valid options: \"true\", \"false\"\n            \"hazardous_goods_type\": \"null\", //REQUIRED, default 'null' if hazardous_goods=\"true\", provide FMCSA hazardous goods code, eg: \"UN3481\" for lithium batteries (in addition to package labeling)\n            \"label_message\": \"&lt;label_message&gt;\", //optional, message from receiver, source: shipper, max 255 char string, example: \"Leave package at back door\",\n            \"shipper_notes_1\": \"e.g., customer order id\" // optional max 64 char,\n            \"shipper_notes_2\": \"e.g., shipper return by date\" // optional max 64 char,\n            \"contains_alcohol\": \"false\", //REQUIRED, default 'false', 'true' or 'false'\n            \"insured_value\": \"insured_value\", //optional, dollars, source: shipper, eg: '75.00', max 8 char string\n            \"service_code\": \"2DAY\", // REQUIRED, default \"2DAY\", other codes TBD, source: Inland\n            \"goods_type\": \"shoes\" // optional, type of goods in package, source: shipper, e.g., apparel, shoes\n        }\n    },\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","v6","add-to-manifest"],"host":["api","platform","inlandlogistics","co"],"query":[],"variable":[]}},"response":[{"id":"8a83bfda-4d57-4f71-84d4-fd8b191d90e4","name":"Pickup Req/Res","originalRequest":{"method":"POST","header":[{"description":"API Key provided by Inland.","key":"authorization","type":"text","value":"<company-apy-key>"}],"body":{"mode":"raw","raw":"{\r\n    \"shipment_type\": \"<pickup_request_type>\",\r\n    \"inland_manifest_id\": \"<string>\",\r\n    \"created_at\": \"<datetime>\",\r\n    \"ship_date\": \"<datetime>\",\r\n    \"shipment\": {\r\n        \"ship_from\": {\r\n            \"facility_shortcode\": \"<facility_shortcode>\",\r\n            \"company\": \"<company>\",\r\n            \"phone\": \"<phone>\",\r\n            \"address_line1\": \"<address_line1>\",\r\n            \"address_line2\": \"<address_line2>\",\r\n            \"address_line3\": \"<address_line3>\",\r\n            \"city_locality\": \"<city_locality>\",\r\n            \"state_province\": \"<state_province>\",\r\n            \"postal_code\": \"<postal_code>\",\r\n            \"name\": \"<name>\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"<name>\",\r\n            \"company\": \"<company>\",\r\n            \"phone\": \"<phone>\",\r\n            \"address_line1\": \"<address_line1>\",\r\n            \"address_line2\": \"<address_line2>\",\r\n            \"address_line3\": \"<address_line3>\",\r\n            \"city_locality\": \"<city_locality>\",\r\n            \"state_province\": \"<state_province>\",\r\n            \"postal_code\": \"<postal_code>\",\r\n            \"address_residential_indicator\": \"<address_residential_indicator>\"\r\n        },\r\n        \"return_to\": {\r\n            \"address_residential_indicator\": \"<address_residential_indicator>\",\r\n            \"name\": \"<name>\",\r\n            \"company\": \"<company>\",\r\n            \"phone\": \"<phone>\",\r\n            \"address_line1\": \"<address_line1>\",\r\n            \"address_line2\": \"<address_line2>\",\r\n            \"address_line3\": \"<address_line3>\",\r\n            \"city_locality\": \"<city_locality>\",\r\n            \"state_province\": \"<state_province>\",\r\n            \"postal_code\": \"<postal_code>\"\r\n        },\r\n        \"shipment_details\": {\r\n            \"weight\": \"<weight>\",\r\n            \"weight_unit\": \"pounds\",\r\n            \"length\": \"<length>\",\r\n            \"width\": \"<width>\",\r\n            \"height\": \"<height>\",\r\n            \"dimensions_unit\": \"inches\",\r\n            \"signature_on_delivery\": \"<signature_on_delivery>\",\r\n            \"hazardous_goods\": \"<false>\",\r\n            \"hazardous_goods_type\": \"<hazardous_goods_type>\",\r\n            \"label_message\": \"<label_message>\",\r\n            \"shipper_notes_1\": \"<shipper_notes_1>\",\r\n            \"shipper_notes_2\": \"<shipper_notes_2>\",\r\n            \"contains_alcohol\": \"<contains_alcohol>\",\r\n            \"insured_value\": \"insured_value\",\r\n            \"service_code\": \"<service_code>\",\r\n            \"goods_classification\": \"\",\r\n            \"shipper_notes\": \"<string>\",\r\n            \"receiver_notes\": \"<string>\"\r\n        }\r\n    },\r\n    \"carrier_details\": {\r\n        \"carrier_name\": \"carrier_name\",\r\n        \"carrier_phone\": \"carrier_phone\",\r\n        \"carrier_url\": \"carrier_url\",\r\n        \"carrier_dispatcher_name\": \"carrier_dispatcher_name\",\r\n        \"carrier_dispatcher_phone\": \"carrier_dispatcher_phone\",\r\n        \"carrier_dispatcher_email\": \"carrier_dispatcher_email\",\r\n        \"driver_name\": \"driver_name\",\r\n        \"driver_phone\": \"driver_phone\",\r\n        \"driver_email\": \"driver_email\",\r\n        \"driver_id\": \"driver_id\",\r\n        \"vehicle_license_plate\": \"vehicle_license_plate\",\r\n        \"eta_delivery_at_mixing_center\": \"eta_delivery_at_mixing_center\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.platform.inlandlogistics.co/api/v6/add-to-manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"error\": null,\n    \"data\": {\n        \"manifest\": {\n            \"inland_manifest_id\": \"T1SFOD1-08081200-FOSFOM1-85583965\",\n            \"manifest_cutoff\": \"2021-08-08T19:00:00.476Z\",\n            \"distribution_center_shortcode\": \"T1SFOD1\",\n            \"mixing_center_shortcode\": \"FOSFOM1\"\n        },\n        \"shipment\": {\n            \"inland_package_id\": \"FOSFOM1-P21612-12345678901-60490\",\n            \"shipment_short_id\": \"1332910255602\",\n            \"carrier_routing_code\": \"ABCDE\",\n            \"ship_date\": \"2021-04-15T22:13:02.003-05:00\",\n            \"ship_from\": {\n                \"company\": \"ShippersRus\",\n                \"phone\": \"650-357-7450\",\n                \"address_line1\": \"400 E 130th St\",\n                \"city_locality\": \"Chicago\",\n                \"state_province\": \"IL\",\n                \"postal_code\": \"60628\",\n                \"name\": \"Bob Fisher\"\n            },\n            \"ship_to\": {\n                \"name\": \"Sally Receiver\",\n                \"address_type\": \"ship_to\",\n                \"company\": \"Some Company\",\n                \"phone\": \"9995551212\",\n                \"address_line1\": \"1028 Greenwood Street\",\n                \"address_line2\": \"\",\n                \"address_line3\": \"\",\n                \"city_locality\": \"Evanston\",\n                \"state_province\": \"IL\",\n                \"postal_code\": \"95410\",\n                \"address_residential_indicator\": true\n            },\n            \"return_to\": {\n                \"company\": \"ShippersRus\",\n                \"phone\": \"650-357-7450\",\n                \"address_line1\": \"400 E 130th St\",\n                \"city_locality\": \"Chicago\",\n                \"state_province\": \"IL\",\n                \"postal_code\": \"60628\",\n                \"name\": \"Bob Fisher\"\n            },\n            \"shipment_details\": {\n                \"weight\": \"57\",\n                \"weight_unit\": \"pounds\",\n                \"shipper_notes_1\": \"Shipper Notes on Demo 1\",\n                \"shipper_notes_2\": \"Shipper Notes on Demo 2\",\n                \"length\": \"97\",\n                \"width\": \"36\",\n                \"height\": \"8\",\n                \"dimensions_unit\": \"inches\",\n                \"signature_on_delivery\": \"true\",\n                \"hazardous_goods\": \"false\",\n                \"contains_alcohol\": \"false\",\n                \"insured_value\": \"750.00\",\n                \"service_code\": \"2DAY\",\n                \"goods_classification\": \"Rockets\"\n            }\n        },\n        \"label\": \"XlhBICAgICAgICBeRlggPj4+Pj4gSW5sYW5kIFN0YW5kYXJkIExhYmVsIHYzLjAsIDIwMjEvMTAvMDkgPDw8PDwgICAgICAgIF5GWCA+Pj4+PiBSZXNvbHV0aW9uOiA4IGRwbW0gLyAyMDMgZHBpIDw8PDw8ICAgICAgICBeRlggU2hpcHBlciBvciBPcmlnaW5hdGlvbiBBZGRyZXNzICAgICAgICBeQ0ZQICAgICAgICBeRk81MCw1MF5GRFNoaXBwZXJzUnVzXkZTICAgICAgICBeRk81MCw3MF5GRDQwMCBFIDEzMHRoIFN0XkZTICAgICAgICBeRk81MCw5MF5GRF5GUyAgICAgICAgXkZPNTAsMTEwXkZEQ2hpY2FnbywgSUxeRlMgICAgICAgIF5GTzUwLDEzMF5GRDYwNjI4XkZTICAgICAgICBeRlggSW5sYW5kIExvZ28gICAgICAgIF5GTzM1MCw1MF5HRkEsNTA0NCw1MDQ0LDUyLCw6Ojo6OmdKMDdJRkNoSDAzSUZFLGdKMDdJRkVoSDAzSUZFLEkwN0ZZMDdJRkVoSDAzSUZFLDAwMUZGQ1gwN0lGRWhIMDNJRkUsMDAzRkZFWDA3SUZFaEgwM0lGRSwwMDdJRlgwN0lGRWhIMDNJRkUsMDBKRjhXMDdJRkVoSDAzSUZFLDowMUpGQ1cwN0lGRWhIMDNJRkUsOjo6OjowMUpGQ1cwN0lGRWhIMDNJRkVVMEMsMDBKRjhXMDdJRkVoSDAzSUZFUzAxRkZDLDAwSkY4VzA3SUZFaEgwM0lGRVIwM0pGQywwMDdJRlgwN0lGRWhIMDNJRkVRMDNMRkUsMDAzRkZFWDA3SUZFaEgwM0lGRVAwN05GRSwwMDFGRkNYMDdJRkVoSDAzSUZFTzBRRkUsSTA3RlkwN0lGRWhIMDNJRkVNMDFTRkUsZ0owN0lGRWhIMDNJRkVMMDFVRkUsZ0owN0lGRWhIMDNJRkVNMDdVRkUsZ0owN0lGRWhIMDNJRkVOMDdWRixnSjA3SUZFaEgwM0lGRU8wN1VGLGdKMDdJRkVoSDAzSUZFUDA3VEYsZ0owN0lGRWhIMDNJRkVRMDdTRixnSjA3SUZFaEgwM0lGRVIwU0YsVTAxRkY4SzA3SUZFTDA3RkNWMEZGQ08wM0ZGMDAzSUZFUzBSRixVMEpGOEowN0lGRUswM0lGQ1QwN0lGOE0wMUlGRTAzSUZFVDBRRiwwMEpGODAwSkY4M0pGRUowN0lGRUowMUtGMEpGQzAwSkZDMUpGRU0wS0Y4M0lGRVUwUEYsMDBKRjgwMEpGODdLRkowN0lGRUowN0tGQ0pGQzAwSkZDN0tGOEswMUtGRTNJRkVWME9GLDAwSkY4MDBKRjhMRjhJMDdJRkVKMExGRUpGQzAwSkZDTEZDSzA3TEYzSUZFVjA3TkYsMDBKRjgwMEpGOUxGQ0kwN0lGRUkwMVFGQzAwSkZETEZFSzBRRkVWMDdORiwwMEpGODAwSkZCTEZFSTA3SUZFSTAzUUZDMDBKRkRNRkowMVFGRVYwN05GLDAwSkY4MDBSRkkwN0lGRUkwN1FGQzAwUkZKMDNRRkVWMDdORiwwMEpGODAwUkZJMDdJRkVJMFJGQzAwUkY4STA3UUZFVjA3TkYsMDBKRjgwMFJGODAwN0lGRTAwMVJGQzAwUkY4STBSRkVWMDdORiwwMEpGODAwUkY4MDA3SUZFMDAzUkZDMDBSRkMwMDFSRkVWMDdORiw6MDBKRjgwMFJGQzAwN0lGRTAwN1JGQzAwUkZDMDAzUkZFVjA3TkYsMDBKRjgwMFJGQzAwN0lGRTAwU0ZDMDBSRkMwMDNSRkVLMEZGTzA3TkYsMDBKRjgwMEtGQzA3SkZDMDA3SUZFMDBTRkMwMEtGRTAzSkZFMDA3UkZFSTAxSkZOMDdORiwwMEpGODAwS0YwMDFKRkMwMDdJRkUwMEtGRTAzS0ZDMDBLRjgwMUpGRTAwN0tGMDFLRkUwMDFLRkVNMDdORiwwMEpGODAwSkZFSTBKRkMwMDdJRkUwMUtGODAwS0ZDMDBLRkkwSkZFMDA3SkZDMDA3SkZFMDNNRkVMMDdORiwwMEpGODAwSkZFSTBKRkMwMDdJRkUwMUpGRUkwN0pGQzAwSkZFSTA3SUZFMDBLRkkwMUpGRTNPRkVLMDdORiwwMEpGODAwSkZDSTA3SUZDMDA3SUZFMDFKRkNJMDNKRkMwMEpGRUkwN0lGRTAwSkZFSjBKRkUxUEZDSjA3TkYsMDBKRjgwMEpGQ0kwN0lGQzAwN0lGRTAzSkY4STAxSkZDMDBKRkNJMDdJRkUwMEpGRUowSkZFMDFQRkowN05GLDAwSkY4MDBKRkNJMDdJRkMwMDdJRkUwM0pGOEowSkZDMDBKRkNJMDNJRkUwMEpGQ0owN0lGRTAwM09GSjA3TkYsMDBKRjgwMEpGOEkwN0lGQzAwN0lGRTAzSkZLMEpGQzAwSkZDSTAzSUZFMDFKRkNKMDdJRkVJMDNORkowN05GLDAwSkY4MDBKRjhJMDdJRkMwMDdJRkUwM0pGSzA3SUZDMDBKRkNJMDNJRkUwMUpGOEowM0lGRUowN01GSjA3TkYsMDBKRjgwMEpGOEkwN0lGQzAwN0lGRTAzSkZLMDdJRkMwMEpGQ0kwM0lGRTAxSkY4SjAzSUZFSzA3TEZKMDdORiwwMEpGODAwSkY4STA3SUZDMDA3SUZFMDNKRkswN0lGQzAwSkZDSTAzSUZFMDFKRjhKMDNJRkVMMExGSjA3TkYsOjo6OjAwSkY4MDBKRjhJMDdJRkMwMDdJRkUwM0pGSzBKRkMwMEpGQ0kwM0lGRTAxSkY4SjAzSUZFTDBMRkowN05GLDAwSkY4MDBKRjhJMDdJRkMwMDdJRkUwM0pGOEowSkZDMDBKRkNJMDNJRkUwMEpGQ0owN0lGRUwwTEZKMDdORiwwMEpGODAwSkY4STA3SUZDMDA3SUZFMDNKRjhJMDFKRkMwMEpGQ0kwM0lGRTAwSkZDSjA3SUZFTDBMRkowN05GLDAwSkY4MDBKRjhJMDdJRkMwMDdJRkUwMUpGQ0kwMUpGQzAwSkZDSTAzSUZFMDBKRkVKMEpGRUwwTEZKMDdORiwwMEpGODAwSkY4STA3SUZDMDA3SUZFMDFKRkVJMDNKRkMwMEpGQ0kwM0lGRTAwS0ZJMDFKRkVMMExGSjA3TkYsMDBKRjgwMEpGOEkwN0lGQzAwN0lGRTAxS0ZJMEtGQzAwSkZDSTAzSUZFMDA3SkY4MDAzSkZFTDBMRkowN01GOCwwMEpGODAwSkY4STA3SUZDMDA3SUZFMDBLRkMwM0tGQzAwSkZDSTAzSUZFMDA3S0YwMEtGRUwwTEZKMDdMRjgsMDBKRjgwMEpGOEkwN0lGQzAwN0lGRTAwU0ZDMDBKRkNJMDNJRkUwMDdSRkVMMExGSjA3S0Y4LDAwSkY4MDBKRjhJMDdJRkMwMDdJRkUwMFNGQzAwSkZDSTAzSUZFMDAzUkZFTDBMRkowN0pGQywwMEpGODAwSkY4STA3SUZDMDA3SUZFMDA3UkZDMDBKRkNJMDNJRkUwMDNSRkVMMExGSjA3SUZDLDAwSkY4MDBKRjhJMDdJRkMwMDdJRkUwMDNSRkMwMEpGQ0kwM0lGRTAwMVJGRUwwTEZKMDdGRkMsMDBKRjgwMEpGOEkwN0lGQzAwN0lGRTAwM1JGQzAwSkZDSTAzSUZFMDAxUkZFTDBMRkowN0ZDLDAwSkY4MDBKRjhJMDdJRkMwMDdJRkUwMDFSRkMwMEpGQ0kwM0lGRUkwUkZFTDBMRkowN0UsMDBKRjgwMEpGOEkwN0lGQzAwN0lGRUkwUkZDMDBKRkNJMDNJRkVJMDdRRkVMMExGSjA2LDAwSkY4MDBKRjhJMDdJRkMwMDdJRkVJMDdRRkMwMEpGQ0kwM0lGRUkwM1FGRUwwTEYsMDBKRjgwMEpGOEkwN0lGQzAwN0lGRUkwM1FGQzAwSkZDSTAzSUZFSTAxUUZFTDBMRiwwMEpGODAwSkY4STA3SUZDMDA3SUZFSTAxUUZDMDBKRkNJMDNJRkVKME1GQklGRUwwTEYsMDBKRjgwMEpGOEkwN0lGQzAwN0lGRUowTEZFSkZDMDBKRkNJMDNJRkVKMDdMRjNJRkVMMExGLDAwSkY4MDBKRjhJMDdJRkMwMDdJRkVKMDdLRkNKRkMwMEpGQ0kwM0lGRUowMUtGRTNJRkVMMEtGRSwwMEpGODAwSkY4STA3SUZDMDA3SUZFSjAxS0YwSkZDMDBKRkNJMDNJRkVLMEtGODNJRkVMMEtGLDAwSkY4MDBKRjhJMDNJRkMwMDNJRkNLMDdJRkMwN0lGODAwN0lGOEkwM0lGRUswMUpGMDNJRkVMMEpGLGdVMEZGRWdOMDNGRjhSMElGOCxqSDBGRjgsakgwRjgsLDo6Ojo6Ojo6Ol5GUyAgICAgICAgXkZYIElubGFuZCBVUkwgICAgICAgIF5DRlIgICAgICAgIF5GTzM1NSwxNTBeRkRpbmxhbmRsb2dpc3RpY3MuY29eRlMgICAgICAgIF5GWCBIb3Jpem9udGFsIFJ1bGUgICAgICAgIF5GTzUwLDE5MF5HQjcxMiwzLDNeRlMgICAgICAgIF5GWCBEZXN0aW5hdGlvbiBhZGRyZXNzICAgICAgICBeQ0YwLDI1ICAgICAgICBeRk81MCwyMzBeRkRKYW5leSBEb2VeRlMgICAgICAgIF5DRjAsNDAgICAgICAgIF5GTzUwLDI3MF5GRDUyNTUgTiBQdWxhc2tpIFJkXkZTICAgICAgICBeQ0YwLDI1ICAgICAgICBeRk81MCwzMzBeRkReRlMgICAgICAgIF5GTzUwLDM3MF5GRENoaWNhZ28sIElMIDYwNDkwXkZTICAgICAgICBeRlggQ2FycmllciBSb3V0aW5nIENvZGUgICAgICAgIF5GTzY0NCwyMzBeR0IxMjAsNTAsM15GUyAgICAgICAgXkNGMCw0MCAgICAgICAgXkZPNjUwLDI0MF5GQjExMCwxLDAsQ15GREFCQ0RFXCZeRlMgICAgICAgIF5GWCBIb3Jpem9udGFsIFJ1bGUgICAgICAgIF5GTzUwLDQxMF5HQjcxMiwzLDNeRlMgICAgICAgIF5GWCBDb25zaWduZWUgTGFiZWwgTWVzc2FnZSAgICAgICAgXkNGUCAgICAgICAgXkZPNTAsNDIwXkZCNzAwLDNeRkQgIF5GUyAgICAgICAgXkZYIFBhY2thZ2UgVHJhY2tpbmcgSWQgICAgICAgIF5GTzUwLDQ2MF5GRFBhY2thZ2UgVHJhY2tpbmc6IGlubGFuZGxvZ2lzdGljcy5jby90cmFjay8xMjM0NTY3ODkwMV5GUyAgICAgICAgXkZYIEhvcml6b250YWwgUnVsZSAgICAgICAgXkZPNTAsNDg1XkdCNzEyLDMsM15GUyAgICAgICAgXkZYIFBhYWNrYWdlIElkIChDb2RlMTI4LCAxMS1jaGFyIHBhY2thZ2UgaWQpICAgICAgICBeRk8xNDUsNTEwXkJZMywyXkJDTiwxNTAsTixOLE4sTl5GRDEyMzQ1Njc4OTAxXkZTICAgICAgICBeRlggSHVtYW4gUmVhZGFibGUgUGFja2FnZSBJRCAoMTEtY2hhciBwYWNrYWdlIGlkKSAgICAgICAgXkNGMCwyNV5GTzUwLDY3MF5GQjcwMCwxLDAsQywwXkZEMTIzNDU2Nzg5MDFcJl5GUyAgICAgICAgXkZYIFJvdXRlIEJyZWFkY3J1bWIgQm94ZXMgLSAgICAgICAgIF5GTzUwLDcwMF5HQjI0MCwxMDAsM15GUyAgICAgICAgXkZPMjg3LDcwMF5HQjI0MCwxMDAsMTAwXkZTICAgICAgICBeRk81MjMsNzAwXkdCMjQwLDEwMCwzXkZTICAgICAgICBeRlggUm91dGUgQnJlYWRjcnVtYiBUZXh0ICAgICAgICBeQ0YwLDQ1ICAgICAgICBeRlggT3JpZ2luIEZhY2lsaXR5IElkICAgICAgICBeRk81MCw3MzVeRkIyMzUsMSwwLENeRkRUMVNGT0QxXCZeRlMgICAgICAgIF5GWCBJbmxhbmQgTWl4aW5nIENlbnRlciBGYWNpbGl5IElkICAgICAgICBeRk8yODcsNzM1XkZCMjM1LDEsMCxDXkZSXkZERk9TRk9NMVwmXkZTICAgICAgICBeQ0YwLDgwICAgICAgICBeRlggRGVzdGluYXRpb24gWmlwIENvZGUgICAgICAgIF5GTzUyOCw3MjBeRkIyMzUsMSwwLENeRkQ2MDQ5MFwmXkZTICAgICAgICBeRlggSG9yaXpvbnRhbCBSdWxlICAgICAgICBeRk81MCw4MjVeR0I3MTIsMywzXkZTICAgICAgICBeRlggU2hpcHBlciBOb3RlcyAoZS5nLiwgb3JkZXIgbnVtYmVyKSAgICAgICAgXkNGUCAgICAgICAgXkZPNTAsODQwXkZEU2hpcHBlciBOb3RlcyBvbiBEZW1vIDFeRlMgICAgICAgIF5GTzUwLDg3MF5GRFNoaXBwZXIgTm90ZXMgb24gRGVtbyAyXkZTICAgICAgICBeRlggU2hpcCBEYXRlIFdlaWdodCBhbmQgRGF0ZSBCb3hlcyAgICAgICAgXkZPMjg1LDkwMF5HQjI1MCw2NiwzXkZTICAgICAgICBeRk8yODUsOTY2XkdCMjUwLDY2LDY2XkZTICAgICAgICBeRk8yODUsMTAzMl5HQjI1MCw2NiwzXkZTICAgICAgICBeRlggU2hpcCBEYXRlLCBXZWlnaHQgYW5kIERhdGUgVGV4dCAgICAgICAgXkNGMCwxMCwxMCAgICAgICAgXkZYIFNoaXAgRGF0ZSAgICAgICAgXkZPMjkxLDkwNV5GRFNoaXAgRGF0ZTpeRlMgICAgICAgIF5DRjAsNDAsMjUgICAgICAgIF5GTzMwMCw5MTheRkIyMjAsMSwwLENeRkQwNC0xNi0yMVwmXkZTICAgICAgICBeRlggUGFja2FnZSBXZWlnaHQgKGZ1bGwgcG91bmRzIG9ubHksIHJvdW5kZWQgdXAgMy4ybGIgPSA0bGIpICAgICAgICBeRk8zMDAsOTgzXkZCMjIwLDEsMCxDXkZSXkZENTcgbGJcJl5GUyAgICAgICAgXkZYIERlbGl2ZXJ5IFNlcnZpY2UgTGV2ZWwgKDItREFZIGlzIElubGFuZCBzdGFuZGFyZCkgICAgICAgIF5GTzMwMCwxMDUwXkZCMjIwLDEsMCxDXkZEMi1EQVlcJl5GUyAgICAgICAgXkZYIExlZnQgU2lkZSBEQVRBTUFUUklYICAgICAgICBeRk81MCw5MDBeQlhOLDEyLDIwMF5GRDEyMzQ1Njc4OTAxXkZTICAgICAgICBeRlggUmlnaHQgU2lkZSBEQVRBTUFUUklYLCByb3RhdGVkIDE4MCBkZWdyZWVzICAgICAgICBeRk81OTAsOTAwXkJYUiwxMiwyMDBeRkQxMjM0NTY3ODkwMV5GUyAgICAgICAgXlha\"\n    }\n}"}],"_postman_id":"d32af5e2-1953-41dd-82af-e6a0d9da9abd"}],"id":"d30810c3-07c4-47bd-bf6b-018bf118a241","description":"<h2 id=\"shipments\">Shipments</h2>\n<p>Shipment definition: a single box or package</p>\n<p>Shipment pickup request are used to:</p>\n<ul>\n<li>request shipment ID</li>\n<li>group shipments in to manifests for bulk pickup</li>\n<li>obtain shipment label data, zebra file or image</li>\n</ul>\n<h2 id=\"a-note-about-manifests\"><em>A Note About Manifests</em></h2>\n<p>For each facility (DC, warehouse, store) shipment pick up requests are grouped into a manifest with a designated cutoff time. There can be one or more manifest cut off times per day. Manifests may also remain open for several days in the case of lower volume locations. Manifest cut off times are agreed to by operational leadership and configured in Inland's platform. Shipments fulfilled after a manifest's cut off time will added to the next manifest for pick up and delivery. </p>\n<p>For example if the manifest cut off time for a store is daily at 1730HRS the manifest will contain shipments where the Shipment ID Request was responded to in the 24 hours before that day's cut off time.</p>\n<p>Inland Delivery League members will pick up manifested shipments shortly after the manifest closes. Inland uses pickup manifest cutoff times to a/ ensure that there is loading dock availability and b/ to optimize shipment pickups.</p>\n<p>Inland does not pick up individual shipments (e.g., less than 100's of shipments) from facilities.</p>\n","event":[{"listen":"prerequest","script":{"id":"7ed990bd-3c18-476d-8a4d-d6517181dc2f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5221a0cd-8a71-40c4-ae04-18cae2a7daa8","type":"text/javascript","exec":[""]}}],"_postman_id":"d30810c3-07c4-47bd-bf6b-018bf118a241"},{"name":"Shipment Label ZPL example","item":[{"name":"Inland Label ZPL","id":"d6a87e58-266e-4b93-b85c-8daadbde0fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"NONE","header":[],"body":{"mode":"raw","raw":"^XA\n^FX >>>>> Inland Standard Label v3.0, 2021/10/09 <<<<<\n^FX >>>>> Resolution: 8 dpmm / 203 dpi <<<<<\n\n^FX Shipper or Origination Address\n^CFP\n^FO50,50^FDShipper Name^FS\n^FO50,70^FDAddress Line 1^FS\n^FO50,90^FDAddress Line 2^FS\n^FO50,110^FDCity, State^FS\n^FO50,130^FDZip Code^FS\n\n^FX Inland Logo\n^FO350,50^GFA,5044,5044,52,,:::::gJ07IFChH03IFE,gJ07IFEhH03IFE,I07FY07IFEhH03IFE,001FFCX07IFEhH03IFE,003FFEX07IFEhH03IFE,007IFX07IFEhH03IFE,00JF8W07IFEhH03IFE,:01JFCW07IFEhH03IFE,:::::01JFCW07IFEhH03IFEU0C,00JF8W07IFEhH03IFES01FFC,00JF8W07IFEhH03IFER03JFC,007IFX07IFEhH03IFEQ03LFE,003FFEX07IFEhH03IFEP07NFE,001FFCX07IFEhH03IFEO0QFE,I07FY07IFEhH03IFEM01SFE,gJ07IFEhH03IFEL01UFE,gJ07IFEhH03IFEM07UFE,gJ07IFEhH03IFEN07VF,gJ07IFEhH03IFEO07UF,gJ07IFEhH03IFEP07TF,gJ07IFEhH03IFEQ07SF,gJ07IFEhH03IFER0SF,U01FF8K07IFEL07FCV0FFCO03FF003IFES0RF,U0JF8J07IFEK03IFCT07IF8M01IFE03IFET0QF,00JF800JF83JFEJ07IFEJ01KF0JFC00JFC1JFEM0KF83IFEU0PF,00JF800JF87KFJ07IFEJ07KFCJFC00JFC7KF8K01KFE3IFEV0OF,00JF800JF8LF8I07IFEJ0LFEJFC00JFCLFCK07LF3IFEV07NF,00JF800JF9LFCI07IFEI01QFC00JFDLFEK0QFEV07NF,00JF800JFBLFEI07IFEI03QFC00JFDMFJ01QFEV07NF,00JF800RFI07IFEI07QFC00RFJ03QFEV07NF,00JF800RFI07IFEI0RFC00RF8I07QFEV07NF,00JF800RF8007IFE001RFC00RF8I0RFEV07NF,00JF800RF8007IFE003RFC00RFC001RFEV07NF,:00JF800RFC007IFE007RFC00RFC003RFEV07NF,00JF800RFC007IFE00SFC00RFC003RFEK0FFO07NF,00JF800KFC07JFC007IFE00SFC00KFE03JFE007RFEI01JFN07NF,00JF800KF001JFC007IFE00KFE03KFC00KF801JFE007KF01KFE001KFEM07NF,00JF800JFEI0JFC007IFE01KF800KFC00KFI0JFE007JFC007JFE03MFEL07NF,00JF800JFEI0JFC007IFE01JFEI07JFC00JFEI07IFE00KFI01JFE3OFEK07NF,00JF800JFCI07IFC007IFE01JFCI03JFC00JFEI07IFE00JFEJ0JFE1PFCJ07NF,00JF800JFCI07IFC007IFE03JF8I01JFC00JFCI07IFE00JFEJ0JFE01PFJ07NF,00JF800JFCI07IFC007IFE03JF8J0JFC00JFCI03IFE00JFCJ07IFE003OFJ07NF,00JF800JF8I07IFC007IFE03JFK0JFC00JFCI03IFE01JFCJ07IFEI03NFJ07NF,00JF800JF8I07IFC007IFE03JFK07IFC00JFCI03IFE01JF8J03IFEJ07MFJ07NF,00JF800JF8I07IFC007IFE03JFK07IFC00JFCI03IFE01JF8J03IFEK07LFJ07NF,00JF800JF8I07IFC007IFE03JFK07IFC00JFCI03IFE01JF8J03IFEL0LFJ07NF,::::00JF800JF8I07IFC007IFE03JFK0JFC00JFCI03IFE01JF8J03IFEL0LFJ07NF,00JF800JF8I07IFC007IFE03JF8J0JFC00JFCI03IFE00JFCJ07IFEL0LFJ07NF,00JF800JF8I07IFC007IFE03JF8I01JFC00JFCI03IFE00JFCJ07IFEL0LFJ07NF,00JF800JF8I07IFC007IFE01JFCI01JFC00JFCI03IFE00JFEJ0JFEL0LFJ07NF,00JF800JF8I07IFC007IFE01JFEI03JFC00JFCI03IFE00KFI01JFEL0LFJ07NF,00JF800JF8I07IFC007IFE01KFI0KFC00JFCI03IFE007JF8003JFEL0LFJ07MF8,00JF800JF8I07IFC007IFE00KFC03KFC00JFCI03IFE007KF00KFEL0LFJ07LF8,00JF800JF8I07IFC007IFE00SFC00JFCI03IFE007RFEL0LFJ07KF8,00JF800JF8I07IFC007IFE00SFC00JFCI03IFE003RFEL0LFJ07JFC,00JF800JF8I07IFC007IFE007RFC00JFCI03IFE003RFEL0LFJ07IFC,00JF800JF8I07IFC007IFE003RFC00JFCI03IFE001RFEL0LFJ07FFC,00JF800JF8I07IFC007IFE003RFC00JFCI03IFE001RFEL0LFJ07FC,00JF800JF8I07IFC007IFE001RFC00JFCI03IFEI0RFEL0LFJ07E,00JF800JF8I07IFC007IFEI0RFC00JFCI03IFEI07QFEL0LFJ06,00JF800JF8I07IFC007IFEI07QFC00JFCI03IFEI03QFEL0LF,00JF800JF8I07IFC007IFEI03QFC00JFCI03IFEI01QFEL0LF,00JF800JF8I07IFC007IFEI01QFC00JFCI03IFEJ0MFBIFEL0LF,00JF800JF8I07IFC007IFEJ0LFEJFC00JFCI03IFEJ07LF3IFEL0LF,00JF800JF8I07IFC007IFEJ07KFCJFC00JFCI03IFEJ01KFE3IFEL0KFE,00JF800JF8I07IFC007IFEJ01KF0JFC00JFCI03IFEK0KF83IFEL0KF,00JF800JF8I03IFC003IFCK07IFC07IF8007IF8I03IFEK01JF03IFEL0JF,gU0FFEgN03FF8R0IF8,jH0FF8,jH0F8,,:::::::::^FS\n\n^FX Inland URL\n^CFR\n^FO355,150^FDinlandlogistics.co^FS\n\n^FX Horizontal Rule\n^FO50,190^GB712,3,3^FS\n\n^FX Destination address\n^CF0,25\n^FO50,230^FDReceiver Name^FS\n^CF0,40\n^FO50,270^FDAddress Line 1^FS\n^CF0,25\n^FO50,330^FDAddress Line 2^FS\n^FO50,370^FDCity, State Zip+4^FS\n\n^FX Carrier Routing Code (up to 5-char, alphanumeric)\n^FO640,230^GB120,50,3^FS\n^CF0,40\n^FO640,240^FB120,1,0,C^FDABCDE\\&^FS\n\n^FX Horizontal Rule\n^FO50,410^GB712,3,3^FS\n\n^FX Consignee Label Message\n^CFP\n^FO50,420^FB700,3^FD{{Receiver's label message, max 128 char, wraps in 2 lines, examples: \"Receiver Phone Number\", \"Gate Code:1234\", \"Leave package at front door.\"}}^FS\n\n^FX Package Tracking Id\n^FO50,460^FDPackage Tracking: inlandlogistics.co/track/{{package_id, example: \"12345678901\"}}^FS\n\n^FX Horizontal Rule\n^FO50,485^GB712,3,3^FS\n\n^FX Paackage Id (Code128, 11-char package id)\n^FO145,510^BY3,2^BCN,150,N,N,N,N^FD12345678901^FS\n\n^FX Human Readable Package ID (11-char package id)\n^CF0,25^FO50,670^FB700,1,0,C,0^FD12345678901\\&^FS\n\n^FX Route Breadcrumb Boxes -\n ^FO50,700^GB240,100,3^FS\n^FO287,700^GB240,100,100^FS\n^FO523,700^GB240,100,3^FS\n\n^FX Route Breadcrumb Text\n^CF0,45\n^FX Origin Facility Id\n^FO50,735^FB235,1,0,C^FDTSORDD1\\&^FS\n^FX Inland Mixing Center Faciliy Id\n^FO287,735^FB235,1,0,C^FR^FDILORDM1\\&^FS\n^CF0,80\n^FX Destination Zip Code\n^FO528,720^FB235,1,0,C^FD12345\\&^FS\n\n^FX Horizontal Rule\n^FO50,825^GB712,3,3^FS\n\n^FX Shipper Notes (e.g., order number)\n^CFP\n^FO50,840^FD{{shipper notes 1, max 64 char}}^FS\n^FO50,870^FD{{shipper notes 2, max 64 char}}^FS\n\n^FX Ship Date Weight and Date Boxes\n^FO285,900^GB250,66,3^FS\n^FO285,966^GB250,66,66^FS\n^FO285,1032^GB250,66,3^FS\n\n^FX Ship Date, Weight and Date Text\n^CF0,10,10\n^FX Ship Date\n^FO291,905^FDShip Date:^FS\n^CF0,40,25\n^FO300,918^FB220,1,0,C^FD2021-08-03\\&^FS\n^FX Package Weight (full pounds only, rounded up 3.2lb = 4lb)\n^FO300,983^FB220,1,0,C^FR^FD8 lb\\&^FS\n^FX Delivery Service Level (2-DAY is Inland standard)\n^FO300,1050^FB220,1,0,C^FD2-DAY\\&^FS\n\n^FX Left Side DATAMATRIX\n^FO50,900^BXN,12,200^FD12345678901^FS\n^FX Right Side DATAMATRIX, rotated 180 degrees\n^FO590,900^BXR,12,200^FD12345678901^FS\n^XZ"},"url":"none - ZPL example, not an API call","urlObject":{"host":["none - ZPL example, not an API call"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6a87e58-266e-4b93-b85c-8daadbde0fdc"}],"id":"333becc4-c34c-4925-923c-fde3cc18acd8","_postman_id":"333becc4-c34c-4925-923c-fde3cc18acd8","description":""},{"name":"Void shipment","item":[{"name":"Void shipment req/res","id":"67f35147-3d18-403e-8c49-4b2ed9376590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.platform.inlandlogistics.co/api/v6/void-shipment/:shipment_id","urlObject":{"protocol":"https","path":["api","v6","void-shipment",":shipment_id"],"host":["api","platform","inlandlogistics","co"],"query":[],"variable":[{"description":{"content":"<p>Inland Shipment/Package Id for this shipment.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipment_id"}]}},"response":[{"id":"fdc73e55-6f7f-4c88-9f6c-2f5efb7946a6","name":"Void Shipment req/res","originalRequest":{"method":"POST","header":[],"url":"https://api.platform.inlandlogistics.co/api/v6/void_shipment/[shipment_id]"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"error\": null,\n    \"data\": {\n        \"inland_shipment_id\": \"SCORDD1-P22117-31587160452-35004\"\n    }\n}"}],"_postman_id":"67f35147-3d18-403e-8c49-4b2ed9376590"}],"id":"11dc417c-3fce-4fba-8c0a-5b2efdee02be","description":"<p>To void an individual shipment. Voided shipments are deleted from the platform. If a shipment needs to be shipped after voiding, a Pickup Req must be sent to obtain a new shipment id.</p>\n","_postman_id":"11dc417c-3fce-4fba-8c0a-5b2efdee02be"},{"name":"Shipment Status","item":[{"name":"Shipment Status (individual)","id":"5c2bdcd9-35c1-4717-8a30-8d3aee931a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.platform.inlandlogistics.co/api/v6/shipment-status/:shipment_id","description":"<p>The Shipment Status API is used to request the status of an individual shipment. It is often used by Shipper's customer service centers to provide an immediate update on the status of a shipment.</p>\n<p>Shipment status is updated typically within 15 minutes of each scan event.</p>\n","urlObject":{"protocol":"https","path":["api","v6","shipment-status",":shipment_id"],"host":["api","platform","inlandlogistics","co"],"query":[],"variable":[{"type":"any","value":"","key":"shipment_id"}]}},"response":[{"id":"0682631c-c0b3-45ff-b05a-96ae0ab4b338","name":"GET | Shipment Status Success","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"https://api.platform.inlandlogistics.co/v6/shipments/shipment-status/:shipment_id","protocol":"https","host":["api","platform","inlandlogistics","co"],"path":["v6","shipments","shipment-status",":shipment_id"],"variable":[{"key":"shipment_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": 201,\r\n    \"error\": null,\r\n    \"data\": {\r\n        \"package_id\": \"83840000001\",\r\n        \"inland_package_id\": \"LMSFCM1-D02171400-83840000001-35004\",\r\n        \"ship_date\": \"2022-02-17T18:26:32.881Z\",\r\n        \"current_status\": \"in_transit_line_haul\",\r\n        \"current_status_datetime\": \"2022-02-17T18:34:29.721Z\",\r\n        \"activity\": [\r\n            {\r\n                \"package_status\": \"package_id_requested\",\r\n                \"package_status_description\": \"Label requested by Shipper\",\r\n                \"created_at\": \"2022-02-17T18:26:32.980Z\",\r\n                \"location\": \"Tampa\"\r\n            },\r\n            {\r\n                \"package_status\": \"in_transit_line_haul\",\r\n                \"package_status_description\": \"Package is in transit to Mixing Center\",\r\n                \"created_at\": \"2022-02-17T18:34:29.721Z\",\r\n                \"location\": \"Tampa\"\r\n            }\r\n        ],\r\n        \"package_details\": {\r\n            \"service_code\": \"2DAY\",\r\n            \"signature_on_delivery\": false,\r\n            \"contains_alcohol\": false,\r\n            \"weight\": 1,\r\n            \"weight_unit\": \"pounds\",\r\n            \"length\": 20,\r\n            \"width\": 20,\r\n            \"height\": 20,\r\n            \"dimensions_unit\": \"inches\",\r\n            \"package_cube\": 8000,\r\n            \"label_message\": \"\",\r\n            \"bill_weight\": 80,\r\n            \"insured_value\": 0,\r\n            \"goods_type\": \"PKG000000118\",\r\n            \"hazardous_goods\": false,\r\n            \"hazardous_goods_type\": \"null\",\r\n            \"shipper_notes_1\": \"Leave in box on porch\",\r\n            \"shipper_notes_2\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": null,\r\n            \"company\": \"TRACY499\",\r\n            \"phone\": \"222-333-4444\",\r\n            \"address_line1\": \"1605 N Chrisman Rd\",\r\n            \"address_line2\": \"\",\r\n            \"address_line3\": \"\",\r\n            \"city_locality\": \"Tracy\",\r\n            \"state_province\": \"CA\",\r\n            \"address_type\": \"ship_to\",\r\n            \"address_residential_indicator\": false,\r\n            \"postal_code\": \"95304\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"5c2bdcd9-35c1-4717-8a30-8d3aee931a94"},{"name":"Bulk Shipment Status - CSV GET from SFTP, updated periodically","id":"5e138542-9bc6-4b48-a7ad-a1e2ee6bf25e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"// File Name:\n// datetime-shipper-carrier.csv\n// Example:\n// 1994-11-05T08:15:30-05:00-Acme_e-Commerce-Inland.csv\n\n// File Descriptor (row type 1 - appears once at top of CSV):\nrow_type, create_datetime, shipper_name, carrier_name\n// Example:\n1,1994-11-05T08:15:30-05:00,\"Acme e-Commerce Inc.\",\"Inland Logistics\"\n\n// Shipment Status row type 2 - one rwo for each shipment:\nrow_type, shipment_id, update_datetime, status_code, status_description, location_city, location_state\n// Example:\n2,SCORDD1-57021435783-94112,1994-11-05T08:15:30-05:00,\"delivered\", \"Shipment Delivered\",\"New York\", \"NY\"","options":{"raw":{"language":"text"}}},"url":"none - CSV availalable on Inland SFTP server","description":"<p>This is the format for describing shipment updates in bulk using CSV files that are deposited on the Inland SFTP server. This is not an API.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"33a75e95-9dc1-481a-97b7-1af6215958a3","id":"33a75e95-9dc1-481a-97b7-1af6215958a3","name":"Shipment Status","type":"folder"}},"urlObject":{"host":["none - CSV availalable on Inland SFTP server"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e138542-9bc6-4b48-a7ad-a1e2ee6bf25e"},{"name":"Bulk shipment Status - JSON GET from SFTP, updated periodically","id":"ee0a6f55-f8ed-4e64-8432-c7a959e0dd79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"// File Name:\n// datetime-shipper-carrier.json\n\n// Example:\n// 1994-11-05T08:15:30-05:00-Acme_e-Commerce-Inland.json\n\n// File Contents:\n\n{\n    \"file_descriptor\": {\n        \"create_datetime\": 2021-04-15T22:14:06.012-05:00,\n        \"shipper_name\": \"Acme e-Commerce, Inc.\",\n        \"carrier_name\": \"Inland Logistics\"\n    },\n    \"shipment_updates\": [\n        {\n            \"shipment_id\": \"SCORDD1-P4010-57034165783-94112\",\n            \"update_datetime\": 2021-04-15T22:14:06.012-05:00,\n            \"code\": \"delivered\",\n            \"description\": \"Delivered\",\n            \"location_city\": \"New York\",\n            \"location_state\": \"NY\"\n        },\n        {\n            \"shipment_id\": \"SCOORDD1-P4010-5703567299-94112\",\n            \"update_datetime\": 2021-04-15T22:14:08.011-05:00,\n            \"code\": \"out_for_delivery\",\n            \"description\": \"Out For Delivery\",\n            \"location_city\": \"New York\",\n            \"location_state\": \"NY\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"none - JSON on Inland SFTP server","description":"<p>This is the format for describing shipment updates in bulk using JSON files that are deposited on the Inland SFTP server. This is not an API.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"33a75e95-9dc1-481a-97b7-1af6215958a3","id":"33a75e95-9dc1-481a-97b7-1af6215958a3","name":"Shipment Status","type":"folder"}},"urlObject":{"host":["none - JSON on Inland SFTP server"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee0a6f55-f8ed-4e64-8432-c7a959e0dd79"}],"id":"33a75e95-9dc1-481a-97b7-1af6215958a3","description":"<p>Use the Shipment Status API to determine the delivery status of a shipment from inception to final delivery or delivery failure.</p>\n<h2 id=\"inland-shipment-statuses\">Inland Shipment Statuses</h2>\n<p>Inland updates shipment status every 15 minutes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code (API value)</th>\n<th>Status Description (displayed in UI)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label_created</td>\n<td>Label Created</td>\n</tr>\n<tr>\n<td>origin_scan</td>\n<td>Origin Scan</td>\n</tr>\n<tr>\n<td>shipped</td>\n<td>Shipped</td>\n</tr>\n<tr>\n<td>out_for_delivery</td>\n<td>Out For Delivery</td>\n</tr>\n<tr>\n<td>delivery_delayed</td>\n<td>Delivery Delayed</td>\n</tr>\n<tr>\n<td>delivered</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>not_delivered_refused</td>\n<td>Not Delivered, Refused by Receiver</td>\n</tr>\n<tr>\n<td>not_delivered_too_late_to_deliver</td>\n<td>Too late to deliver. Will attempt delivery next day.</td>\n</tr>\n<tr>\n<td>not_delivered_bad_weather</td>\n<td>Unsafe weather. Will attempt delivery next day.</td>\n</tr>\n<tr>\n<td>not_delivered_damaged</td>\n<td>Damaged. Contact seller.</td>\n</tr>\n<tr>\n<td>not_delivered_shipment_not_found</td>\n<td>Shipment lost in transit. Contact seller.</td>\n</tr>\n<tr>\n<td>not_delivered_address_not_found</td>\n<td>Delivery address not found. Contact seller.</td>\n</tr>\n<tr>\n<td>not_delivered_unsafe_to_deliver</td>\n<td>Unsafe to deliver. Contact seller for retry.</td>\n</tr>\n<tr>\n<td>not_delivered_could_not_access_location</td>\n<td>Could not access delivery location. Will attempt delivery next day.</td>\n</tr>\n<tr>\n<td>other_status</td>\n<td>Other Status - 'catch all' status for events not otherwise listed</td>\n</tr>\n</tbody>\n</table>\n</div><p>Inland shipment status codes are be mapped by Inland to Shipper shipment status codes. Discuss details with your Inland representative.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c4b25dfe-1a59-4bd1-982a-9e3edfab8169","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9e6459b6-3db3-4278-963a-5f6f3c221b3e","type":"text/javascript","exec":[""]}}],"_postman_id":"33a75e95-9dc1-481a-97b7-1af6215958a3"},{"name":"Invoice Data","item":[],"id":"bd9a69cb-850e-4551-9d21-8737db43bc6f","description":"<p>Invoice data is available through Inland's online portal. Shippers and Carriers can review and approve invoices, submit and resolve shipment level issues and download invoice summaries and details. Access credentials are available from your Inland representative.</p>\n<h2 id=\"invoice-csv\">Invoice CSV</h2>\n<p>Invoice details are also available by CSV on our SFTP host. This service is typically used by Shippers for their 3rd party invoice audit team. Invoices are PUT on the Inland SFTP host each Sunday morning at 0800HRS UTC.</p>\n","_postman_id":"bd9a69cb-850e-4551-9d21-8737db43bc6f"},{"name":"SFTP Host","item":[],"id":"6113467d-03a0-4aa8-906f-e1e1eca6eadf","description":"<p>Inland maintains multiple SFTP services for its shippers and carriers. The test and production endpoint are the same.</p>\n<p>Inland's SFTP Host details:</p>\n<ul>\n<li><strong>Port:</strong> 22</li>\n<li><strong>Staging/Testing Host:</strong> sftp.staging.inlandlogistics.co</li>\n<li><strong>Production Host:</strong> sftp.inlandlogistics.co, or 35.226.64.142 (fixed IP address)</li>\n<li><strong>Credentials:</strong> Login credentials are available from your Inland contacts.</li>\n</ul>\n<p>Your SFTP directory structure is:</p>\n<ul>\n<li><strong>/</strong> - your root directory</li>\n<li><strong>/documentation</strong> - documentation for SFTP files - CSV, JSON</li>\n<li><strong>/uploads</strong> - files uploaded by shippers and carriers</li>\n<li><strong>/downloads</strong> - files uploaded by Inland and ready for download by shippers and carriers</li>\n</ul>\n","_postman_id":"6113467d-03a0-4aa8-906f-e1e1eca6eadf"},{"name":"Integrations","item":[{"name":"Shipment Status Update","id":"24392c22-5ca0-4e6c-9f1d-b6eb36bcbf23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"authorization","value":"<company-apy-key>","description":"<p>API Key provided by Inland.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"<new_status>\",\n    \"pod_url\": \"<image_url>\",\n    \"datetime\": \"<status_datetime>\",\n    \"metadata\": [\n        {\n            \"label\": \"<label_title>\",\n            \"value\": \"<value>\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v6/shipments/:shipment_id/update-status","description":"<h2 id=\"use-this-endpoint-to-send-status-updates-for-a-specific-package\">Use this endpoint to send status updates for a specific package.</h2>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>field</strong></th>\n<th><strong>required</strong></th>\n<th><strong>description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>yes</td>\n<td>Inland status code for this update.</td>\n</tr>\n<tr>\n<td>datetime</td>\n<td>yes</td>\n<td>Datetime for the status. Must be on <strong>ISO_8601</strong> format.</td>\n</tr>\n<tr>\n<td>metadata</td>\n<td>no</td>\n<td>Extra information that can be useful for this update.</td>\n</tr>\n<tr>\n<td>pod_url</td>\n<td>no</td>\n<td>Image URLs for the shipment POD.</td>\n</tr>\n<tr>\n<td>label</td>\n<td>yes</td>\n<td>Custom title for the metadata item.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>yes</td>\n<td>Custom value for the metadata item.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v6","shipments",":shipment_id","update-status"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":null,"key":"shipment_id"}]}},"response":[{"id":"03de6c24-ea97-4a44-a517-ceec84caf8a8","name":"Shipment Status Update Success","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"<company-apy-key>","description":"API Key provided by Inland.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"delivered\",\n    \"metadata\": [\n        {\n            \"label\": \"note\",\n            \"value\": \"Delivered at front door.\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v6/shipments/:shipmentId/update-status","host":["{{host}}"],"path":["api","v6","shipments",":shipmentId","update-status"],"variable":[{"key":"shipmentId","value":"84670188257"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"data\": {\n        \"inland_package_id\": \"STEWRM1-D08291459-84670188257-22321\",\n        \"shipper_package_id\": \"84670188257\",\n        \"package_status\": \"delivered\"\n    }\n}"}],"_postman_id":"24392c22-5ca0-4e6c-9f1d-b6eb36bcbf23"},{"name":"Update Shipment Address","id":"aac5e1d3-9692-4339-a134-e02bda4ad230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"address_line1\": \"<new_address_line1>\",\n    \"address_line2\": \"<new_address_line2>\",\n    \"city_locality\": \"<new_city_locality>\",\n    \"state_province\": \"<new_state_province>\",\n    \"postal_code\": \"<new_postal_code>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v6/shipments/:shipment_id/update-details","urlObject":{"path":["api","v6","shipments",":shipment_id","update-details"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":null,"key":"shipment_id"}]}},"response":[],"_postman_id":"aac5e1d3-9692-4339-a134-e02bda4ad230"}],"id":"4383e0c1-a06b-422c-b45e-b44b543d6dd3","_postman_id":"4383e0c1-a06b-422c-b45e-b44b543d6dd3","description":""}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"http://localhost:3000","type":"string"}]}