{"info":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","description":"<html><head></head><body><h2 id=\"introduction\"><strong>INTRODUCTION</strong></h2>\n<p>Welcome to the Air Go Express API documentation. Here it is described our API specification.</p>\n<h2 id=\"prerequisites\"><strong>PREREQUISITES</strong></h2>\n<p>The API has a JWT type authentication. Please, contact with us and you will be provided with:</p>\n<ul>\n<li><p>API key: this must be included as header in <strong>ALL</strong> requests done to the API.</p>\n</li>\n<li><p>Username and password: you must generate the JWT tokens with this credentials.</p>\n</li>\n</ul>\n<h2 id=\"how-to-authenticate\">HOW TO AUTHENTICATE</h2>\n<p>Once you are provided with the API key, one username and one password, you can go to the <strong>Token</strong> folder and follow the instructions described in the <strong>Generate token</strong> request. Once you obtain the token, save it into a secure place inside your aplication and you will need to pass this value in the <strong>Authorization</strong> header of your requests preceded by the word \"<strong>Bearer</strong>\". This token has an expiration of 14 days, so you will need to reauthenticate every 14 days.</p>\n<h2 id=\"response-codes\"><strong>RESPONSE CODES</strong></h2>\n<p>Air Go Express uses standard HTTP response status codes. All response bodies follow the same structure, it does not matter if they have been good or bad requests. You will receive and object with the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td><em>boolean</em></td>\n<td>No</td>\n<td>This field indicates if the call has been completed successfully</td>\n</tr>\n<tr>\n<td>NotificationList</td>\n<td><em>string[]</em></td>\n<td>No</td>\n<td>In case of error, this field is a list that contains information related to the error</td>\n</tr>\n<tr>\n<td>Result</td>\n<td><em>object</em></td>\n<td>Yes</td>\n<td>This field can change in each request. It depends on the method, this value will have different properties</td>\n</tr>\n</tbody>\n</table>\n</div><p>In case of successful requests, you will always receive a 200 OK status. You can receive a 200 status code with false in the <em>Success</em> attribute, as it is possible to send a good schema request but do not match some attributes specifications, for example. So, we recommend you to use both (the HTTP status and this attribute) in order to check if the request has been successfully processed.</p>\n<p>Please note that every request returns the same body response, so in each request, when we define the response object, we are referring to the <em>Result</em> attribute of the response object described above. In any case, all requests come with several sample responses.</p>\n<h2 id=\"environments\">ENVIRONMENTS</h2>\n<p>We have two main environments, one for testing and other for production.</p>\n<ul>\n<li><p><strong>TEST:</strong> <a href=\"https://test-api.airgoexpress.net\">https://test-api.airgoexpress.net</a></p>\n</li>\n<li><p><strong>PRODUCTION:</strong> <a href=\"https://api.airgoexpress.netSecurityTESTPRODUCTION:\">https://api.airgoexpress.net</a></p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25978460","collectionId":"2460e1b2-795c-4532-b151-d2cb7203a209","publishedId":"2s93JqTQyP","public":true,"customColor":{"top-bar":"fff","right-sidebar":"303030","highlight":"0057A5"},"publishDate":"2025-01-20T08:57:41.000Z"},"item":[{"name":"Token","item":[{"name":"Generate token","id":"a2baab86-98d8-4c03-b68d-ec029495f9f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"User\": \"{Username}\",\r\n    \"Password\": \"{Password}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/token/generate","description":"<p>You can call this method for generating the token that you need for authenticate in all requests. You need to send an object with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>User</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>User with whom you want to log in</td>\n</tr>\n<tr>\n<td>Password</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Your password for log in.</td>\n</tr>\n</tbody>\n</table>\n</div><p>In case of success, you will receive an object with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Token</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>The JWT token needed for authenticate in each request</td>\n</tr>\n<tr>\n<td>Exp</td>\n<td><em>integer</em></td>\n<td><strong>NO</strong></td>\n<td>Expiration date of the token, expressed as seconds since the Epoch</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"{APIKey}"}]},"isInherited":true,"source":{"_postman_id":"b2b82823-2c19-4efc-8536-d91ca0ab453a","id":"b2b82823-2c19-4efc-8536-d91ca0ab453a","name":"Token","type":"folder"}},"urlObject":{"path":["api","token","generate"],"host":["{BaseURL}"],"query":[],"variable":[]}},"response":[{"id":"fa355469-35dc-44b7-a8a1-8814ccc6689d","name":"Login successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"User\": \"string\",\r\n    \"Password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/token/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Feb 2023 09:14:28 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Token\": \"string\",\n        \"Exp\": 1676452468\n    },\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"a036a73b-3ea0-49bc-bd65-d84ea1c7cc93","name":"Login failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"User\": \"string\",\r\n    \"Password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/token/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Feb 2023 09:20:34 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"Incorrect user or password\"\n    ]\n}"}],"_postman_id":"a2baab86-98d8-4c03-b68d-ec029495f9f1"}],"id":"b2b82823-2c19-4efc-8536-d91ca0ab453a","description":"<p>In this collection, it is described how you can generate the tokens that must be sent in each request that needs authentication. Each token has a duration of two weeks.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"{APIKey}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"87a19fa9-9854-4253-9bae-af05436a2195"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c4b54ecc-9238-4aaa-8881-7f58a21d3c64"}}],"_postman_id":"b2b82823-2c19-4efc-8536-d91ca0ab453a"},{"name":"User","item":[{"name":"Change password","id":"d5291f62-c0ef-480d-aef9-8fe83b4a78b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Password\": \"string\",\r\n    \"NewPassword\": \"string\",\r\n    \"RepeatNewPassword\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/user/change-password","description":"<p>Calling this method, you can change your password. You must send an object with the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Password</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Your current password</td>\n</tr>\n<tr>\n<td>NewPassword</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>The new password that you want to set</td>\n</tr>\n<tr>\n<td>RepeatNewPassword</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Repeat the new password that you want to set</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"important-in-case-of-success-all-your-sessions-will-be-closed-and-you-will-have-to-reauthenticate-with-the-new-password\"><strong>IMPORTANT: In case of success, all your sessions will be closed and you will have to reauthenticate with the new password.</strong></h4>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","user","change-password"],"host":["{BaseURL}"],"query":[],"variable":[]}},"response":[{"id":"5cf4b983-7761-4429-81f7-d3043534a540","name":"Password changed successfully","originalRequest":{"method":"PATCH","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Password\": \"string\",\r\n    \"NewPassword\": \"string\",\r\n    \"RepeatNewPassword\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/user/change-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Feb 2023 09:55:23 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"a1117050-6686-4277-aef9-aaed346fd713","name":"Error changing password","originalRequest":{"method":"PATCH","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Password\": \"string\",\r\n    \"NewPassword\": \"string\",\r\n    \"RepeatNewPassword\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/user/change-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Feb 2023 10:06:04 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"Incorrect password\"\n    ]\n}"}],"_postman_id":"d5291f62-c0ef-480d-aef9-8fe83b4a78b6"}],"id":"53ac5b60-ff8e-4b02-ad2d-22a33ed4d219","description":"<p>This service is made for handle all requests related with user information.</p>\n","_postman_id":"53ac5b60-ff8e-4b02-ad2d-22a33ed4d219","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}}},{"name":"Shipments","item":[{"name":"Webhook","item":[{"name":"Object","id":"d5cdca00-5d45-4371-9a1b-6398c3370844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Reference\": \"string\", // The shipment reference provided by Air Go system when creating the shipment\r\n    \"Supplier\": \"string\", // Carrier associated to the shipment\r\n    \"SupplierReference\": \"string\", // Carrier's reference\r\n    \"SupplierTrackingUrl\": \"string\", // Carrier tracking url\r\n    \"ParcelList\": [ // Parcels associated to the shipment\r\n      {\r\n        \"InternalReference\": \"string\", // The internal reference provided by customer\r\n        \"Reference\": \"string\", // The reference generated by Air Go for the parcel\r\n        \"SupplierReference\": \"string\", // Carrier's reference\r\n        \"DeclaredWeight\": X.XX, // Weight provided by customer\r\n        \"RealWeight\": X.XX, // Weight measured in Air Go warehouse\r\n        \"Label\": \"string\" // Always null, the label is not sent in this request\r\n      }\r\n    ],\r\n    \"StatusList\": [ // Historical list of statuses for the shipment\r\n      {\r\n        \"StatusId\": \"string\", // Code identifier for the status\r\n        \"Description\": \"string\", // Description for the status\r\n        \"Date\": \"2024-03-19T09:05:53.539+00:00\" // Date when the status was produced\r\n      }\r\n    ],\r\n    \"SupplierErrorList\": [\"string\", \"string\", \"string\"] // In case of errors when sending information to the last mile carrier, the error list provided by the carrier system\r\n  },\r\n  {\r\n    \"Reference\": \"string\", // The shipment reference provided by Air Go system when creating the shipment\r\n    \"Supplier\": \"string\", // Carrier associated to the shipment\r\n    \"SupplierReference\": \"string\", // Carrier's reference\r\n    \"SupplierTrackingUrl\": \"string\", // Carrier tracking url\r\n    \"ParcelList\": [ // Parcels associated to the shipment\r\n      {\r\n        \"InternalReference\": \"string\", // The internal reference provided by customer\r\n        \"Reference\": \"string\", // The reference generated by Air Go for the parcel\r\n        \"SupplierReference\": \"string\", // Carrier's reference\r\n        \"DeclaredWeight\": X.XX, // Weight provided by customer\r\n        \"RealWeight\": X.XX, // Weight measured in Air Go warehouse\r\n        \"Label\": \"string\" // Always null, the label is not sent in this request\r\n      }\r\n    ],\r\n    \"StatusList\": [ // Historical list of statuses for the shipment\r\n      {\r\n        \"StatusId\": \"string\", // Code identifier for the status\r\n        \"Description\": \"string\", // Description for the status\r\n        \"Date\": \"2024-03-19T09:05:53.539+00:00\" // Date when the status was produced\r\n      }\r\n    ],\r\n    \"SupplierErrorList\": [\"string\", \"string\", \"string\"] // In case of errors when sending information to the last mile carrier, the error list provided by the carrier system\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"{CustomerDomain}","urlObject":{"host":["{CustomerDomain}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5cdca00-5d45-4371-9a1b-6398c3370844"}],"id":"2aa941ae-99b2-4aa7-a364-736b677d15e5","description":"<p>This feature allows customers to receive real-time tracking updates for their parcels. To enable this capability, customers must provide a designated endpoint, which we configure in our system to deliver tracking data, using the preferred authentication method:</p>\n<ul>\n<li><p><strong>Basic Authentication</strong>: Customers may provide username and password, enabling us to authenticate to the endpoint with basic authentication.</p>\n</li>\n<li><p><strong>Static Token</strong>: We can include a static token in the header, using a header name specified by the customer.</p>\n</li>\n</ul>\n<p>Additionally, customers can request configuration of a specific batch size for our tracking updates to optimize request flow and data handling.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d060c07d-b74a-43b4-ba5b-8db0d13a9a0e","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"90287376-b68f-4053-999c-14781cbb0e91","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"2aa941ae-99b2-4aa7-a364-736b677d15e5"},{"name":"Create shipment","id":"a5c3accd-dd89-4989-b77e-d80c3b3c6b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductKey\": \"string\",\r\n    \"ExporterName\": \"string\",\r\n    \"ExporterAddress\": \"string\",\r\n    \"ExporterCountryIso2\": \"string\",\r\n    \"ExporterPostCode\": \"string\",\r\n    \"ExporterCity\": \"string\",\r\n    \"CustomerFirstName\": \"string\",\r\n    \"CustomerLastName\": \"string\",\r\n    \"CustomerEmail\": \"string@string.com\",\r\n    \"CustomerPhone\": \"string\",\r\n    \"DeliveryCountryIso2\": \"string\",\r\n    \"DeliveryPostalCode\": \"string\",\r\n    \"DeliveryCity\": \"string\",\r\n    \"DeliveryTown\": \"string\",\r\n    \"DeliveryAddress1\": \"string\",\r\n    \"DeliveryAddress2\": \"string\",\r\n    \"IOSSNumber\": \"string\",\r\n    \"ParcelList\": [\r\n        {\r\n            \"Reference\": \"string\",\r\n            \"Weight\": X.XX,\r\n            \"Description\": \"string\",\r\n            \"Price\": X.XX,\r\n            \"SKUList\": [\r\n                {\r\n                    \"Code\": \"string\",\r\n                    \"Description\": \"string\",\r\n                    \"HSCode\": \"string\",\r\n                    \"OriginCountryIso2\": \"string\",\r\n                    \"Price\": X.XX,\r\n                    \"Weight\": X.XX\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/shipment","description":"<p>Use this method to create a new shipment in the Air Go system. The request body must follow the following schema:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ProductKey</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Key provided by Air Go.</td>\n</tr>\n<tr>\n<td>ExporterName</td>\n<td><strong>YES (CCL) &amp; NO (Without CCL)</strong></td>\n<td><em>string</em></td>\n<td>Name of the seller of the mercancy</td>\n</tr>\n<tr>\n<td>ExporterAddress</td>\n<td><strong>YES (CCL) &amp; NO (Without CCL)</strong></td>\n<td><em>string</em></td>\n<td>Address of the seller of the mercancy</td>\n</tr>\n<tr>\n<td>ExporterCountryIso2</td>\n<td><strong>YES (CCL) &amp; NO (Without CCL)</strong></td>\n<td><em>string</em></td>\n<td>Country in ISO 3166 alpha 2 format where the seller of the mercany is located</td>\n</tr>\n<tr>\n<td>ExporterPostCode</td>\n<td><strong>YES (CCL) &amp; NO (Without CCL)</strong></td>\n<td><em>string</em></td>\n<td>Postal code of the seller of the mercancy</td>\n</tr>\n<tr>\n<td>ExporterCity</td>\n<td><strong>YES (CCL) &amp; NO (Without CCL)</strong></td>\n<td><em>string</em></td>\n<td>City where the seller of the mercancy is located</td>\n</tr>\n<tr>\n<td>CustomerFirstName</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>First name of the consignee.</td>\n</tr>\n<tr>\n<td>CustomerLastName</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Last name of the consignee.</td>\n</tr>\n<tr>\n<td>CustomerEmail</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Email of the consignee.</td>\n</tr>\n<tr>\n<td>CustomerPhone</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Phone number of the consignee.</td>\n</tr>\n<tr>\n<td>DeliveryCountryIso2</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Delivery country in ISO 3166 alpha 2 format.</td>\n</tr>\n<tr>\n<td>DeliveryPostalCode</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Delivery postal code.</td>\n</tr>\n<tr>\n<td>DeliveryCity</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Delivery city.</td>\n</tr>\n<tr>\n<td>DeliveryTown</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Delivery town.</td>\n</tr>\n<tr>\n<td>DeliveryAddress1</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Delivery address.</td>\n</tr>\n<tr>\n<td>DeliveryAddress2</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Extra information about the delivery address.</td>\n</tr>\n<tr>\n<td>IOSSNumber</td>\n<td><strong>YES (CCL) &amp; NO (Without CCL)</strong></td>\n<td><em>string</em></td>\n<td>IOSS number</td>\n</tr>\n<tr>\n<td>OnlyCCL</td>\n<td><strong>NO</strong></td>\n<td><em>boolean</em></td>\n<td>By default is false. It indicates if you want Air Go to provide the last mile carrier or not</td>\n</tr>\n<tr>\n<td>CustomerCarrier</td>\n<td><strong>NO* (it is only mandatory in case of OnlyCCL = true)</strong></td>\n<td><em>string</em></td>\n<td>Carrier in charge of deliver the shipment</td>\n</tr>\n<tr>\n<td>ParcelList</td>\n<td><strong>YES</strong></td>\n<td><em>Parcel_Data[]</em></td>\n<td>Parcel list information.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Parcel_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reference</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Customer reference for identify the parcel.</td>\n</tr>\n<tr>\n<td>Barcode</td>\n<td><strong>NO* (it is only mandatory in case of OnlyCCL = true)</strong></td>\n<td><em>string</em></td>\n<td><strong>ONLY in case that the customer requests us to read their own labels or in case of the customer does not make last mile with Air Go,</strong> barcode of the label.</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td><strong>YES</strong></td>\n<td><em>decimal(2)</em></td>\n<td>Gross weight in <strong>grams (g)</strong> of the parcel including packaging.</td>\n</tr>\n<tr>\n<td>Width</td>\n<td><strong>NO</strong></td>\n<td><em>decimal(2)</em></td>\n<td>Width in <strong>centimeters (cm)</strong> of the parcel and its packaging.</td>\n</tr>\n<tr>\n<td>Height</td>\n<td><strong>NO</strong></td>\n<td><em>decimal(2)</em></td>\n<td>Height in <strong>centimeters (cm)</strong> of the parcel and its packaging.</td>\n</tr>\n<tr>\n<td>Length</td>\n<td><strong>NO</strong></td>\n<td><em>decimal(2)</em></td>\n<td>Length in <strong>centimeters (cm)</strong> of the parcel and its packaging.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Description of the goods.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td><strong>YES</strong></td>\n<td><em>decimal(2)</em></td>\n<td>Gross value of the goods.</td>\n</tr>\n<tr>\n<td>SKUList</td>\n<td><strong>YES (CCL) &amp; NO (Without CCL)</strong></td>\n<td><em>SKU_Data[]</em></td>\n<td>SKU list of the parcel.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>SKU_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Code</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>SKU code of the item.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Description of the item.</td>\n</tr>\n<tr>\n<td>HSCode</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>HS code of the item.</td>\n</tr>\n<tr>\n<td>OriginCountryIso2</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Country in ISO 3166 alpha 2 format where the item was made.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td><strong>YES</strong></td>\n<td><em>decimal(2)</em></td>\n<td>Value of the item.</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td><strong>YES</strong></td>\n<td>decimal(2)</td>\n<td>Weight in <strong>grams (g)</strong> of the SKU</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","shipment"],"host":["{BaseURL}"],"query":[],"variable":[]}},"response":[{"id":"a3bb0c90-6dc9-4f43-9d2f-f1cb1b62bf97","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductKey\": \"string\",\r\n    \"ExporterName\": \"string\",\r\n    \"ExporterAddress\": \"string\",\r\n    \"ExporterCountryIso2\": \"string\",\r\n    \"ExporterPostCode\": \"string\",\r\n    \"ExporterCity\": \"string\",\r\n    \"CustomerFirstName\": \"string\",\r\n    \"CustomerLastName\": \"string\",\r\n    \"CustomerEmail\": \"string\",\r\n    \"CustomerPhone\": \"string\",\r\n    \"DeliveryCountryIso2\": \"string\",\r\n    \"DeliveryPostalCode\": \"string\",\r\n    \"DeliveryCity\": \"string\",\r\n    \"DeliveryTown\": \"string\",\r\n    \"DeliveryAddress1\": \"string\",\r\n    \"DeliveryAddress2\": \"string\",\r\n    \"IOSSNumber\": \"string\",\r\n    \"OnlyCCL\": false,\r\n    \"CustomerCarrier\": \"string\",\r\n    \"ParcelList\": [\r\n        {\r\n            \"Reference\": \"string\",\r\n            \"Barcode\": \"string\",\r\n            \"Weight\": X.XX,\r\n            \"Width\": X.XX,\r\n            \"Height\": X.XX,\r\n            \"Length\": X.XX,\r\n            \"Description\": \"string\",\r\n            \"Price\": X.XX,\r\n            \"SKUList\": [\r\n                {\r\n                    \"Code\": \"string\",\r\n                    \"Description\": \"string\",\r\n                    \"HSCode\": \"string\",\r\n                    \"OriginCountryIso2\": \"string\",\r\n                    \"Price\": X.XX,\r\n                    \"Weight\": X.XX\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/shipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 09:05:54 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Reference\": \"string\", // Air Go identifier for the shipment created\n        \"SupplierReference\": \"string\", // Last mile carrier identifier for the shipment created\n        \"ParcelList\": [ // List of parcels inside the shipment\n            {\n                \"InternalReference\": \"string\", // Reference provided by the customer\n                \"Reference\": \"string\", // Unique reference generated by Air Go\n                \"SupplierReference\": \"string\", // Reference generated by the last mile carrier\n                \"LabelPDF\": \"string\", // PDF label encoded to base64\n                \"LabelZPL\": \"string\" // ZPL label string\n            }\n        ]\n    },\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"46c3daee-95dd-4c6a-857f-f66dd78607c0","name":"Error request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProductKey\": \"string\",\r\n    \"CustomerFirstName\": \"string\",\r\n    \"CustomerLastName\": \"string\",\r\n    \"CustomerEmail\": \"string\",\r\n    \"CustomerPhone\": \"string\",\r\n    \"DeliveryCountryIso2\": \"string\",\r\n    \"DeliveryPostalCode\": \"string\",\r\n    \"DeliveryCity\": \"string\",\r\n    \"DeliveryTown\": \"string\",\r\n    \"DeliveryAddress1\": \"string\",\r\n    \"DeliveryAddress2\": \"string\",\r\n    \"ParcelList\": [\r\n        {\r\n            \"Reference\": \"string\",\r\n            \"Barcode\": \"string\",\r\n            \"Weight\": X.XX,\r\n            \"Width\": X.XX,\r\n            \"Height\": X.XX,\r\n            \"Length\": X.XX,\r\n            \"Description\": \"string\",\r\n            \"Price\": X.XX,\r\n            \"SKUList\": [\r\n                {\r\n                    \"Code\": \"string\",\r\n                    \"Description\": \"string\",\r\n                    \"HSCode\": \"string\",\r\n                    \"OriginCountryIso2\": \"string\",\r\n                    \"Price\": X.XX\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/shipment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"162"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 12:57:21 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"string\",\n        \"string\",\n        \"string\"\n    ]\n}"}],"_postman_id":"a5c3accd-dd89-4989-b77e-d80c3b3c6b80"},{"name":"Get shipment","id":"772aa924-2c83-46b1-b606-8c022e6bf575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"url":"{BaseURL}/api/shipment?Reference=AGOXXXXXXXXX&LabelFormat={PDF, ZPL}","description":"<p>Via this method, you can obtain the tracking status of one shipment. You can also get the label in PDF or ZPL format. The response returned follows the following schema:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Air Go reference for the shipment.</td>\n</tr>\n<tr>\n<td>Supplier</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>Last mile carrier in charge of deliver the shipment.</td>\n</tr>\n<tr>\n<td>SupplierReference</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>Last mile carrier identifer for the shipment.</td>\n</tr>\n<tr>\n<td>SupplierTrackingUrl</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>URL for tacking the shipment inside the last mile carrier website.</td>\n</tr>\n<tr>\n<td>ParcelList</td>\n<td><em>Parcel_Data[]</em></td>\n<td><strong>NO</strong></td>\n<td>Information list about the parcels inside the shipment.</td>\n</tr>\n<tr>\n<td>StatusList</td>\n<td><em>Status_Data[]</em></td>\n<td><strong>NO</strong></td>\n<td>Tracking history list</td>\n</tr>\n<tr>\n<td>SupplierErrorList</td>\n<td><em>string[]</em></td>\n<td><strong>NO</strong></td>\n<td>List containing the errors provided by the last mile carrier when our system transmits the shipment information.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Parcel_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InternalReference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Reference provided by the customer.</td>\n</tr>\n<tr>\n<td>Reference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Reference provided by Air Go.</td>\n</tr>\n<tr>\n<td>SupplierReference</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>Reference provided by the last mile carrier.</td>\n</tr>\n<tr>\n<td>DeclaredWeight</td>\n<td><em>decimal(2)</em></td>\n<td><strong>NO</strong></td>\n<td>Weight in <strong>grams (g)</strong> transmitted by the customer.</td>\n</tr>\n<tr>\n<td>RealWeight</td>\n<td><em>decimal(2)</em></td>\n<td><strong>YES</strong></td>\n<td>Weight in <strong>grams (g)</strong> got by Air Go.</td>\n</tr>\n<tr>\n<td>Label</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>Label in the format requested. In case of PDF, the string is encoded to base64.</td>\n</tr>\n<tr>\n<td>ReturnReference</td>\n<td><em>Return_Data</em></td>\n<td><strong>YES</strong></td>\n<td>In case of return of the shipment, object containing the return information</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Status_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StatusId</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Identifier of the status.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>Description attached to the status.</td>\n</tr>\n<tr>\n<td>Date</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Date in format <strong>yyyy-MM-ddTHH:mm:ss.aaa+00:XX</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Return_Data</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ShipmentReference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Return reference</td>\n</tr>\n<tr>\n<td>ParcelReference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Parcel reference inside the return</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","shipment"],"host":["{BaseURL}"],"query":[{"description":{"content":"<p>Shipment reference provided by Air Go</p>\n","type":"text/plain"},"key":"Reference","value":"AGOXXXXXXXXX"},{"description":{"content":"<p>If you want the label included in the response, specify the desired format. Possible values ​​are: PDF, ZPL.</p>\n","type":"text/plain"},"key":"LabelFormat","value":"{PDF, ZPL}"}],"variable":[]}},"response":[{"id":"2204440f-8d39-4c8b-8250-557ae3fb950e","name":"Successfull request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/shipment?Reference=AGOXXXXXXXXX&LabelFormat={PDF, ZPL}","host":["{BaseURL}"],"path":["api","shipment"],"query":[{"key":"Reference","value":"AGOXXXXXXXXX","description":"Reference provided by Air Go"},{"key":"LabelFormat","value":"{PDF, ZPL}","description":"If you want the label in the response, specify the desired format. Possible values ​​are: PDF, ZPL."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 09:09:24 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Reference\": \"string\", // The shipment reference provided by Air Go system when creating the shipment\n        \"Supplier\": \"string\", // Carrier associated to the shipment\n        \"SupplierReference\": \"string\", // Carrier's reference\n        \"SupplierTrackingUrl\": \"string\", // Carrier's tracking url\n        \"ParcelList\": [{ // Parcels associated to the shipment\n            \"InternalReference\": \"string\", // The internal reference provided by customer\n            \"Reference\": \"string\", // The reference generated by Air Go for the parcel\n            \"SupplierReference\": \"string\", // Carrier's reference\n            \"DeclaredWeight\": X.XX, // Weight provided by customer\n            \"RealWeight\": X.XX, // Weight measured in Air Go warehouse\n            \"Label\": \"string\" // In case of PDF, base64 encoded label. In case of ZPL, the ZPL string\n            \n        }],\n        \"StatusList\": [{ // Historical list of statuses for the shipment\n            \"StatusId\": \"string\", // Code identifier for the status\n            \"Description\": \"string\", // Description for the status\n            \"Date\": \"2024-03-19T09:05:53.539+00:00\" // Date when the status was produced\n        }],\n        \"SupplierErrorList\": [\"string\", \"string\", \"string\"] // In case of errors when sending information to the last mile carrier, the error list provided by the carrier system\n    },\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"fadd329d-4331-4327-9b8e-dcc67d5aeb14","name":"Error request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/shipment?Reference=AGOXXXXXXXXX&LabelFormat={PDF, ZPL}","host":["{BaseURL}"],"path":["api","shipment"],"query":[{"key":"Reference","value":"AGOXXXXXXXXX","description":"Reference provided by Air Go"},{"key":"LabelFormat","value":"{PDF, ZPL}","description":"If you want the label in the response, specify the desired format. Possible values ​​are: PDF, ZPL."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Mar 2024 13:31:33 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"string\",\n        \"string\",\n        \"string\"\n    ]\n}"}],"_postman_id":"772aa924-2c83-46b1-b606-8c022e6bf575"},{"name":"Pack parcels","id":"e2213ec8-a251-48b8-899b-10326b08974b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ParcelList\": [\"string\", \"string\", \"string\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/bag/pack-parcels","description":"<p>This API method allows for the efficient grouping of individual parcels into boxes for streamlined handling and transport. By calling this endpoint, customers can package multiple parcels together under a single box reference.</p>\n<p><em>Bag_Data</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Mandatory</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ParcelList</td>\n<td><strong>YES</strong></td>\n<td><em>string[]</em></td>\n<td>Reference of the <strong>PARCEL</strong> (not the shipment). You can use both Air Go reference or supplier reference.</td>\n</tr>\n<tr>\n<td>Reference</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>In case of do not want to label the boxes with the Air Go label, you must provide your box reference. Otherwise, we will not be able to process your label. You can also use this field for modify the bag content.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Each bag can be submitted as many times as necessary (to be able to correct errors), but once the bag is consolidated, it cannot be modified.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","bag","pack-parcels"],"host":["{BaseURL}"],"query":[],"variable":[]}},"response":[{"id":"119b77e5-e707-4889-aba1-08d2f4da312c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ParcelList\": [\"string\", \"string\", \"string\"],\r\n    \"Reference\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/bag/pack-parcels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 09:39:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28912"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Reference\": \"string\", // Air Go bag reference\n        \"ZPLLabel\": \"string\", // ZPL label of the bag\n        \"PDFLabel\": \"string\" // PDF base64 encoded label of the bag\n    },\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"ad9383f4-3324-4889-8f24-d8d929a2fccc","name":"Error request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ParcelList\": [\"string1\", \"string2\", \"string3\"],\r\n    \"Reference\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/bag/pack-parcels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 09:42:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"string1: Parcel not found\",\n        \"string2: Parcel not found\",\n        \"string3: Parcel not found\"\n    ]\n}"}],"_postman_id":"e2213ec8-a251-48b8-899b-10326b08974b"},{"name":"Consolidate","id":"ba874bcf-2e67-436d-85b1-c0ec01b96778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"string\",\r\n    \"TransportDocumentId\": \"string\",\r\n    \"ETD\": \"string\",\r\n    \"ETA\": \"string\",\r\n    \"Origin\": \"string\",\r\n    \"Destination\": \"string\",\r\n    \"BagList\": [\"string\", \"string\"],\r\n    \"TransportDocument\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    }\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/ccl/consolidate","description":"<p>This API method enables the consolidation of packaged boxes into a single transportation unit, such as air, sea, or ground transport, to streamline large-scale shipments. By using this endpoint, customers can organize multiple boxes into a consolidated transport unit, which facilitates the customs processing for the entire shipment.</p>\n<p><em>Consolidation_Data</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Possible values: <strong>FLIGHT, SEA, ROAD</strong></td>\n</tr>\n<tr>\n<td>TransportDocumentId</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Identifier of the transport. In case of flight, the AWB number, in case of sea, the bill of lading number and in case of road the T1 number.</td>\n</tr>\n<tr>\n<td>ETD</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Estimated time of departure in format <strong>yyyy/MM/dd HH:mm:sszzz (i.e. 2024/10/29 10:52:04+00:02)</strong></td>\n</tr>\n<tr>\n<td>ETA</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Estimated time of arrival in format <strong>yyyy/MM/dd HH:mm:sszzz (i.e. 2024/10/30 16:32:36+00:01)</strong></td>\n</tr>\n<tr>\n<td>Origin</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>In case of flight, the destination airport IATA code (MAD, SZX, BCN, etc.)</td>\n</tr>\n<tr>\n<td>Destination</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>In case of flight, the destination airport IATA code (MAD, SZX, BCN, etc.)</td>\n</tr>\n<tr>\n<td>BagList</td>\n<td><strong>YES</strong></td>\n<td><em>string[]</em></td>\n<td>List of the bag references. Both Air Go and own references can be used.</td>\n</tr>\n<tr>\n<td>TransportDocument</td>\n<td><strong>YES</strong></td>\n<td><em>File_Data</em></td>\n<td>The document associated to the transport. In case of flight, the AWB.</td>\n</tr>\n<tr>\n<td>Invoice</td>\n<td><strong>NO</strong></td>\n<td><em>File_Data</em></td>\n<td>Commercial invoice</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>File_Data</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Name of the file. It must include the extension (.jpg, .pdf, .png, etc.)</td>\n</tr>\n<tr>\n<td>Base64Data</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>The file itself encoded to base64</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","ccl","consolidate"],"host":["{BaseURL}"],"query":[],"variable":[]}},"response":[{"id":"e062bf7f-9ecf-4da5-a871-d8c1e3e6e5d5","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"string\",\r\n    \"TransportDocumentId\": \"string\",\r\n    \"ETD\": \"yyyy/MM/dd HH:mm:ss+00:00\",\r\n    \"ETA\": \"yyyy/MM/dd HH:mm:ss+00:05\",\r\n    \"Origin\": \"string\",\r\n    \"Destination\": \"string\",\r\n    \"BagList\": [\"string\", \"string\", \"string\"],\r\n    \"TransportDocument\": {\r\n        \"Name\": \"string.pdf\",\r\n        \"Base64Data\": \"string\"\r\n    }\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/ccl/consolidate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 10:32:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"614e1eb2-052d-4bad-8499-c54c9c8fcef9","name":"Error request","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Type\": \"string\",\r\n    \"TransportDocumentId\": \"string\",\r\n    \"ETD\": \"yyyy/MM/dd HH:mm:ss+00:00\",\r\n    \"ETA\": \"yyyy/MM/dd HH:mm:ss+00:05\",\r\n    \"Origin\": \"string\",\r\n    \"Destination\": \"string\",\r\n    \"BagList\": [\"string\", \"string\", \"string\"],\r\n    \"TransportDocument\": {\r\n        \"Name\": \"string.pdf\",\r\n        \"Base64Data\": \"string\"\r\n    }\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/ccl/consolidate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2024 10:35:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"BagReference: Bag already consolidated\"\n    ]\n}"}],"_postman_id":"ba874bcf-2e67-436d-85b1-c0ec01b96778"}],"id":"4b02344f-de11-44e5-9d32-929d8a44843e","description":"<p><strong>Air Go Express S.L.</strong> offers a comprehensive last-mile delivery solution for global clients requiring parcel shipments to multiple destinations. This documentation describes the API methods available to enable seamless integration with client systems, facilitating parcel labeling and real-time tracking from initial dispatch to final delivery.</p>\n<p>To support this process, we have developed the following schema:</p>\n<p>Our system generates a shipment (assigned a unique reference number), which can be configured as either a single-parcel or multi-parcel shipment. Each parcel within a multi-parcel shipment is also assigned its own reference number. Consequently, we provide API methods for creating shipments (single or multi-parcel), retrieving shipment status (using the reference number issued by our system), packing parcels within shipments, and consolidating shipments for air, road, or sea transport.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0c0a46ca-c78d-42a3-9f70-3ad0e26e27a0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6181fddc-e6e1-48f9-9912-b4a194f9b2de"}}],"_postman_id":"4b02344f-de11-44e5-9d32-929d8a44843e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}}},{"name":"Customs","item":[{"name":"Webhook","item":[{"name":"Manifest webhook","id":"c5fea30a-17a2-48c0-b436-6f2e1e59ce13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"webhook-key","value":"{unique for each customer}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   {\r\n      \"AWB\":\"string\",\r\n      \"Status\":\"string\",\r\n      \"StatusHistoryList\":[\r\n         {\r\n            \"Status\":\"string\",\r\n            \"Date\":\"string\"\r\n         },\r\n         {\r\n            \"Status\":\"string\",\r\n            \"Date\":\"string\"\r\n         }\r\n      ],\r\n      \"DeliveryProofList\":[\"string\", \"string\"]\r\n   }\r\n]","options":{"raw":{"language":"json"}}},"url":"{Customer_URL}","description":"<p>Through this webhook, every time there is a change in one of your manifests, you will receive list of objects at the agreed-upon endpoint with Air Go, as described below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AWB</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>AWB that identifies the manifest</td>\n</tr>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>The current status of the manifest</td>\n</tr>\n<tr>\n<td>StatusHistoryList</td>\n<td><em>Manifest_Response_Status[]</em></td>\n<td><strong>NO</strong></td>\n<td>A list with all the different statuses that the manifest has had and their dates</td>\n</tr>\n<tr>\n<td>DeliveryProofList</td>\n<td><em>string[]</em></td>\n<td><strong>NO</strong></td>\n<td>List of URLs containing the delivery proof to the last mile carrier. Each URL redirects directly to the delivery proof image.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Response_Status</em>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Status of the shipment</td>\n</tr>\n<tr>\n<td>Date</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Date when the status was produced. It always has the format <strong>\"yyyy/M/d HH:mm:ss\"</strong> and it is in UTC.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{Customer_URL}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5fea30a-17a2-48c0-b436-6f2e1e59ce13"},{"name":"Parcel webhook","id":"20bb57ac-fd15-4792-8395-136c31548ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"webhook-key","value":"{unique for each customer}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   {\r\n      \"AdmissionDate\":\"string\",\r\n      \"Importer\":\"string\",\r\n      \"Shipment\":\"string\",\r\n      \"Circuit\":\"string\",\r\n      \"BagReference\":\"string\",\r\n      \"Status\":\"string\",\r\n      \"StatusList\":[\r\n         {\r\n            \"Status\":\"string\",\r\n            \"Date\":\"string\"\r\n         },\r\n         {\r\n            \"Status\":\"string\",\r\n            \"Date\":\"string\"\r\n         },\r\n         {\r\n            \"Status\":\"string\",\r\n            \"Date\":\"string\"\r\n         }\r\n      ],\r\n      \"DeliveryProof\": \"string\",\r\n      \"Scanned\":false\r\n   }\r\n]","options":{"raw":{"language":"json"}}},"url":"{Customer_URL}","description":"<p>Through this webhook, every time there is a change in one of your parcels, you will receive a list of objects at the agreed-upon endpoint with Air Go, as described below.</p>\n<p><strong>Please be aware that for this webhook, requests may be triggered with a substantial number of objects. If the status of 2000 parcels changes simultaneously, your endpoint will receive a single request containing a list of 2000 objects. If you prefer smaller batches of information, such as 100 objects at a time, we can configure a size that accommodates to your system. For example, instead of receiving one request with 2000 objects, you would receive 20 requests each with 100 objects.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdmissionDate</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>Admission date of the shipment. It follows the standard <strong>yyyy/M/d</strong>.</td>\n</tr>\n<tr>\n<td>Importer</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Importer of the shipment</td>\n</tr>\n<tr>\n<td>Shipment</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Identifier of the shipment (barcode)</td>\n</tr>\n<tr>\n<td>Circuit</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>It has three possible values and it could be null if we do not know the circuit yet:  <br />  <br />- <strong>R</strong>: it indicates that the circuit is <strong>RED</strong>  <br />- <strong>O:</strong> it indicates that the circuit is <strong>ORANGE</strong>  <br />- <strong>G:</strong> it indicates that the circuit is <strong>GREEN</strong></td>\n</tr>\n<tr>\n<td>BagReference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Identifier of the bag that contains the shipment.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Current status of the parcel.</td>\n</tr>\n<tr>\n<td>StatusList</td>\n<td><em>Manifest_Response_Status[]</em></td>\n<td><strong>NO</strong></td>\n<td>List with all the statuses of the parcel and its date.</td>\n</tr>\n<tr>\n<td>DeliveryProof</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>URL containing the delivery proof to the last mile carrier. The URL redirects directly to the delivery proof image.</td>\n</tr>\n<tr>\n<td>Scanned</td>\n<td><em>boolean</em></td>\n<td><strong>NO</strong></td>\n<td>It indicates if we have received and scanned the parcel at our warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Response_Status</em>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Status of the parcel.</td>\n</tr>\n<tr>\n<td>Date</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Date when the status was produced. It always has the format <strong>\"yyyy/M/d HH:mm:ss\"</strong> and it is in UTC.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{Customer_URL}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20bb57ac-fd15-4792-8395-136c31548ec2"}],"id":"4bb12dce-7d02-4bab-ba74-2f819c65c947","description":"<p>This is an option we offer to our customers who wish to receive real-time tracking updates for their manifests.</p>\n<p>Status changes can be obtained at both <strong>manifest</strong> and <strong>parcel</strong> levels.</p>\n<p>To enable this feature, the customer needs to provide us with an <strong>endpoint</strong>, and we configure our system to send information to that endpoint using <strong>static token</strong> authentication.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"aa1009b8-005c-4f08-b1ef-48b573ec01b6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ca23b31-25b2-4fb2-9f2b-148ade78621e","type":"text/javascript","exec":[""]}}],"_postman_id":"4bb12dce-7d02-4bab-ba74-2f819c65c947"},{"name":"Create manifest","id":"b510ccea-706d-4116-9a29-a282d16de0a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Invoice\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    },\r\n    \"AirwayBill\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    },\r\n    \"Manifest\": {\r\n        \"AWB\": \"string\",\r\n        \"FlightDate\": \"string\",\r\n        \"AirLine\": \"string\",\r\n        \"FlightNumber\": \"string\",\r\n        \"Transportation\": \"string\",\r\n        \"AirportDepartureIata3\": \"string\",\r\n        \"AirportDestinationIata3\": \"string\",\r\n        \"EstimatedArrivalDate\": \"string\",\r\n        \"BagList\": [\r\n            {\r\n                \"BagReference\": \"string\",\r\n                \"TypeBox\": \"string\",\r\n                \"LastMileCarrier\": \"string\",\r\n                \"ShipmentList\": [\r\n                    {\r\n                        \"PackageBarcode\": \"string\",\r\n                        \"OrderNumber\": \"string\",\r\n                        \"ShipperName\": \"string\",\r\n                        \"IOSSNumber\": \"string\",\r\n                        \"SourcePlace\": {\r\n                            \"Address\": \"string\",\r\n                            \"City\": \"string\",\r\n                            \"PostalCode\": \"string\",\r\n                            \"CountryISO2\": \"string\"\r\n                        },\r\n                        \"ConsigneeName\": \"string\",\r\n                        \"NIF\": \"string\",\r\n                        \"DestinationPlace\": {\r\n                            \"Address\": \"string\",\r\n                            \"City\": \"string\",\r\n                            \"PostalCode\": \"string\",\r\n                            \"CountryISO2\": \"string\"\r\n                        },\r\n                        \"Description\": \"string\",\r\n                        \"Weight\": X.XX,\r\n                        \"Price\": X.XX,\r\n                        \"HSCode\": \"string\",\r\n                        \"CustomClearance\": \"string\",\r\n                        \"CustomLocation\": \"string\",\r\n                        \"B2CShippingMethod\": \"string\",\r\n                        \"SKUList\": [\r\n                            {\r\n                                \"Code\": \"string\",\r\n                                \"HSCode\": \"string\",\r\n                                \"Description\": \"string\",\r\n                                \"OriginCountryIso2\": \"string\",\r\n                                \"Weight\": X.XX,\r\n                                \"Price\": X.XX,\r\n                                \"Quantity\": X\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/manifest","description":"<p>With this API call, you can send all the information related with a manifest. This information will be automatically notified and processed when due. The object that must be sent has the following structure:</p>\n<p><em>Post_Manifest_Request:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Invoice</td>\n<td><strong>NO</strong></td>\n<td><em>File_Data</em></td>\n<td>Invoice attached to the manifest</td>\n</tr>\n<tr>\n<td>AirwayBill</td>\n<td><strong>NO</strong></td>\n<td><em>File_Data</em></td>\n<td>Airway bill attached to the manifest</td>\n</tr>\n<tr>\n<td>Manifest</td>\n<td><strong>YES</strong></td>\n<td><em>Manifest_Data</em></td>\n<td>All the information about the manifest</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>File_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Name of the file. <strong>It must include the extension at the end of the name.</strong></td>\n</tr>\n<tr>\n<td>Base64Data</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Data of the file encoded to base64.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AWB</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Identifier of the manifest. It cannot be duplicated.</td>\n</tr>\n<tr>\n<td>FlightDate</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Goods flight date. It must follow the format <strong>yyyy/M/d.</strong></td>\n</tr>\n<tr>\n<td>AirLine</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Information about the airline transporting the merchandise.</td>\n</tr>\n<tr>\n<td>FlightNumber</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Airplane flight number.</td>\n</tr>\n<tr>\n<td>Transportation</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Way of transport for the merchandise.</td>\n</tr>\n<tr>\n<td>AirportDepartureIata3</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Departure airport in IATA3 format</td>\n</tr>\n<tr>\n<td>AirportDestinationIata3</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Destination airport in IATA3 format</td>\n</tr>\n<tr>\n<td>EstimatedArrivalDate</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Estimated date of arrival of the merchandise. It must follow the format <strong>yyyy/M/d.</strong></td>\n</tr>\n<tr>\n<td>BagList</td>\n<td><strong>YES</strong></td>\n<td><em>Manifest_Bag_Data[]</em></td>\n<td>List of the bags of the manifest.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Bag_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BagReference</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Identifier of the bag.</td>\n</tr>\n<tr>\n<td>TypeBox</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Bag type.</td>\n</tr>\n<tr>\n<td>LastMileCarrier</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Last mile carrier that is going to deliver the package.</td>\n</tr>\n<tr>\n<td>ShipmentList</td>\n<td><strong>YES</strong></td>\n<td><em>Manifest_Bag_Shipment_Data[]</em></td>\n<td>List of shipments attached to a bag</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Bag_Shipment_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PackageBarcode</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Identifier of the shipment.</td>\n</tr>\n<tr>\n<td>OrderNumber</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Order number of the shipment</td>\n</tr>\n<tr>\n<td>ShipperName</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Name of the supplier that sends the merchandise.</td>\n</tr>\n<tr>\n<td>IossNumber</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>IOSS number of the shipment</td>\n</tr>\n<tr>\n<td>SourcePlace</td>\n<td><strong>YES</strong></td>\n<td><em>Place_Data</em></td>\n<td>Source place of the merchandise.</td>\n</tr>\n<tr>\n<td>ConsigneeName</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Name of the merchandise consignee.</td>\n</tr>\n<tr>\n<td>NIF</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>NIF of the consignee.</td>\n</tr>\n<tr>\n<td>DestinationPlace</td>\n<td><strong>YES</strong></td>\n<td><em>Place_Data</em></td>\n<td>Destination place of the merchandise.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>Description of the item</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td><strong>YES</strong></td>\n<td><em>decimal</em></td>\n<td>Weight of the item. It cannot be negative.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td><strong>YES</strong></td>\n<td><em>decimal</em></td>\n<td>Price of the item.</td>\n</tr>\n<tr>\n<td>HSCode</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>HS code of the item.</td>\n</tr>\n<tr>\n<td>CustomClearance</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>--</td>\n</tr>\n<tr>\n<td>CustomLocation</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>--</td>\n</tr>\n<tr>\n<td>B2CShippingMethod</td>\n<td><strong>NO</strong></td>\n<td><em>string</em></td>\n<td>--</td>\n</tr>\n<tr>\n<td>SKUList</td>\n<td><strong>NO* (YES for &gt; 150€ or &gt; 100Kg)</strong></td>\n<td><em>Manifest_Bag_Shipment_SKU_Data[]</em></td>\n<td>List of SKUs inside the parcel</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Bag_Shipment_SKU_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Code</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Code identifying the SKU</td>\n</tr>\n<tr>\n<td>HSCode</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>HS code of the SKU</td>\n</tr>\n<tr>\n<td>Description</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Description of the SKU</td>\n</tr>\n<tr>\n<td>OriginCountryIso2</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Country in ISO 3166 alpha 2 format where the SKU was made</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td><strong>YES</strong></td>\n<td><em>decimal</em></td>\n<td>Weight of the SKU</td>\n</tr>\n<tr>\n<td>Price</td>\n<td><strong>YES</strong></td>\n<td><em>decimal</em></td>\n<td>Price of the SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td><strong>YES</strong></td>\n<td><em>integer</em></td>\n<td>Quantity of this SKUs</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Place_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>--</td>\n</tr>\n<tr>\n<td>City</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>--</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>--</td>\n</tr>\n<tr>\n<td>CountryISO2</td>\n<td><strong>YES</strong></td>\n<td><em>string</em></td>\n<td>Country in ISO 3166 alpha 2 format</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","manifest"],"host":["{BaseURL}"],"query":[],"variable":[]}},"response":[{"id":"1bbdfeba-b6ef-499e-a281-4fafdf3ee35b","name":"Manifest sent successfully","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Invoice\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    },\r\n    \"AirwayBill\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    },\r\n    \"Manifest\": {\r\n        \"AWB\": \"string\",\r\n        \"FlightDate\": \"string\",\r\n        \"AirLine\": \"string\",\r\n        \"FlightNumber\": \"string\",\r\n        \"Transportation\": \"string\",\r\n        \"AirportDepartureIata3\": \"string\",\r\n        \"AirportDestinationIata3\": \"string\",\r\n        \"EstimatedArrivalDate\": \"string\",\r\n        \"BagList\": [\r\n            {\r\n                \"BagReference\": \"string\",\r\n                \"TypeBox\": \"string\",\r\n                \"LastMileCarrier\": \"string\",\r\n                \"ShipmentList\": [\r\n                    {\r\n                        \"PackageBarcode\": \"string\",\r\n                        \"OrderNumber\": \"string\",\r\n                        \"ShipperName\": \"string\",\r\n                        \"IOSSNumber\": \"string\",\r\n                        \"SourcePlace\": {\r\n                            \"Address\": \"string\",\r\n                            \"City\": \"string\",\r\n                            \"PostalCode\": \"string\",\r\n                            \"CountryISO2\": \"string\"\r\n                        },\r\n                        \"ConsigneeName\": \"string\",\r\n                        \"NIF\": \"string\",\r\n                        \"DestinationPlace\": {\r\n                            \"Address\": \"string\",\r\n                            \"City\": \"string\",\r\n                            \"PostalCode\": \"string\",\r\n                            \"CountryISO2\": \"string\"\r\n                        },\r\n                        \"Description\": \"string\",\r\n                        \"Weight\": X.XX,\r\n                        \"Price\": X.XX,\r\n                        \"HSCode\": \"string\",\r\n                        \"CustomClearance\": \"string\",\r\n                        \"CustomLocation\": \"string\",\r\n                        \"B2CShippingMethod\": \"string\",\r\n                        \"SKUList\": [\r\n                            {\r\n                                \"Code\": \"string\",\r\n                                \"HSCode\": \"string\",\r\n                                \"Description\": \"string\",\r\n                                \"OriginCountryIso2\": \"string\",\r\n                                \"Weight\": X.XX,\r\n                                \"Price\": X.XX,\r\n                                \"Quantity\": X\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Feb 2023 19:19:59 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"8c2251c3-a8f2-49d6-b9d8-e08211497958","name":"Manifest already sent","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Invoice\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    },\r\n    \"AirwayBill\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    },\r\n    \"Manifest\": {\r\n        \"AWB\": \"string\",\r\n        \"FlightDate\": \"string\",\r\n        \"AirLine\": \"string\",\r\n        \"FlightNumber\": \"string\",\r\n        \"Transportation\": \"string\",\r\n        \"AirportDepartureIata3\": \"string\",\r\n        \"AirportDestinationIata3\": \"string\",\r\n        \"EstimatedArrivalDate\": \"string\",\r\n        \"BagList\": [\r\n            {\r\n                \"BagReference\": \"string\",\r\n                \"TypeBox\": \"string\",\r\n                \"LastMileCarrier\": \"string\",\r\n                \"ShipmentList\": [\r\n                    {\r\n                        \"PackageBarcode\": \"string\",\r\n                        \"OrderNumber\": \"string\",\r\n                        \"ShipperName\": \"string\",\r\n                        \"IOSSNumber\": \"string\",\r\n                        \"SourcePlace\": {\r\n                            \"Address\": \"string\",\r\n                            \"City\": \"string\",\r\n                            \"PostalCode\": \"string\",\r\n                            \"CountryISO2\": \"string\"\r\n                        },\r\n                        \"ConsigneeName\": \"string\",\r\n                        \"NIF\": \"string\",\r\n                        \"DestinationPlace\": {\r\n                            \"Address\": \"string\",\r\n                            \"City\": \"string\",\r\n                            \"PostalCode\": \"string\",\r\n                            \"CountryISO2\": \"string\"\r\n                        },\r\n                        \"Description\": \"string\",\r\n                        \"Weight\": X.XX,\r\n                        \"Price\": X.XX,\r\n                        \"HSCode\": \"string\",\r\n                        \"CustomClearance\": \"string\",\r\n                        \"CustomLocation\": \"string\",\r\n                        \"B2CShippingMethod\": \"string\",\r\n                        \"SKUList\": [\r\n                            {\r\n                                \"Code\": \"string\",\r\n                                \"HSCode\": \"string\",\r\n                                \"Description\": \"string\",\r\n                                \"OriginCountryIso2\": \"string\",\r\n                                \"Weight\": X.XX,\r\n                                \"Price\": X.XX,\r\n                                \"Quantity\": X\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"Manifest already sent\"\n    ]\n}"},{"id":"3268f787-66ef-46f2-991f-c3c7cb6b6741","name":"Manifest sent with errors","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Invoice\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    },\r\n    \"AirwayBill\": {\r\n        \"Name\": \"string\",\r\n        \"Base64Data\": \"string\"\r\n    },\r\n    \"Manifest\": {\r\n        \"AWB\": \"string\",\r\n        \"FlightDate\": \"string\",\r\n        \"AirLine\": \"string\",\r\n        \"FlightNumber\": \"string\",\r\n        \"Transportation\": \"string\",\r\n        \"AirportDepartureIata3\": \"string\",\r\n        \"AirportDestinationIata3\": \"string\",\r\n        \"EstimatedArrivalDate\": \"string\",\r\n        \"BagList\": [\r\n            {\r\n                \"BagReference\": \"string\",\r\n                \"TypeBox\": \"string\",\r\n                \"LastMileCarrier\": \"string\",\r\n                \"ShipmentList\": [\r\n                    {\r\n                        \"PackageBarcode\": \"string\",\r\n                        \"OrderNumber\": \"string\",\r\n                        \"ShipperName\": \"string\",\r\n                        \"IOSSNumber\": \"string\",\r\n                        \"SourcePlace\": {\r\n                            \"Address\": \"string\",\r\n                            \"City\": \"string\",\r\n                            \"PostalCode\": \"string\",\r\n                            \"CountryISO2\": \"string\"\r\n                        },\r\n                        \"ConsigneeName\": \"string\",\r\n                        \"NIF\": \"string\",\r\n                        \"DestinationPlace\": {\r\n                            \"Address\": \"string\",\r\n                            \"City\": \"string\",\r\n                            \"PostalCode\": \"string\",\r\n                            \"CountryISO2\": \"string\"\r\n                        },\r\n                        \"Description\": \"string\",\r\n                        \"Weight\": X.XX,\r\n                        \"Price\": X.XX,\r\n                        \"HSCode\": \"string\",\r\n                        \"CustomClearance\": \"string\",\r\n                        \"CustomLocation\": \"string\",\r\n                        \"B2CShippingMethod\": \"string\",\r\n                        \"SKUList\": [\r\n                            {\r\n                                \"Code\": \"string\",\r\n                                \"HSCode\": \"string\",\r\n                                \"Description\": \"string\",\r\n                                \"OriginCountryIso2\": \"string\",\r\n                                \"Weight\": X.XX,\r\n                                \"Price\": X.XX,\r\n                                \"Quantity\": X\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{BaseURL}/api/manifest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"AWB: Incorrect field value\",\n        \"FlightDate: Incorrect field value\",\n        \"AirLine: Incorrect field value\",\n        \"FlightNumber: Incorrect field value\",\n        \"AirportDepartureIata3: Incorrect field value\",\n        \"AirportDestinationIata3: Incorrect field value\",\n        \"EstimatedArrivalDate: Incorrect field value\"\n    ]\n}"}],"_postman_id":"b510ccea-706d-4116-9a29-a282d16de0a4"},{"name":"Get manifest status","id":"5dd6a72f-b358-497b-925f-4b7547d393d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"url":"{BaseURL}/api/manifest?awb=112-36158673","description":"<p>In this request, you can obtain the status of one of your sent manifests. There are six statuses, in the following order:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>WAITING_FOR_SUMMARY_ACTIVATION</td>\n<td>The manifest has been received and we are waiting for summary activation</td>\n</tr>\n<tr>\n<td>ATA</td>\n<td>Date when the cargo arrives to the destination</td>\n</tr>\n<tr>\n<td>SUMMARY_ACTIVATED</td>\n<td>The manifest has the summary activated and it is ready for dispatch</td>\n</tr>\n<tr>\n<td>COLLECTING_FROM_GROUND_HANDLING</td>\n<td>The shipment is being collected from the ground handling</td>\n</tr>\n<tr>\n<td>PICKED_UP_FROM_GROUND_HANDLING</td>\n<td>The shipment has been picked up from ground handling and it is on its way to our hub</td>\n</tr>\n<tr>\n<td>RECEIVED_IN_HUB</td>\n<td>The shipment has arrived to our hub</td>\n</tr>\n<tr>\n<td>SCANNED</td>\n<td>The expedition has been scanned in our facilities</td>\n</tr>\n<tr>\n<td>AVAILABLE_FOR_PICKUP</td>\n<td>The shipment has been cleared</td>\n</tr>\n<tr>\n<td>DEPARTED_FROM_HUB</td>\n<td>The expedition has left our facilities and it is on its way to the last mile central</td>\n</tr>\n<tr>\n<td>HANDED_OVER_TO_LAST_MILE</td>\n<td>The shipment has been received by the last mile supplier</td>\n</tr>\n</tbody>\n</table>\n</div><p>In case of the request has been successful, you will receive and object with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AWB</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>AWB that identifies the manifest</td>\n</tr>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>The current status of the manifest</td>\n</tr>\n<tr>\n<td>BagList</td>\n<td><em>Manifest_Response_Bag[]</em></td>\n<td><strong>NO</strong></td>\n<td>List containing information about the bags of the manifest</td>\n</tr>\n<tr>\n<td>CircuitList</td>\n<td><em>Manifest_Response_Circuit[]</em></td>\n<td><strong>NO</strong></td>\n<td>A list with the different parcels of the shipment</td>\n</tr>\n<tr>\n<td>StatusHistoryList</td>\n<td><em>Manifest_Response_Status[]</em></td>\n<td><strong>NO</strong></td>\n<td>A list with all the different statuses that the manifest has had and their dates</td>\n</tr>\n<tr>\n<td>DeliveryProofList</td>\n<td><em>File_Data[]</em></td>\n<td><strong>NO</strong></td>\n<td>List containing objects with the delivery proof to the last mile carrier.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Response_Bag:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BagReference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Identifier of the bag.</td>\n</tr>\n<tr>\n<td>Scanned</td>\n<td><em>boolean</em></td>\n<td><strong>NO</strong></td>\n<td>It indicates if we have scanned the bag in our warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Response_Circuit:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdmissionDate</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>Admission date of the shipment. It follows the standard <strong>yyyy/M/d</strong>.</td>\n</tr>\n<tr>\n<td>Importer</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Importer of the shipment</td>\n</tr>\n<tr>\n<td>Shipment</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Identifier of the shipment (barcode)</td>\n</tr>\n<tr>\n<td>Circuit</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>It has three possible values and it could be null if we do not know the circuit yet:  <br />  <br />- <strong>R</strong>: it indicates that the circuit is <strong>RED</strong>  <br />- <strong>O:</strong> it indicates that the circuit is <strong>ORANGE</strong>  <br />- <strong>G:</strong> it indicates that the circuit is <strong>GREEN</strong></td>\n</tr>\n<tr>\n<td>BagReference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Identifier of the bag that contains the shipment</td>\n</tr>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Current status of the parcel. You can find a list with all possible statuses in the <strong>Get parcel status request.</strong></td>\n</tr>\n<tr>\n<td>StatusList</td>\n<td><em>Manifest_Response_Status[]</em></td>\n<td><strong>NO</strong></td>\n<td>List with all the statuses of the parcel and its date. You can find a list with all possible statuses in the <strong>Get parcel status request.</strong></td>\n</tr>\n<tr>\n<td>DeliveryProof</td>\n<td><em>File_Data</em></td>\n<td><strong>YES</strong></td>\n<td>Object containing the delivery proof to the last mile carrier. It only appears in case of part shipments with mercancy delivered after the rest of the manifest or in case of <strong>RED</strong> or <strong>ORANGE</strong> circuits that have been released from customs.</td>\n</tr>\n<tr>\n<td>Scanned</td>\n<td><em>boolean</em></td>\n<td><strong>NO</strong></td>\n<td>It indicates if we have received and scanned the parcel at our warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Response_Status</em>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Status of the shipment</td>\n</tr>\n<tr>\n<td>Date</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Date when the status was produced. It always has the format <strong>\"yyyy/M/d HH:mm:ss\"</strong> and it is in UTC.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>File_Data:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Name of the file with the extension.</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>MIME type of the file.</td>\n</tr>\n<tr>\n<td>Base64Data</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Base64 encoded information of the file.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","manifest"],"host":["{BaseURL}"],"query":[{"description":{"content":"<p>AWB number that identifies the manifest. Mandatory.</p>\n","type":"text/plain"},"key":"awb","value":"112-36158673"}],"variable":[]}},"response":[{"id":"3e6d95ed-1fd7-4276-a62e-47cc5794abea","name":"Successfull request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/manifest?awb={awb}","host":["{BaseURL}"],"path":["api","manifest"],"query":[{"key":"awb","value":"{awb}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Feb 2023 19:28:48 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": {\n    \"AWB\": \"string\",\n    \"Status\": \"string\",\n    \"BagList\": [{\n        \"BagReference\": \"string\",\n        \"Scanned\": true\n    }],\n    \"CircuitList\": [\n      {\n        \"AdmissionDate\": \"string\",\n        \"Importer\": \"string\",\n        \"Shipment\": \"string\",\n        \"Circuit\": \"string\",\n        \"BagReference\": \"string\",\n        \"Status\": \"string\",\n        \"StatusList\": [\n          {\n            \"Status\": \"string\",\n            \"Date\": \"string\"\n          }\n        ],\n        \"DeliveryProof\": {\n          \"Name\": \"string\",\n          \"ContentType\": \"string\",\n          \"Base64Data\": \"string\"\n        },\n        \"Scanned\": false\n      },\n      {\n        \"AdmissionDate\": \"string\",\n        \"Importer\": \"string\",\n        \"Shipment\": \"string\",\n        \"Circuit\": \"string\",\n        \"BagReference\": \"string\",\n        \"Status\": \"string\",\n        \"StatusList\": [\n          {\n            \"Status\": \"string\",\n            \"Date\": \"string\"\n          }\n        ],\n        \"DeliveryProof\": {\n          \"Name\": \"string\",\n          \"ContentType\": \"string\",\n          \"Base64Data\": \"string\"\n        },\n        \"Scanned\": true\n      }\n    ],\n    \"StatusHistoryList\": [\n      {\n        \"Status\": \"string\",\n        \"Date\": \"string\"\n      },\n      {\n        \"Status\": \"string\",\n        \"Date\": \"string\"\n      }\n    ],\n    \"DeliveryProofList\": [\n      {\n        \"Name\": \"string\",\n        \"ContentType\": \"string\",\n        \"Base64Data\": \"string\"\n      },\n      {\n        \"Name\": \"string\",\n        \"ContentType\": \"string\",\n        \"Base64Data\": \"string\"\n      }\n    ]\n  },\n  \"Success\": true,\n  \"NotificationList\": []\n}"},{"id":"5fca543a-f476-4512-af37-4fabe46eea5e","name":"Request with errors","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/manifest?awb={awb}","host":["{BaseURL}"],"path":["api","manifest"],"query":[{"key":"awb","value":"{awb}","description":"AWB number that identifies the manifest. Mandatory."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"186"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 13 Mar 2023 16:02:36 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:da9daa0a-6f7f-417e-b11b-e1a725dd1f33"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"Manifest not found\"\n    ]\n}"}],"_postman_id":"5dd6a72f-b358-497b-925f-4b7547d393d2"},{"name":"Get parcel status","id":"700da1da-1e3c-4e61-b498-d3dd1264c7e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"url":"{BaseURL}/api/manifest/parcel-status?awb=157-92808671&barcode=0082800082809734581783","description":"<p><strong>This method is limited to 100 QPM (queries per minute).</strong></p>\n<p>This method must be used when you want to obtain the different statuses of one parcel inside a manifest. There are several statuses:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PARCEL_INTEGRATION_RECEIVED</td>\n<td>It indicates that the parcel has been saved correctly in our database.</td>\n</tr>\n<tr>\n<td>SUMMARY_ACTIVATED</td>\n<td>The shipment is ready for going to pickup at the ground handling.</td>\n</tr>\n<tr>\n<td>PICKED_UP_FROM_GROUND_HANDLING</td>\n<td>The parcel has been collected from ground handling and it is on its way to our warehouse.</td>\n</tr>\n<tr>\n<td>PARCEL_RECEIVED_AT_WAREHOUSE</td>\n<td>The parcel has been received in our hub.</td>\n</tr>\n<tr>\n<td>CUSTOMS_CLEARANCE_PROCESS_STARTED</td>\n<td>We have started the customs clearance process.</td>\n</tr>\n<tr>\n<td>CUSTOMS_CLEARANCE_PROCESS_COMPLETED</td>\n<td>The customs clearance process has been completed.</td>\n</tr>\n<tr>\n<td>RETAINED_BY_CUSTOMS</td>\n<td>The parcel has been dispatched but it is retained by customs.</td>\n</tr>\n<tr>\n<td>RELEASED_FROM_CUSTOMS</td>\n<td>The parcel has been released and it is ready for delivery.</td>\n</tr>\n<tr>\n<td>DOCUMENTATION_REQUIRED_BY_CUSTOMS</td>\n<td>In case of RED or ORANGE circuit, we may need some documentation required by customs.</td>\n</tr>\n<tr>\n<td>DEPARTED_FROM_HUB</td>\n<td>The parcel has left our facilities and it is on its way to the last mile supplier.</td>\n</tr>\n<tr>\n<td>HANDED_OVER_TO_LAST_MILE</td>\n<td>The parcel has been delivered to the last mile supplier.</td>\n</tr>\n</tbody>\n</table>\n</div><p>In case of the request has been successful, you will receive an object with the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdmissionDate</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>Admission date of the shipment. It follows the standard <strong>yyyy/M/d</strong>.</td>\n</tr>\n<tr>\n<td>Importer</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Importer of the shipment</td>\n</tr>\n<tr>\n<td>Shipment</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Identifier of the shipment (barcode)</td>\n</tr>\n<tr>\n<td>Circuit</td>\n<td><em>string</em></td>\n<td><strong>YES</strong></td>\n<td>It has three possible values and it could be null if we do not know the circuit yet:  <br />  <br />- <strong>R</strong>: it indicates that the circuit is <strong>RED</strong>  <br />- <strong>O:</strong> it indicates that the circuit is <strong>ORANGE</strong>  <br />- <strong>G:</strong> it indicates that the circuit is <strong>GREEN</strong></td>\n</tr>\n<tr>\n<td>BagReference</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Identifier of the bag that contains the shipment.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Current status of the parcel.</td>\n</tr>\n<tr>\n<td>StatusList</td>\n<td><em>Manifest_Response_Status[]</em></td>\n<td><strong>NO</strong></td>\n<td>List with all the statuses of the parcel and its date.</td>\n</tr>\n<tr>\n<td>DeliveryProof</td>\n<td><em>File_Data</em></td>\n<td><strong>YES</strong></td>\n<td>Object containing the delivery proof to the last mile carrier. It only appears in case of part shipments with mercancy delivered after the rest of the manifest or in case of <strong>RED</strong> or <strong>ORANGE</strong> circuits that have been released from customs.</td>\n</tr>\n<tr>\n<td>Scanned</td>\n<td><em>boolean</em></td>\n<td><strong>NO</strong></td>\n<td>It indicates if we have received and scanned the parcel at our warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Manifest_Response_Status</em>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Status of the parcel.</td>\n</tr>\n<tr>\n<td>Date</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Date when the status was produced. It always has the format <strong>\"yyyy/M/d HH:mm:ss\"</strong> and it is in UTC.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>File_Data</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Nullable</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Name of the file with the extension.</td>\n</tr>\n<tr>\n<td>ContentType</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>MIME type of the file.</td>\n</tr>\n<tr>\n<td>Base64Data</td>\n<td><em>string</em></td>\n<td><strong>NO</strong></td>\n<td>Base64 encoded information of the file.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","manifest","parcel-status"],"host":["{BaseURL}"],"query":[{"description":{"content":"<p>AWB number that identifies the manifest. Mandatory.</p>\n","type":"text/plain"},"key":"awb","value":"157-92808671"},{"description":{"content":"<p>Barcode of the parcel that wants to be queried. Mandatory.</p>\n","type":"text/plain"},"key":"barcode","value":"0082800082809734581783"}],"variable":[]}},"response":[{"id":"ca268512-11c6-48f6-a747-456c476fe625","name":"Successfull request","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/manifest/parcel-status?awb={awb}&barcode={barcode}","host":["{BaseURL}"],"path":["api","manifest","parcel-status"],"query":[{"key":"awb","value":"{awb}","description":"AWB number that identifies the manifest. Mandatory."},{"key":"barcode","value":"{barcode}","description":"Barcode of the parcel that wants to be queried. Mandatory."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 01 Feb 2023 19:28:48 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"AdmissionDate\": \"string\",\n        \"Importer\": \"string\",\n        \"Shipment\": \"string\",\n        \"Circuit\": \"string\",\n        \"BagReference\": \"string\",\n        \"Status\": \"string\",\n        \"StatusList\": [\n            {\n                \"Status\": \"string\",\n                \"Date\": \"string\"\n            },\n            {\n                \"Status\": \"string\",\n                \"Date\": \"string\"\n            },\n            {\n                \"Status\": \"string\",\n                \"Date\": \"string\"\n            }\n        ],\n        \"DeliveryProof\": {\n            \"Name\": \"string\",\n            \"ContentType\": \"string\",\n            \"Base64Data\": \"string\"\n        },\n        \"Scanned\": false\n    },\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"34d060d2-680c-49a3-b8f9-e4c5705feea5","name":"Request with errors","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/manifest/parcel-status?awb={awb}&barcode={barcode}","host":["{BaseURL}"],"path":["api","manifest","parcel-status"],"query":[{"key":"awb","value":"{awb}","description":"AWB number that identifies the manifest. Mandatory."},{"key":"barcode","value":"{barcode}","description":"Barcode of the parcel that wants to be queried. Mandatory."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"186"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 13 Mar 2023 16:02:36 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:da9daa0a-6f7f-417e-b11b-e1a725dd1f33"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"Unauthorized\"\n    ]\n}"},{"id":"5dede745-7043-4fdf-8bc1-a34102cca6a5","name":"Shipment not found","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/manifest/parcel-status?awb={awb}&barcode={barcode}","host":["{BaseURL}"],"path":["api","manifest","parcel-status"],"query":[{"key":"awb","value":"{awb}","description":"AWB number that identifies the manifest. Mandatory."},{"key":"barcode","value":"{barcode}","description":"Barcode of the parcel that wants to be queried. Mandatory."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"186"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 13 Mar 2023 16:02:36 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:da9daa0a-6f7f-417e-b11b-e1a725dd1f33"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"Shipment not found\"\n    ]\n}"}],"_postman_id":"700da1da-1e3c-4e61-b498-d3dd1264c7e7"},{"name":"Cancel manifest","id":"0eee43c7-fe1d-4764-a71f-5522dc85fc58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"api-key","value":"{APIKey}","type":"text"}],"url":"{BaseURL}/api/manifest?awb={awb}","description":"<p>You can use this request to cancel a manifest. Please note that manifests can only be cancelled under <strong>WAITING_FOR_SUMMARY_ACTIVATION</strong> status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}},"urlObject":{"path":["api","manifest"],"host":["{BaseURL}"],"query":[{"description":{"content":"<p>AWB of the shipment that wants to be cancelled</p>\n","type":"text/plain"},"key":"awb","value":"{awb}"}],"variable":[]}},"response":[{"id":"f8badc89-ae4b-47d9-8027-4dd4c70ebf60","name":"Successfully cancelled","originalRequest":{"method":"DELETE","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/manifest?awb={awb}","host":["{BaseURL}"],"path":["api","manifest"],"query":[{"key":"awb","value":"{awb}","description":"AWB of the shipment that wants to be cancelled"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"167"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 13 Mar 2023 11:29:21 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:da9daa0a-6f7f-417e-b11b-e1a725dd1f33"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": true,\n    \"NotificationList\": []\n}"},{"id":"d1d569e7-9da0-456f-be6e-c91e015ba34b","name":"Manifest not found","originalRequest":{"method":"DELETE","header":[{"key":"api-key","value":"{APIKey}","type":"text"},{"key":"Authorization","value":"Bearer {Token}","type":"text"}],"url":{"raw":"{BaseURL}/api/manifest?awb={awb}","host":["{BaseURL}"],"path":["api","manifest"],"query":[{"key":"awb","value":"{awb}","description":"AWB of the shipment that wants to be cancelled"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"186"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 13 Mar 2023 11:29:53 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:da9daa0a-6f7f-417e-b11b-e1a725dd1f33"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self'"},{"key":"Content-Security-Policy","value":"default-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": null,\n    \"Success\": false,\n    \"NotificationList\": [\n        \"Manifest not found\"\n    ]\n}"}],"_postman_id":"0eee43c7-fe1d-4764-a71f-5522dc85fc58"}],"id":"29d5f078-0dbb-4bb4-86f0-0b0906de6c35","description":"<p>This collection is destintated to describe methods related to customs.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b119ab4e-53aa-41fb-b33d-db1d6efa81e7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4b036cd3-795b-495a-94d9-217e3c0d6e77"}}],"_postman_id":"29d5f078-0dbb-4bb4-86f0-0b0906de6c35","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"2460e1b2-795c-4532-b151-d2cb7203a209","id":"2460e1b2-795c-4532-b151-d2cb7203a209","name":"API Air Go Express","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"230204d2-28cd-4de2-9dd0-60c33be3c5f8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5203bd71-f657-4502-aad6-aadb11f95763","type":"text/javascript","exec":[""]}}],"variable":[{"key":"APIKey","value":"{APIKey}","type":"string"},{"key":"Username","value":"{Username}","type":"string"},{"key":"Password","value":"{Password}","type":"string"},{"key":"BaseURL","value":"{BaseURL}","type":"string"}]}