{"info":{"_postman_id":"29136a70-1e1d-4081-963f-c5689e4554be","name":"MMCore API_oud","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"32448221","collectionId":"29136a70-1e1d-4081-963f-c5689e4554be","publishedId":"2sB3WvKwyi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"63b2dc"},"publishDate":"2025-11-12T14:12:35.000Z"},"item":[{"name":"Authentication","id":"f63e083f-7cb0-4b7d-b641-0f334a4573e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AUTH_USER","value":""},{"key":"AUTH_PW","value":""}],"url":"https://api.mmcore.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.mmcore.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"f63e083f-7cb0-4b7d-b641-0f334a4573e9"},{"name":"get_tracking_information","id":"e2d5e82b-7c70-466a-99c4-10d5d42d214c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.mmcore.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.mmcore.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":"76f95824-e219-4254-9e3e-a4eff83a578d","name":"Single","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mmcore.tech/get_tracking_information/APIKEY/tracking_code?flight_tracking_setting=include&lang=en&type=barcode&tracking_details=full","host":["https://api.mmcore.tech"],"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":"ca4777eb-de40-4961-a02e-96567c8c15d4","name":"Bulk","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.mmcore.tech/get_tracking_information/APIKEY/tracking_code?flight_tracking_setting=include&lang=en&type=barcode&tracking_details=full","host":["https://api.mmcore.tech"],"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":"e2d5e82b-7c70-466a-99c4-10d5d42d214c"},{"name":"index_action_101 (Deprecated)","id":"bb636c60-5866-4a67-8c21-f882e0f7c697","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"}]},"url":"https://api.mmcore.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.mmcore.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb636c60-5866-4a67-8c21-f882e0f7c697"},{"name":"index_action_101","id":"411729e3-2d0d-4aeb-a1f0-fd61d8a3abbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"created_by\": \"MMCore\",\r\n    \"print_phone_number\": \"Y\",\r\n    \"carrier_id\": 9999,\r\n    \"carrier_option_id\": 0,\r\n    \"signature_required\": false,\r\n    \"number_of_packages\": 1,\r\n    \"weight\": 1,\r\n    \"length\": 10,\r\n    \"width\": 30,\r\n    \"height\": 20,\r\n    \"service_location\": \"example service location\",\r\n    \"service_company_name\": \"Example Company\",\r\n    \"service_address\": \"Address\",\r\n    \"service_house_number\": \"1\",\r\n    \"service_postal_code\": \"1234AB\",\r\n    \"service_city\": \"Example City\",\r\n    \"service_country\": \"NL\",\r\n    \"is_company\": true,\r\n    \"company_name\": \"MMCore\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"email\": \"johndoe@mmcore.eu\",\r\n    \"content\": \"something\",\r\n    \"street\": \"street\",\r\n    \"house_number\": \"1\",\r\n    \"postal_code\": \"1234AB\",\r\n    \"city\": \"City\",\r\n    \"country\": \"NL\",\r\n    \"phone_number\": \"0612345678\",\r\n    \"reference\": 1,\r\n    \"reference2\": 2,\r\n    \"return_label\": false,\r\n    \"shipment_details\": {\r\n        \"invoice_number\": \"1\",\r\n        \"invoice_date\": \"2025-12-08\",\r\n        \"invoice_terms\": \"DDP\",\r\n        \"invoice_currency\": \"EUR\",\r\n        \"invoice_reason\": \"Sale\",\r\n        \"sender\": {\r\n            \"invoice_sender_company_name\": \"MMCore\",\r\n            \"invoice_sender_name\": \"John Doe\",\r\n            \"invoice_sender_street\": \"Street\",\r\n            \"invoice_sender_house_number\": \"1\",\r\n            \"invoice_sender_postal_code\": \"1234AB\",\r\n            \"invoice_sender_city\": \"City\",\r\n            \"invoice_sender_country\": \"NL\",\r\n            \"invoice_sender_email\": \"johndoe@mmcore.eu\",\r\n            \"invoice_sender_phone_number\": \"0612345678\",\r\n            \"invoice_sender_type\": \"Y\",\r\n            \"invoice_sender_vat_number\": \"vat\",\r\n            \"invoice_sender_eori_number\": \"eori\"\r\n        },\r\n        \"recipient\": {\r\n            \"invoice_recipient_company_name\": null,\r\n            \"invoice_recipient_name\": \"john doe\",\r\n            \"invoice_recipient_street\": \"street\",\r\n            \"invoice_recipient_house_number\": \"2\",\r\n            \"invoice_recipient_postal_code\": \"5678\",\r\n            \"invoice_recipient_city\": \"City\",\r\n            \"invoice_recipient_country\": \"US\",\r\n            \"invoice_recipient_email\": \"johndoe@mmcore.eu\",\r\n            \"invoice_recipient_phone_number\": \"0612345678\",\r\n            \"invoice_recipient_type\": \"N\",\r\n            \"invoice_recipient_vat_number\": \"\",\r\n            \"invoice_recipient_eori_number\": \"\"\r\n        },\r\n        \"invoice_items\": [\r\n            {\r\n                \"productcode\": \"123456\",\r\n                \"product\": \"something\",\r\n                \"quantity\": 1,\r\n                \"tariffcode\": \"123456\",\r\n                \"country_origin\": \"CN\",\r\n                \"weight\": 0.02,\r\n                \"itemprice\": 14.9\r\n            }\r\n        ]\r\n    },\r\n    \"loginData\": { //use only if you want to book through an specific customer, discuss this first with the developers\r\n        \"l\": \"username\",\r\n        \"w\": \"password\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mmcore.tech/action//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","","101",""],"host":["https://api.mmcore.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"411729e3-2d0d-4aeb-a1f0-fd61d8a3abbd"},{"name":"post_manifest_data","id":"7534173b-6ac6-49ef-ad00-72a2cfc2a1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"transportType\": \"CMR\", // Optional, defaults to \"AWB\" if not provided, possible values: \"AWB\", \"CMR\" or B/L\r\n        \"transportNumber\": \"999-12345678\", //required to be set and unique per shipment\r\n        \"packageId\": \"1\", //optional if CMR, required if AWB\r\n        \"parcelId\": \"123456\", //required to be set and unique per parcel within a package\r\n        \"name\": \"John Doe\", //recipient name (required)\r\n        \"address\": \"Test Street\", //recipient street address (required)\r\n        \"address2\": \"\", //recipient additional address info (optional)\r\n        \"zipcode\": \"Test Zipcode\", //recipient postal code (required)\r\n        \"city\": \"Test City\",  //recipient city (required)\r\n        \"country\": \"ISO 2 Country\", //recipient country in ISO 2 format (required)\r\n        \"phone\": \"0612345678\", //recipient phone number (required)\r\n        \"email\": \"john.doe@mail.com\", //recipient email address (required)\r\n        \"sellerName\": \"seller\", //sender name (required)\r\n        \"sellerAddress\": \"seller address\", //sender street address (required) \r\n        \"sellerZipcode\": \"seller zipcode\",  //sender postal code (required)\r\n        \"sellerCity\": \"seller city\", //sender city (required)\r\n        \"sellerCountry\": \"seller ISO 2 country\",  //sender country in ISO 2 format (required)\r\n        \"sku\": \"sku\", //item SKU or identifier (required)\r\n        \"content\": \"Some content\", //item description (required)\r\n        \"hsCode\": \"123456\", //item HS code for customs (required for transportType AWB and CMR outside EU)\r\n        \"quantity\": \"2\", //item quantity (required)\r\n        \"itemPrice\": \"10.00\", //item price (required)\r\n        \"itemWeight\": \"0.20\", //item weight in kg (required)\r\n        \"parcelWeight\": \"0.40\", //parcel weight in kg (required)\r\n        \"parcelPrice\": \"20.00\", //total parcel price (required)\r\n        \"currency\": \"USD\", //currency code in ISO 3 format (required)\r\n        \"taxType\": \"IOSS\", //tax type, e.g. IOSS, OSS, NON_EU (required for transportType AWB and CMR outside EU)\r\n        \"taxIdent\": \"taxIdent\", //tax identification number (required for transportType AWB and CMR outside EU)\r\n        \"grossWeight\": \"100\" //gross weight in kilograms (required)\r\n    },\r\n        {\r\n        \"transportType\": \"CMR\",\r\n        \"transportNumber\": \"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        \"itemWeight\": \"0.20\",\r\n        \"parcelWeight\": \"0.22\",\r\n        \"parcelPrice\": \"10.20\",\r\n        \"currency\": \"USD\",\r\n        \"taxType\": \"IOSS\",\r\n        \"taxIdent\": \"taxIdent\",\r\n        \"grossWeight\": \"100\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.mmcore.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.mmcore.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"7534173b-6ac6-49ef-ad00-72a2cfc2a1cb"},{"name":"post_manifest_lock_shipment","id":"fd7e6ff2-14e7-4cf8-9976-ee95d863e272","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.mmcore.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.mmcore.tech"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd7e6ff2-14e7-4cf8-9976-ee95d863e272"},{"name":"post_pre_alert","id":"425f8439-87d8-4582-93dc-3cb3924cf7ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"airWaybillPdfBase64\": \"JVBERi0xLjQKJcTl8uXrp...<truncated>...==\",\n  \"estimatedTimeOfArrival\": \"2025-03-28\",\n  \"airWaybillNumber\": \"074-12345613\",\n  \"grossWeight\": \"152.75 kg\"\n}"},"url":"https://api.mmcore.tech/post_pre_alert/","description":"<p>Upload a pre-alert (AWB PDF + metadata), lock the manifest, update header flags, and return parcel aggregates.</p>\n<p><strong>Auth</strong>: API key in URL path segment <code></code></p>\n<p><strong>Body fields</strong></p>\n<ul>\n<li><p><code>airWaybillPdfBase64</code> <em>(string, required)</em> — base64 of the AWB PDF (≤ 8 MB)</p>\n</li>\n<li><p><code>estimatedTimeOfArrival</code> <em>(string, required)</em> — <code>YYYY-MM-DD</code> or ISO 8601</p>\n</li>\n<li><p><code>airWaybillNumber</code> <em>(string, required)</em> — e.g. <code>123-12345670</code> (3+8 with mod-7 check)</p>\n</li>\n<li><p><code>grossWeight</code> <em>(number|string, required)</em> — kilograms only (e.g. <code>12.5</code> or <code>\"12.5 kg\"</code>)</p>\n</li>\n</ul>\n<p><strong>Possible enrichment</strong></p>\n<ul>\n<li><code>carrier</code> is included if the 3-digit AWB prefix exists in our database.</li>\n</ul>\n","urlObject":{"path":["post_pre_alert",""],"host":["https://api.mmcore.tech"],"query":[],"variable":[]}},"response":[{"id":"57f47113-f2f1-41fb-bb55-e252a338d1fd","name":"200 OK — success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"airWaybillPdfBase64\": \"JVBERi0xLjQKJcTl8uXrp...<truncated>...==\",\n  \"estimatedTimeOfArrival\": \"2025-03-28\",\n  \"airWaybillNumber\": \"074-12345613\",\n  \"grossWeight\": 152.75\n}"},"url":"https://api.mmcore.tech/post_pre_alert/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"message\": \"Validated and saved\",\n  \"estimatedTimeOfArrival\": \"2025-03-28\",\n  \"airWaybillNumber\": \"074-12345613\",\n  \"submittedGrossWeight\": 152.75,\n  \"boxes\": 18,\n  \"totalParcels\": 342,\n  \"totalManifestWeight\": 150.22,\n  \"iossManifestLocked\": true,\n  \"carrier\": {\"name\": \"Lufthansa Cargo\", \"awbPrefix\": \"074\"}\n}"},{"id":"015bb2ce-05e0-4166-b432-279f2614f42e","name":"401 — api key missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.mmcore.tech/post_pre_alert/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"code\": \"api_key_missing\",\n  \"error\": \"no api key found\"\n}"},{"id":"765eddac-e3ea-4d65-9409-6e2da3dec94a","name":"401 — invalid or expired api key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.mmcore.tech/post_pre_alert/INVALIDKEY"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"code\": \"invalid_api_key\",\n  \"error\": \"invalid or expired api key\"\n}"},{"id":"ec07992d-0e18-4066-9039-1f26ad82b3c2","name":"409 — prealert already uploaded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"airWaybillPdfBase64\": \"JVBERi0xLjQK...==\",\n  \"estimatedTimeOfArrival\": \"2025-03-28\",\n  \"airWaybillNumber\": \"074-12345613\",\n  \"grossWeight\": 152.75\n}"},"url":"https://api.mmcore.tech/post_pre_alert/"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"code\": \"prealert_already_uploaded\",\n  \"error\": \"Pre-alert already uploaded for this waybill.\"\n}"},{"id":"99418ceb-2dfe-4d0d-be7a-dc3e4a027bc3","name":"400 — manifest missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"airWaybillPdfBase64\": \"JVBERi0xLjQK...==\",\n  \"estimatedTimeOfArrival\": \"2025-03-28\",\n  \"airWaybillNumber\": \"074-12345613\",\n  \"grossWeight\": 152.75\n}"},"url":"https://api.mmcore.tech/post_pre_alert/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"code\": \"manifest_missing\",\n  \"error\": \"make sure you first upload the manifest\"\n}"}],"_postman_id":"425f8439-87d8-4582-93dc-3cb3924cf7ae"}],"event":[{"listen":"prerequest","script":{"id":"3448a35a-06e9-4c43-8fb4-417ab15c43a6","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"29ea3f00-c7f2-4700-add8-300514148ba4","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"hostMMCore","value":"https://api.mmcore.tech"},{"key":"APIKEY","value":""}]}