{"info":{"_postman_id":"54ec8e57-76fd-4d87-90e4-d3c16f8e7a74","name":"Xenor API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"32448221","collectionId":"54ec8e57-76fd-4d87-90e4-d3c16f8e7a74","publishedId":"2sB3HqHJHp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"be1717"},"publishDate":"2025-09-15T11:12:50.000Z"},"item":[{"name":"Authentication","id":"ac2ec080-39ca-4c1e-af7e-6155462f3bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AUTH_USER","value":""},{"key":"AUTH_PW","value":""}],"url":"https://api.xenor.tech/auth","description":"<p>In the JSON result will be the API Key if the connection is OK, you can replace APIKEY in the URL below with the APIKey</p>\n","urlObject":{"path":["auth"],"host":["https://api.xenor.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac2ec080-39ca-4c1e-af7e-6155462f3bf8"},{"name":"get_tracking_information","id":"e73822f2-8fdf-489e-a6c4-90b11446e95d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.xenor.tech/get_tracking_information/APIKEY/tracking_code?flight_tracking_setting=include&lang=en&type=barcode&tracking_details=full","description":"<p>StartFragment</p>\n<h2 id=\"query-parameters-explanation\"><strong>Query Parameters Explanation</strong></h2>\n<p>These parameters can be used to customize the behavior and response of the tracking API.</p>\n<h3 id=\"1-lang\"><strong>1.</strong> <strong><code>lang</code></strong></h3>\n<ul>\n<li><p><strong>Description:</strong> Sets the language for the API response.</p>\n</li>\n<li><p><strong>Accepted Values:</strong></p>\n<ul>\n<li><p><code>en</code> – English</p>\n</li>\n<li><p><code>nl</code> – Dutch</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Default:</strong> <code>en</code></p>\n</li>\n<li><p><strong>Example:</strong><br />  <code>?lang=nl</code></p>\n</li>\n</ul>\n<h3 id=\"2-flight_tracking_setting\"><strong>2.</strong> <strong><code>flight_tracking_setting</code></strong></h3>\n<ul>\n<li><p><strong>Description:</strong> Defines how flight/waybill tracking should be handled.</p>\n</li>\n<li><p><strong>Accepted Values:</strong></p>\n<ul>\n<li><p><code>only</code> – Track only by waybill</p>\n</li>\n<li><p><code>include</code> – Include waybill tracking with parcel tracking</p>\n</li>\n<li><p><code>exclude</code> – Exclude waybill tracking</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Default:</strong> <code>exclude</code></p>\n</li>\n<li><p><strong>Example:</strong><br />  <code>?flight_tracking_setting=include</code></p>\n</li>\n</ul>\n<h3 id=\"3-type\"><strong>3.</strong> <strong><code>type</code></strong></h3>\n<ul>\n<li><p><strong>Description:</strong> Specifies the type of tracking being used.</p>\n</li>\n<li><p><strong>Accepted Values:</strong></p>\n<ul>\n<li><p><code>barcode</code> – Track using barcodes (default, and up to 1000 per request)</p>\n</li>\n<li><p><code>waybill</code> – Track using a single waybill number</p>\n</li>\n<li><p><code>box</code> – Track using box IDs (up to 10 per request)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Default:</strong> <code>barcode</code></p>\n</li>\n<li><p><strong>Example:</strong><br />  <code>?type=waybill</code></p>\n</li>\n</ul>\n<h3 id=\"4-tracking_details\"><strong>4.</strong> <strong><code>tracking_details</code></strong></h3>\n<ul>\n<li><p><strong>Description:</strong> Defines the level of detail in the tracking response.</p>\n</li>\n<li><p><strong>Accepted Values:</strong></p>\n<ul>\n<li><p><code>minimal</code> – Basic information only</p>\n</li>\n<li><p><code>lastStatus</code> – returns only the most recent status</p>\n</li>\n<li><p><code>full</code> – Complete tracking history and details</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Default:</strong> <code>full</code></p>\n</li>\n<li><p><strong>Example:</strong><br />  <code>?tracking_details=lastStatus</code></p>\n</li>\n</ul>\n<h2 id=\"usage-examples\"><strong>Usage Examples</strong></h2>\n<p><strong>Track a waybill in Dutch with last status only:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>?type=waybill&amp;lang=nl&amp;tracking_details=lastStatus\n\n</code></pre><p><strong>Track barcodes with full detail and include waybill tracking:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>?type=barcode&amp;flight_tracking_setting=include&amp;tracking_details=full\n\n</code></pre><h3 id=\"status-codes-table\"><strong>Status Codes Table</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Description (EN)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>97</td>\n<td>Manifested for customs</td>\n</tr>\n<tr>\n<td>98</td>\n<td>Label data has been pre-registered</td>\n</tr>\n<tr>\n<td>99</td>\n<td>Label has been created</td>\n</tr>\n<tr>\n<td>200</td>\n<td>Dispatch declaration</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Dispatch arrival</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Dispatch documentation</td>\n</tr>\n<tr>\n<td>203</td>\n<td>Dispatch amendment</td>\n</tr>\n<tr>\n<td>204</td>\n<td>Dispatch cancellation</td>\n</tr>\n<tr>\n<td>205</td>\n<td>Customs clearance started</td>\n</tr>\n<tr>\n<td>207</td>\n<td>Customs Issue</td>\n</tr>\n<tr>\n<td>208</td>\n<td>Confiscated</td>\n</tr>\n<tr>\n<td>209</td>\n<td>Held by customs</td>\n</tr>\n<tr>\n<td>210</td>\n<td>Needs documents</td>\n</tr>\n<tr>\n<td>211</td>\n<td>Accepted</td>\n</tr>\n<tr>\n<td>213</td>\n<td>Parcel cleared</td>\n</tr>\n<tr>\n<td>214</td>\n<td>Cleared manually</td>\n</tr>\n<tr>\n<td>215</td>\n<td>Cancelled</td>\n</tr>\n<tr>\n<td>216</td>\n<td>Arrived in facility</td>\n</tr>\n<tr>\n<td>217</td>\n<td>Ready for last mile</td>\n</tr>\n<tr>\n<td>218</td>\n<td>Released to last mile</td>\n</tr>\n<tr>\n<td>219</td>\n<td>Job dispatched</td>\n</tr>\n<tr>\n<td>2000</td>\n<td>The cargo is being tracked</td>\n</tr>\n<tr>\n<td>2001</td>\n<td>Information has been sent, waiting for the logistics provider to pick up the cargo</td>\n</tr>\n<tr>\n<td>2002</td>\n<td>The logistics provider gets the cargo</td>\n</tr>\n<tr>\n<td>2003</td>\n<td>In transit</td>\n</tr>\n<tr>\n<td>2004</td>\n<td>The cargo arrived at their destination</td>\n</tr>\n<tr>\n<td>2005</td>\n<td>Notify the consignee to pick up the cargo</td>\n</tr>\n<tr>\n<td>2006</td>\n<td>The cargo is delivered to the consignee</td>\n</tr>\n<tr>\n<td>2007</td>\n<td>Packages were lost, damaged, returned, unclaimed, etc</td>\n</tr>\n<tr>\n<td>2008</td>\n<td>Shipping time too long</td>\n</tr>\n<tr>\n<td>3000</td>\n<td>Parcel has reached a depot</td>\n</tr>\n<tr>\n<td>3001</td>\n<td>Outbound scan</td>\n</tr>\n<tr>\n<td>3004</td>\n<td>Parcel details updated</td>\n</tr>\n<tr>\n<td>3005</td>\n<td>Parcel has arrived at the last-mile carrier</td>\n</tr>\n<tr>\n<td>3050</td>\n<td>Parcel has left the depot</td>\n</tr>\n<tr>\n<td>5000</td>\n<td>Parcel is out for delivery</td>\n</tr>\n<tr>\n<td>5001</td>\n<td>Parcel is out for delivery to recipient</td>\n</tr>\n<tr>\n<td>5002</td>\n<td>A text message notification has been sent to the recipient</td>\n</tr>\n<tr>\n<td>5003</td>\n<td>Parcel is out for delivery to parcel locker</td>\n</tr>\n<tr>\n<td>5004</td>\n<td>Parcel is out for delivery to parcel shop</td>\n</tr>\n<tr>\n<td>7000</td>\n<td>Recipient was not at home, second try:</td>\n</tr>\n<tr>\n<td>7001</td>\n<td>Recipient was not at home, package will be stored on the depot for 5 days</td>\n</tr>\n<tr>\n<td>7002</td>\n<td>Recipient was not at home</td>\n</tr>\n<tr>\n<td>7003</td>\n<td>Recipient was not at home, package can be picked up at a collection point</td>\n</tr>\n<tr>\n<td>7004</td>\n<td>Stored until requested</td>\n</tr>\n<tr>\n<td>8000</td>\n<td>Return to sender</td>\n</tr>\n<tr>\n<td>8001</td>\n<td>Shipment canceled</td>\n</tr>\n<tr>\n<td>8500</td>\n<td>Extra information</td>\n</tr>\n<tr>\n<td>9000</td>\n<td>Delivered</td>\n</tr>\n<tr>\n<td>9001</td>\n<td>Package is delivered to the neighbors</td>\n</tr>\n<tr>\n<td>9002</td>\n<td>Package is delivered to the parcelshop</td>\n</tr>\n<tr>\n<td>9003</td>\n<td>Package is delivered to the parcelbox</td>\n</tr>\n<tr>\n<td>9004</td>\n<td>Package is delivered to a secure place</td>\n</tr>\n<tr>\n<td>9005</td>\n<td>Package is collected</td>\n</tr>\n<tr>\n<td>9006</td>\n<td>Return delivered</td>\n</tr>\n<tr>\n<td>9500</td>\n<td>Refused</td>\n</tr>\n<tr>\n<td>9501</td>\n<td>Package was not picked up</td>\n</tr>\n<tr>\n<td>9502</td>\n<td>Package was not delivered</td>\n</tr>\n<tr>\n<td>9503</td>\n<td>Package is rerouted to a new address</td>\n</tr>\n<tr>\n<td>9600</td>\n<td>Incorrect address details</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["get_tracking_information","APIKEY","tracking_code"],"host":["https://api.xenor.tech"],"query":[{"description":{"content":"<p>Accepted values: only, include, or exclude.</p>\n","type":"text/plain"},"key":"flight_tracking_setting","value":"include"},{"description":{"content":"<p>Accepted values: nl and en</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p>Accepted values: waybill, box and barcode</p>\n","type":"text/plain"},"key":"type","value":"barcode"},{"description":{"content":"<p>Accepted values: minimal, lastStatus and full</p>\n","type":"text/plain"},"key":"tracking_details","value":"full"}],"variable":[]}},"response":[{"id":"3253a55d-457f-46e5-9f63-1153b72e075d","name":"Single","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{hostMMCore}}/get_tracking_information/APIKEY/tracking_code?flight_tracking_setting=include&lang=en&type=barcode&tracking_details=full","host":["{{hostMMCore}}"],"path":["get_tracking_information","APIKEY","tracking_code"],"query":[{"key":"flight_tracking_setting","value":"include","description":"Accepted values: only, include, or exclude."},{"key":"lang","value":"en","description":"Accepted values: nl and en"},{"key":"type","value":"barcode","description":"Accepted values: waybill, box and barcode"},{"key":"tracking_details","value":"full","description":"Accepted values: minimal, lastStatus and full"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"state\": true,\n    \"numberOfItems\": 1,\n    \"notFound\": [],\n    \"items\": {\n        \"123456789\": [\n            {\n                \"itemNumber\": 0,\n                \"code\": \"\",\n                \"description\": \"\",\n                \"location\": \"\",\n                \"dateTime\": \"\"\n            },\n            {\n                \"itemNumber\": 1,\n                \"code\": \"\",\n                \"description\": \"\",\n                \"location\": \"\",\n                \"dateTime\": \"\"\n            },\n            {\n                \"itemNumber\": 2,\n                \"code\": \"\",\n                \"description\": \"\",\n                \"location\": \"\",\n                \"dateTime\": \"\"\n            },\n            {\n                \"itemNumber\": 3,\n                \"code\": \"\",\n                \"description\": \"\",\n                \"location\": \"\",\n                \"dateTime\": \"\"\n            },\n            {\n                \"itemNumber\": 4,\n                \"code\": \"\",\n                \"description\": \"\",\n                \"location\": \"\",\n                \"dateTime\": \"\"\n            },\n            {\n                \"itemNumber\": 5,\n                \"code\": \"\",\n                \"description\": \"\",\n                \"location\": \"\",\n                \"dateTime\": \"\"\n            }\n        ]\n    },\n    \"lastStatus\": {\n        \"123456789\": {\n            \"itemNumber\": 0,\n            \"code\": \"\",\n            \"description\": \"\",\n            \"location\": \"\",\n            \"dateTime\": \"\"\n        }\n    },\n    \"flightTracking\": {\n        \"123-12345678\": [\n            {\n                \"itemNumber\": 0,\n                \"waybill\": \"123-12345678\",\n                \"code\": \"\",\n                \"description\": \"\",\n                \"station\": \"\",\n                \"flightNumber\": \"\",\n                \"plannedDateTime\": \"\",\n                \"actualDateTime\": \"\"\n            }\n        ]\n    }\n}"},{"id":"0c1a9402-24fb-4222-8f9a-399a11c32fb7","name":"Bulk","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"[\r\n    \"123456789\",\r\n    \"987654321\",\r\n    \"123498765\",\r\n    \"567894321\"\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{hostMMCore}}/get_tracking_information/APIKEY/tracking_code?flight_tracking_setting=include&lang=en&type=barcode&tracking_details=full","host":["{{hostMMCore}}"],"path":["get_tracking_information","APIKEY","tracking_code"],"query":[{"key":"flight_tracking_setting","value":"include","description":"Accepted values: only, include, or exclude."},{"key":"lang","value":"en","description":"Accepted values: nl and en"},{"key":"type","value":"barcode","description":"Accepted values: waybill, box and barcode"},{"key":"tracking_details","value":"full","description":"Accepted values: minimal, lastStatus and full"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"state\": true,\n  \"numberOfItems\": 4,\n  \"notFound\": [\"notFoundBarcode\"],\n  \"items\": {\n    \"123456789\": [\n      {\n        \"itemNumber\": 0,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 1,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 2,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 3,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 4,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 5,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      }\n    ],\n    \"123498765\": [\n      {\n        \"itemNumber\": 0,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 1,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 2,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 3,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 4,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 5,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      }\n    ],\n    \"567894321\": [\n      {\n        \"itemNumber\": 0,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 1,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 2,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 3,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 4,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 5,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      }\n    ],\n    \"987654321\": [\n      {\n        \"itemNumber\": 0,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 1,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 2,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 3,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 4,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      },\n      {\n        \"itemNumber\": 5,\n        \"code\": \"\",\n        \"description\": \"\",\n        \"location\": \"\",\n        \"dateTime\": \"\"\n      }\n    ]\n  },\n  \"lastStatus\": {\n    \"123456789\": {\n      \"itemNumber\": 0,\n      \"code\": \"\",\n      \"description\": \"\",\n      \"location\": \"\",\n      \"dateTime\": \"\"\n    },\n    \"123498765\": {\n      \"itemNumber\": 0,\n      \"code\": \"\",\n      \"description\": \"\",\n      \"location\": \"\",\n      \"dateTime\": \"\"\n    },\n    \"567894321\": {\n      \"itemNumber\": 0,\n      \"code\": \"\",\n      \"description\": \"\",\n      \"location\": \"\",\n      \"dateTime\": \"\"\n    },\n    \"987654321\": {\n      \"itemNumber\": 0,\n      \"code\": \"\",\n      \"description\": \"\",\n      \"location\": \"\",\n      \"dateTime\": \"\"\n    }\n  },\n  \"flightTracking\": {\n    \"123-12345678\": [\n      {\n        \"itemNumber\": 0,\n        \"waybill\": \"123-12345678\",\n        \"code\": \"\",\n        \"description\": \"\",\n        \"station\": \"\",\n        \"flightNumber\": \"\",\n        \"plannedDateTime\": \"\",\n        \"actualDateTime\": \"\"\n      }\n    ]\n  }\n}"}],"_postman_id":"e73822f2-8fdf-489e-a6c4-90b11446e95d"},{"name":"index_action_101 (Deprecated)","id":"1ec58751-eade-4f6f-9d0d-8665a46b93b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"parcel_CreatedBy","value":"","type":"text","disabled":true},{"key":"checkbox_stdemailtosender","value":"N","type":"text"},{"key":"checkbox_stdemailtoreceiver","value":"N","type":"text"},{"key":"parcel_checkbox_print_telefoonnummer","value":"N","type":"text"},{"key":"parcel_select_vervoerder","value":"9999","type":"text"},{"key":"parcel_select_vervoerderoptie","value":"0","type":"text"},{"key":"parcel_select_handtekeningvo","value":"N","type":"text"},{"key":"parcel_input_aantalpakketten","value":"1","type":"text"},{"key":"parcel_input_gewicht","value":"0,5","type":"text"},{"key":"parcel_input_waarde","value":"","type":"text","disabled":true},{"key":"parcel_input_afmetingl","value":"30","type":"text"},{"key":"parcel_input_afmetingb","value":"14","type":"text"},{"key":"parcel_input_afmetingh","value":"3","type":"text"},{"key":"parcel_select_nabb","value":"N","type":"text"},{"key":"parcel_print_logo_on_label","value":"N","type":"text"},{"key":"parcel_print_ownbarcode1","value":"","type":"text","disabled":true},{"key":"parcel_print_ownbarcode2","value":"","type":"text","disabled":true},{"key":"parcel_print_ownbarcode3","value":"","type":"text","disabled":true},{"key":"parcel_input_isBedrijf","value":"N","type":"text","disabled":true},{"key":"parcel_input_service_location","value":"","type":"text","disabled":true},{"key":"parcel_input_service_bedrijfsnaam","value":"","type":"text","disabled":true},{"key":"parcel_input_service_adres","value":"","type":"text","disabled":true},{"key":"parcel_input_service_huisnummer","value":"","type":"text","disabled":true},{"key":"parcel_input_service_postcode","value":"","type":"text","disabled":true},{"key":"parcel_input_service_plaats","value":"","type":"text","disabled":true},{"key":"parcel_input_service_land","value":"","type":"text","disabled":true},{"key":"parcel_input_bedrijfsnaam","value":"VENIPAK TEST","type":"text","disabled":true},{"key":"parcel_input_afdeling","value":"","type":"text","disabled":true},{"key":"parcel_input_voornaam","value":"John","type":"text"},{"key":"parcel_input_achternaam","value":"Doe","type":"text"},{"key":"parcel_input_email","value":"john.doe@mail.com","type":"text"},{"key":"parcel_input_inhoud","value":"some content","type":"text"},{"key":"parcel_input_inhoudopetiket","value":"","type":"text","disabled":true},{"key":"parcel_input_straat","value":"a street","type":"text"},{"key":"parcel_input_straat2","value":"","type":"text"},{"key":"parcel_input_huisnummer","value":"a housenumber","type":"text"},{"key":"parcel_input_postcode","value":"a zipcode","type":"text"},{"key":"parcel_input_plaats","value":"a place","type":"text"},{"key":"parcel_select_land","value":"a ISO 2 country","type":"text"},{"key":"parcel_input_telefoonnummer","value":"0612345678","type":"text"},{"key":"parcel_input_referentie","value":"Some reference","type":"text"},{"key":"parcel_input_referentie2","value":"","type":"text","disabled":true},{"key":"parcel_input_btwnummer","value":"","type":"text","disabled":true},{"key":"parcel_input_returnlabel","value":"","type":"text","disabled":true},{"key":"shipment_reprint","value":"","type":"text","disabled":true},{"key":"reference_unique","value":"N","type":"text","disabled":true},{"key":"parcel_checkbox_print_telefoonnummer","value":"Y","type":"text","uuid":"9bb95f2e-f2e3-470f-b808-0800d36f426f"}]},"url":"https://api.xenor.tech/action/APIKEY/101/","description":"<p>With this request a carrier label for a specific country is requested</p>\n<p>Options:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>?pl=Y/N</th>\n<th>Y = Show PDF label  <br />N= get JSON result (default)</th>\n<th>&lt; NOT a standard option</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>&amp;dhlzpl=Y/N</td>\n<td>Y = get DHL JSON Label  <br />N = get URL to get PDF (default)</td>\n<td>&lt; NOT a standard option</td>\n</tr>\n<tr>\n<td>&amp;zpl=Y/N</td>\n<td>Y = Only if carrier support this option, a json string will be returned with an field ZPL_Label  <br />N = get URL to get PDF (default)</td>\n<td></td>\n</tr>\n<tr>\n<td>&amp;o=JSON</td>\n<td>output will be in JSON</td>\n<td></td>\n</tr>\n<tr>\n<td>&amp;dl=Y</td>\n<td>the label will be called within this call action 101 will be skipped DEFAULT = N</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["action","APIKEY","101",""],"host":["https://api.xenor.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ec58751-eade-4f6f-9d0d-8665a46b93b3"},{"name":"index_action_101","id":"fe8aef78-4c71-4cee-8c23-7501ba173823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"created_by\": \"\",\r\n    \"standard_email_to_sender\": \"\",\r\n    \"standard_email_to_receiver\": \"\",\r\n    \"print_phone_number\": \"\",\r\n    \"carrier\": 9999,\r\n    \"carrier_option\": 0,\r\n    \"signature_required\": false,\r\n    \"number_of_packages\": 0,\r\n    \"weight\": 0.12,\r\n    \"value\": 22.99,\r\n    \"length\": 1.0,\r\n    \"width\": 2.0,\r\n    \"height\": 3.0,\r\n    \"is_company\": false,\r\n    \"service_location\": \"\",\r\n    \"service_company_name\": \"\",\r\n    \"service_address\": \"\",\r\n    \"service_house_number\": \"\",\r\n    \"service_postal_code\": \"\",\r\n    \"service_city\": \"\",\r\n    \"service_country\": \"\",\r\n    \"company_name\": \"\",\r\n    \"department\": \"\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"email\": \"john.doe@email.com\",\r\n    \"content\": \"Something\",\r\n    \"content_on_label\": \"\",\r\n    \"street\": \"A street\",\r\n    \"street2\": \"\",\r\n    \"house_number\": \"A house number\",\r\n    \"postal_code\": \"A postal code\",\r\n    \"city\": \"A city\",\r\n    \"country\": \"A Country\",\r\n    \"phone_number\": \"+31612345678\",\r\n    \"reference\": \"\",\r\n    \"reference2\": \"\",\r\n    \"vat_number\": \"\",\r\n    \"return_label\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.xenor.tech/action/APIKEY/101/","description":"<p>With this request a carrier label for a specific country is requested</p>\n<p>Options:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>?pl=Y/N</th>\n<th>Y = Show PDF label  <br />N= get JSON result (default)</th>\n<th>&lt; NOT a standard option</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>&amp;dhlzpl=Y/N</td>\n<td>Y = get DHL JSON Label  <br />N = get URL to get PDF (default)</td>\n<td>&lt; NOT a standard option</td>\n</tr>\n<tr>\n<td>&amp;zpl=Y/N</td>\n<td>Y = Only if carrier support this option, a json string will be returned with an field ZPL_Label  <br />N = get URL to get PDF (default)</td>\n<td></td>\n</tr>\n<tr>\n<td>&amp;o=JSON</td>\n<td>output will be in JSON</td>\n<td></td>\n</tr>\n<tr>\n<td>&amp;dl=Y</td>\n<td>the label will be called within this call action 101 will be skipped DEFAULT = N</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["action","APIKEY","101",""],"host":["https://api.xenor.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe8aef78-4c71-4cee-8c23-7501ba173823"},{"name":"post_manifest_data","id":"4357defc-f559-4979-b302-159c7c347e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"waybill\": \"999-12345678\",\r\n        \"packageId\": \"1\",\r\n        \"parcelId\": \"123456\",\r\n        \"name\": \"John Doe\",\r\n        \"address\": \"Test Street\",\r\n        \"address2\": \"\",\r\n        \"zipcode\": \"Test Zipcode\",\r\n        \"city\": \"Test City\",\r\n        \"country\": \"ISO 2 Country\",\r\n        \"phone\": \"0612345678\",\r\n        \"email\": \"john.doe@mail.com\",\r\n        \"sellerName\": \"seller\",\r\n        \"sellerAddress\": \"seller address\",\r\n        \"sellerZipcode\": \"seller zipcode\",\r\n        \"sellerCity\": \"seller city\",\r\n        \"sellerCountry\": \"seller ISO 2 country\",\r\n        \"sku\": \"sku\",\r\n        \"content\": \"Some content\",\r\n        \"hsCode\": \"123456\",\r\n        \"quantity\": \"1\",\r\n        \"itemPrice\": \"10.00\",\r\n        \"parcelWeight\": \"0.20\",\r\n        \"itemWeight\": \"0.22\",\r\n        \"currency\": \"USD\",\r\n        \"parcelPrice\": \"10.20\",\r\n        \"taxType\": \"IOSS\",\r\n        \"taxIdent\": \"taxIdent\",\r\n        \"grossWeight\": \"100\"\r\n    },\r\n        {\r\n        \"waybill\": \"999-12345678\",\r\n        \"packageId\": \"2\",\r\n        \"parcelId\": \"654321\",\r\n        \"name\": \"John Doe\",\r\n        \"address\": \"Test Street\",\r\n        \"address2\": \"\",\r\n        \"zipcode\": \"Test Zipcode\",\r\n        \"city\": \"Test City\",\r\n        \"country\": \"ISO 2 Country\",\r\n        \"phone\": \"0612345678\",\r\n        \"email\": \"john.doe@mail.com\",\r\n        \"sellerName\": \"seller\",\r\n        \"sellerAddress\": \"seller address\",\r\n        \"sellerZipcode\": \"seller zipcode\",\r\n        \"sellerCity\": \"seller city\",\r\n        \"sellerCountry\": \"seller ISO 2 country\",\r\n        \"sku\": \"sku2\",\r\n        \"content\": \"Some content\",\r\n        \"hsCode\": \"123456\",\r\n        \"quantity\": \"1\",\r\n        \"itemPrice\": \"10.00\",\r\n        \"parcelWeight\": \"0.20\",\r\n        \"itemWeight\": \"0.22\",\r\n        \"currency\": \"USD\",\r\n        \"parcelPrice\": \"10.20\",\r\n        \"taxType\": \"IOSS\",\r\n        \"taxIdent\": \"taxIdent\",\r\n        \"grossWeight\": \"100\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.xenor.tech/post_manifest_data/APIKEY","description":"<p>This request ensures that all the data will get uploaded to the database. This will in turn let us know what the data from a specific manifest is.</p>\n<p>Options:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>?ls=Y/N</th>\n<th>Y = Lock manifest data (if there are no errors)  <br />N = Don't lock manifest data (default)</th>\n<th>ONLY APPLICABLE FOR AIRWAYBILLS</th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div>","urlObject":{"path":["post_manifest_data","APIKEY"],"host":["https://api.xenor.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"4357defc-f559-4979-b302-159c7c347e82"},{"name":"post_manifest_lock_shipment","id":"17694336-d44e-4969-ae7d-ffe1a7c848a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\r\n{\"waybill\":\"999-12345678\"}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.xenor.tech/lock_shipment/APIKEY","description":"<p>With this request you notify us that this shipment is done, and no changes are expected. When this request is done we also do not allow any more changes to the shipment. This call is only applicable for Airwaybills</p>\n","urlObject":{"path":["lock_shipment","APIKEY"],"host":["https://api.xenor.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"17694336-d44e-4969-ae7d-ffe1a7c848a3"},{"name":"post_shipment_request","id":"d3adf74e-422b-4a72-abe4-07867f54c1fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"orderId\":\"\",\r\n  \"shipmentIds\": [1, 2, 3, 4, 5]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.xenor.tech/post_shipment_request/APIKEY","description":"<p>This will notify us to make a shipment towards the destination countries off the shipments.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>orderId</th>\n<th>Must be a Unique ID to order a shipment from us, we will then make sure a the shipment gets to it's location based on the parcels country(ies)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Must be a Unique ID to order a shipment from us, we will then make sure a the shipment gets to it's location based on the parcels country(ies)</td>\n<td>These are the shipment id's given to us when the shipment was uploaded to  <br />post_manifest_data</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["post_shipment_request","APIKEY"],"host":["https://api.xenor.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3adf74e-422b-4a72-abe4-07867f54c1fe"}],"event":[{"listen":"prerequest","script":{"id":"732f8f0a-f118-4508-821b-804c8914856a","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"921bea6a-d097-471f-85f3-0f186f270824","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"hostXenor","value":"https://api.xenor.tech"},{"key":"APIKEY","value":""}]}