{ "info": { "_postman_id": "6ca9c680-2daf-45ce-8ffd-007ae7100377", "name": "Unified.to account shipping API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-6ca9c680-2daf-45ce-8ffd-007ae7100377" }, "item": [ { "name": "shipping", "item": [ { "name": "{connection_id}", "item": [ { "name": "carrier", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Carrier", "id": "6b139ee9-663c-41cd-ad81-46ed91a2c239", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/carrier/:id?fields=created_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "carrier", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f447279d-9dcf-45ae-b348-1ba45414ea26", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "eb73e520-42a4-4432-b1dc-fa3c2ad6d5cc", "key": "id", "value": "", "description": "(Required) ID of the Carrier" } ] } }, "response": [ { "id": "e04bf08c-3c4b-47f8-8289-0adcec6f7987", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/carrier/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "carrier", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"logo_url\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ine49\": 47282402,\n \"Duis_50\": 42456453\n },\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-e04bf08c-3c4b-47f8-8289-0adcec6f7987" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-6b139ee9-663c-41cd-ad81-46ed91a2c239" } ], "id": "bb7c155b-ed33-48f5-99fa-8ead613a09c5", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-bb7c155b-ed33-48f5-99fa-8ead613a09c5" }, { "name": "List All Carriers", "id": "8238006b-3dfc-40b7-9d17-c8e6cb541910", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/carrier?limit=&offset=&updated_gte=&sort=&order=&query=&fields=created_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "carrier" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a108b3fe-23fe-4625-84aa-c1bd16e3d5b7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "18b70b96-3cf8-45f7-a4b1-1e689d994eb8", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/carrier?limit=&offset=&updated_gte=&sort=&order=&query=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "carrier" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"code\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"logo_url\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"culpa__66\": 64675239.73403323,\n \"et_aa\": -87310768\n },\n \"updated_at\": \"\",\n \"website_url\": \"\"\n },\n {\n \"code\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"logo_url\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"enim8_\": true,\n \"eu_7ca\": \"ipsum mollit dolore\",\n \"laborum5\": -48043887.50540931,\n \"minim_b40\": -51900130.286289856\n },\n \"updated_at\": \"\",\n \"website_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-18b70b96-3cf8-45f7-a4b1-1e689d994eb8" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-8238006b-3dfc-40b7-9d17-c8e6cb541910" } ], "id": "6bf16d1b-8d1f-4f62-a18a-85ae08dfabb7", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-6bf16d1b-8d1f-4f62-a18a-85ae08dfabb7" }, { "name": "label", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Label", "id": "aa48065a-bdcf-478d-8178-4d82888a2dfd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "variable": [ { "id": "d062c425-00bb-461e-b682-4eb1eb87ae05", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "06a10fe4-f1b9-41b8-9f4b-43a7d300e433", "key": "id", "value": "", "description": "(Required) ID of the Label" } ] } }, "response": [ { "id": "af39045d-dfe2-4e9b-bcec-b5767bcb6eef", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-af39045d-dfe2-4e9b-bcec-b5767bcb6eef" }, { "id": "fb171cd4-6c61-4148-8fd9-b6f2b00ab353", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-fb171cd4-6c61-4148-8fd9-b6f2b00ab353" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-aa48065a-bdcf-478d-8178-4d82888a2dfd" }, { "name": "Retrieve a Label", "id": "65a6f14d-1830-49de-ad4b-2354e7ad4ab1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id?fields=label_format&fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "label_format" }, { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "4d8341d7-c5f4-4be6-86fd-be39eba2c236", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "769a1d3e-d378-43a6-af49-962340534070", "key": "id", "value": "", "description": "(Required) ID of the Label" } ] } }, "response": [ { "id": "6c8dec89-2a0e-4043-a884-7fa9ab6c82c6", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id?fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-6c8dec89-2a0e-4043-a884-7fa9ab6c82c6" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-65a6f14d-1830-49de-ad4b-2354e7ad4ab1" }, { "name": "Update a Label", "id": "8a9eae4c-6214-4497-8151-bca163880a96", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id?fields=label_format&fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "label_format" }, { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "337e9c40-238e-434e-908d-09da45371f65", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b5183734-2793-4464-bb2d-1f15669ca817", "key": "id", "value": "", "description": "(Required) ID of the Label" } ] } }, "response": [ { "id": "a1f46807-2c9c-4a0e-bec1-1cd9d7b28b05", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id?fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-a1f46807-2c9c-4a0e-bec1-1cd9d7b28b05" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-8a9eae4c-6214-4497-8151-bca163880a96" }, { "name": "Update a Label", "id": "70fa6557-4ce0-47cf-b317-071f9a787647", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id?fields=label_format&fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "label_format" }, { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "44bb7b51-0720-4178-9946-0eabb60ea4a3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1117e75d-6612-4f99-b690-c77927b17e7d", "key": "id", "value": "", "description": "(Required) ID of the Label" } ] } }, "response": [ { "id": "55aa7d86-9b57-4a87-aabb-e617d96872eb", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label/:id?fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-55aa7d86-9b57-4a87-aabb-e617d96872eb" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-70fa6557-4ce0-47cf-b317-071f9a787647" } ], "id": "4814daa1-58b8-47ee-a323-36cfca54eaba", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-4814daa1-58b8-47ee-a323-36cfca54eaba" }, { "name": "List All Labels", "id": "277b89a2-6ad2-4c24-b434-881833280762", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label?limit=&offset=&updated_gte=&sort=&order=&query=&shipment_id=&fields=label_format&fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The ShippingShipment ID to filter by", "key": "shipment_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "label_format" }, { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e2673e12-6359-44a5-8fd1-5941518a8431", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "306e36f7-32e5-4749-9c91-2b3dc60e9f48", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label?limit=&offset=&updated_gte=&sort=&order=&query=&shipment_id=&fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The ShippingShipment ID to filter by", "key": "shipment_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PNG_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"ind\": \"nulla sed est nostrud\",\n \"labore_ed\": \"veniam\",\n \"consequat1f\": \"elit sit\"\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"PENDING\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PNG_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"velit_8e9\": 77657345,\n \"Duis4\": true\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"CANCELLED\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-306e36f7-32e5-4749-9c91-2b3dc60e9f48" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-277b89a2-6ad2-4c24-b434-881833280762" }, { "name": "Create a Label", "id": "5164f00e-962a-4bc9-9d31-5997d3b17b77", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label?fields=label_format&fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "label_format" }, { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "dd6c8f79-2246-469d-8e7e-4852a0add573", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "336eb9b0-a07d-4fa7-b7ea-5533c5a4b6f1", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/label?fields=shipment_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "label" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "shipment_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_voided\": \"\",\n \"label_cost\": \"\",\n \"label_cost_currency\": \"\",\n \"label_format\": \"PDF_4X6\",\n \"label_url\": \"\",\n \"rate_id\": \"\",\n \"raw\": {\n \"irure_217\": -87082152.14674984,\n \"aliqua_57\": -52701592\n },\n \"service_code\": \"\",\n \"shipment_id\": \"\",\n \"status\": \"EXCEPTION\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-336eb9b0-a07d-4fa7-b7ea-5533c5a4b6f1" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-5164f00e-962a-4bc9-9d31-5997d3b17b77" } ], "id": "b2e8d66b-6d9a-4c38-8fa5-5771321cd7a4", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-b2e8d66b-6d9a-4c38-8fa5-5771321cd7a4" }, { "name": "rate", "item": [ { "name": "Create a Rate", "id": "01e66c94-35f8-4665-b8f1-23ed7cf5f0ce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"carrier_id\": \"\",\n \"currency\": \"\",\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rates\": [\n {\n \"title\": \"\",\n \"amount\": \"\",\n \"base_amount\": \"\",\n \"currency\": \"\",\n \"delivery_days\": \"\",\n \"delivery_terms\": \"\",\n \"description\": \"\",\n \"discount_amount\": \"\",\n \"estimated_days\": \"\",\n \"estimated_delivery_end_at\": \"\",\n \"estimated_delivery_start_at\": \"\",\n \"is_active\": \"\",\n \"is_guaranteed\": \"\",\n \"is_negotiated_rate\": \"\",\n \"is_trackable\": \"\",\n \"package_type\": \"\",\n \"rate_source\": \"\",\n \"surcharges\": [\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n }\n ],\n \"tax_amount\": \"\",\n \"transit_hours\": \"\"\n },\n {\n \"title\": \"\",\n \"amount\": \"\",\n \"base_amount\": \"\",\n \"currency\": \"\",\n \"delivery_days\": \"\",\n \"delivery_terms\": \"\",\n \"description\": \"\",\n \"discount_amount\": \"\",\n \"estimated_days\": \"\",\n \"estimated_delivery_end_at\": \"\",\n \"estimated_delivery_start_at\": \"\",\n \"is_active\": \"\",\n \"is_guaranteed\": \"\",\n \"is_negotiated_rate\": \"\",\n \"is_trackable\": \"\",\n \"package_type\": \"\",\n \"rate_source\": \"\",\n \"surcharges\": [\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n }\n ],\n \"tax_amount\": \"\",\n \"transit_hours\": \"\"\n }\n ],\n \"raw\": {\n \"temporb\": true,\n \"cillum3\": true\n },\n \"ship_by_at\": \"\",\n \"shipment_id\": \"\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/rate?fields=ship_by_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "rate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "ship_by_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b0ca4582-43ba-4d81-b94b-914764efc2b3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b83c1222-3382-4d27-a4c2-3d69f95fc6de", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrier_id\": \"\",\n \"currency\": \"\",\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rates\": [\n {\n \"title\": \"\",\n \"amount\": \"\",\n \"base_amount\": \"\",\n \"currency\": \"\",\n \"delivery_days\": \"\",\n \"delivery_terms\": \"\",\n \"description\": \"\",\n \"discount_amount\": \"\",\n \"estimated_days\": \"\",\n \"estimated_delivery_end_at\": \"\",\n \"estimated_delivery_start_at\": \"\",\n \"is_active\": \"\",\n \"is_guaranteed\": \"\",\n \"is_negotiated_rate\": \"\",\n \"is_trackable\": \"\",\n \"package_type\": \"\",\n \"rate_source\": \"\",\n \"surcharges\": [\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n }\n ],\n \"tax_amount\": \"\",\n \"transit_hours\": \"\"\n },\n {\n \"title\": \"\",\n \"amount\": \"\",\n \"base_amount\": \"\",\n \"currency\": \"\",\n \"delivery_days\": \"\",\n \"delivery_terms\": \"\",\n \"description\": \"\",\n \"discount_amount\": \"\",\n \"estimated_days\": \"\",\n \"estimated_delivery_end_at\": \"\",\n \"estimated_delivery_start_at\": \"\",\n \"is_active\": \"\",\n \"is_guaranteed\": \"\",\n \"is_negotiated_rate\": \"\",\n \"is_trackable\": \"\",\n \"package_type\": \"\",\n \"rate_source\": \"\",\n \"surcharges\": [\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n }\n ],\n \"tax_amount\": \"\",\n \"transit_hours\": \"\"\n }\n ],\n \"raw\": {\n \"temporb\": true,\n \"cillum3\": true\n },\n \"ship_by_at\": \"\",\n \"shipment_id\": \"\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/rate?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "rate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"carrier_id\": \"\",\n \"currency\": \"\",\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rates\": [\n {\n \"title\": \"\",\n \"amount\": \"\",\n \"base_amount\": \"\",\n \"currency\": \"\",\n \"delivery_days\": \"\",\n \"delivery_terms\": \"\",\n \"description\": \"\",\n \"discount_amount\": \"\",\n \"estimated_days\": \"\",\n \"estimated_delivery_end_at\": \"\",\n \"estimated_delivery_start_at\": \"\",\n \"is_active\": \"\",\n \"is_guaranteed\": \"\",\n \"is_negotiated_rate\": \"\",\n \"is_trackable\": \"\",\n \"package_type\": \"\",\n \"rate_source\": \"\",\n \"surcharges\": [\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n }\n ],\n \"tax_amount\": \"\",\n \"transit_hours\": \"\"\n },\n {\n \"title\": \"\",\n \"amount\": \"\",\n \"base_amount\": \"\",\n \"currency\": \"\",\n \"delivery_days\": \"\",\n \"delivery_terms\": \"\",\n \"description\": \"\",\n \"discount_amount\": \"\",\n \"estimated_days\": \"\",\n \"estimated_delivery_end_at\": \"\",\n \"estimated_delivery_start_at\": \"\",\n \"is_active\": \"\",\n \"is_guaranteed\": \"\",\n \"is_negotiated_rate\": \"\",\n \"is_trackable\": \"\",\n \"package_type\": \"\",\n \"rate_source\": \"\",\n \"surcharges\": [\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n {\n \"amount\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n }\n ],\n \"tax_amount\": \"\",\n \"transit_hours\": \"\"\n }\n ],\n \"raw\": {\n \"temporb\": true,\n \"cillum3\": true\n },\n \"ship_by_at\": \"\",\n \"shipment_id\": \"\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n }\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-b83c1222-3382-4d27-a4c2-3d69f95fc6de" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-01e66c94-35f8-4665-b8f1-23ed7cf5f0ce" } ], "id": "c4cff219-dd83-4d07-8be8-2679704485f5", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-c4cff219-dd83-4d07-8be8-2679704485f5" }, { "name": "shipment", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Shipment", "id": "940d4129-2629-4775-9ab3-03c11f6659b0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "variable": [ { "id": "b5024196-482e-4266-9217-375495ef497f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "03d7a7b1-1390-49b2-a2f8-82e6351e3460", "key": "id", "value": "", "description": "(Required) ID of the Shipment" } ] } }, "response": [ { "id": "0e0796ea-a71a-40ab-96e0-0878a7ce6c52", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-0e0796ea-a71a-40ab-96e0-0878a7ce6c52" }, { "id": "8d458e78-b843-4d24-abb2-5006bc80ff9c", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-8d458e78-b843-4d24-abb2-5006bc80ff9c" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-940d4129-2629-4775-9ab3-03c11f6659b0" }, { "name": "Retrieve a Shipment", "id": "0c19bb44-8e96-40ac-a784-356b4b2dc132", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id?fields=return_authorization_number&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "return_authorization_number" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "14b0b753-d84b-4dec-8aec-f5ddbb320276", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d268371e-ade7-40ed-8301-aab614326942", "key": "id", "value": "", "description": "(Required) ID of the Shipment" } ] } }, "response": [ { "id": "54f35f2a-3eb3-4062-9f25-a118191bab20", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-54f35f2a-3eb3-4062-9f25-a118191bab20" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-0c19bb44-8e96-40ac-a784-356b4b2dc132" }, { "name": "Update a Shipment", "id": "6c51577d-5d76-423f-a72b-dba05be921e4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id?fields=return_authorization_number&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "return_authorization_number" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a8e813d7-245c-4fb1-be8d-4ab4f747c363", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a2497b96-4476-4ec0-811b-8cdcba1b430f", "key": "id", "value": "", "description": "(Required) ID of the Shipment" } ] } }, "response": [ { "id": "d37f7015-4e70-4672-9e04-743bfbebab81", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-d37f7015-4e70-4672-9e04-743bfbebab81" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-6c51577d-5d76-423f-a72b-dba05be921e4" }, { "name": "Update a Shipment", "id": "2a3a23a3-86df-42e3-bef9-19bcdfb3025f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id?fields=return_authorization_number&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "return_authorization_number" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d67f1b62-a9a0-4df9-aafb-a494c04a0999", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "da5d65f0-45a7-46c9-a737-4f22101cd64f", "key": "id", "value": "", "description": "(Required) ID of the Shipment" } ] } }, "response": [ { "id": "4bc8495c-7a00-4a9c-85b2-af728d4136ce", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-4bc8495c-7a00-4a9c-85b2-af728d4136ce" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-2a3a23a3-86df-42e3-bef9-19bcdfb3025f" } ], "id": "1499f058-a99a-4386-b896-de3149de4c6a", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-1499f058-a99a-4386-b896-de3149de4c6a" }, { "name": "List All Shipments", "id": "045dfb5a-936f-4f75-989d-38657031e629", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment?limit=&offset=&updated_gte=&sort=&order=&query=&order_id=&carrier_id=&fields=return_authorization_number&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The AccountingOrder ID to filter by", "key": "order_id", "value": "" }, { "description": "The ShippingCarrier ID to filter by", "key": "carrier_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "return_authorization_number" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "9492dba7-896b-4e0f-a3f4-e827fce32064", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e33e9047-afc5-4e5d-aeee-cbd6e6e55368", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment?limit=&offset=&updated_gte=&sort=&order=&query=&order_id=&carrier_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The AccountingOrder ID to filter by", "key": "order_id", "value": "" }, { "description": "The ShippingCarrier ID to filter by", "key": "carrier_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"SAMPLE\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"RECIPIENT\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"oz\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"RETURN\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"RECIPIENT\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"PREMIUM\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"oz\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"oz\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"exercitation_d5\": 22083394.87008719\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"CUSTOMER\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"LABEL_CREATED\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n },\n {\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"DOCUMENTS\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"oz\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"RECIPIENT\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"CUSTOM\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"oz\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"g\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"sunt_ace\": \"amet minim in anim\",\n \"ullamco23\": \"eiusmod ullamco est minim\",\n \"culpa_e2\": -26631672.613050178\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"OTHER\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"OUT_FOR_DELIVERY\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-e33e9047-afc5-4e5d-aeee-cbd6e6e55368" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-045dfb5a-936f-4f75-989d-38657031e629" }, { "name": "Create a Shipment", "id": "dc8d969e-e655-4369-bdec-e35067e2ef3a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment?fields=return_authorization_number&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "return_authorization_number" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "7d6fa20f-e2b2-4718-97f4-2116af59b5a4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ae4e0426-934f-4cf9-9f44-02f53bd322f2", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/shipping/:connection_id/shipment?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"carrier_id\": \"\",\n \"created_at\": \"\",\n \"customs\": {\n \"amount\": \"\",\n \"contents_type\": \"OTHER\",\n \"currency\": \"\",\n \"description\": \"\",\n \"duties_paid_by\": \"SENDER\",\n \"items\": [\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"amount\": \"\",\n \"country_of_origin\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"harmonized_tariff_code\": \"\",\n \"quantity\": \"\",\n \"sku\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n ],\n \"non_delivery_option\": \"ABANDON\",\n \"recipient_eori\": \"\",\n \"recipient_tax_number\": \"\",\n \"restrictions\": [\n \"\",\n \"\"\n ],\n \"shipper_eori\": \"\",\n \"shipper_tax_number\": \"\",\n \"taxes_paid_by\": \"THIRD_PARTY\"\n },\n \"from_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"id\": \"\",\n \"insurance\": {\n \"coverage_amount\": \"\",\n \"coverage_type\": \"STANDARD\",\n \"currency\": \"\",\n \"insurance_cost\": \"\",\n \"insurance_cost_currency\": \"\",\n \"insurance_provider\": \"\",\n \"insurance_provider_code\": \"\",\n \"insured_value\": \"\"\n },\n \"is_adult_signature_required\": \"\",\n \"is_international\": \"\",\n \"is_rate_guaranteed\": \"\",\n \"is_return\": \"\",\n \"is_signature_required\": \"\",\n \"label_id\": \"\",\n \"order_id\": \"\",\n \"original_shipment_id\": \"\",\n \"packages\": [\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"inch\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"currency\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"insured_amount\": \"\",\n \"length\": \"\",\n \"size_unit\": \"cm\",\n \"tracking_number\": \"\",\n \"value\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"rate_amount\": \"\",\n \"rate_currency\": \"\",\n \"rate_estimated_days\": \"\",\n \"rate_estimated_delivery_at\": \"\",\n \"rate_id\": \"\",\n \"rate_service_name\": \"\",\n \"raw\": {\n \"voluptate_\": 31748011\n },\n \"reference_number\": \"\",\n \"return_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"return_authorization_number\": \"\",\n \"return_reason\": \"\",\n \"return_type\": \"WARRANTY\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"PICKED_UP\",\n \"to_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"tracking_id\": \"\",\n \"updated_at\": \"\",\n \"warehouse_location_id\": \"\",\n \"warehouse_location_name\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-ae4e0426-934f-4cf9-9f44-02f53bd322f2" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-dc8d969e-e655-4369-bdec-e35067e2ef3a" } ], "id": "935d665e-ff01-45f5-ac26-c9b364a6419d", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-935d665e-ff01-45f5-ac26-c9b364a6419d" }, { "name": "tracking", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Tracking", "id": "26e25675-307d-4b43-9c9e-e0d583de1c22", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/tracking/:id?fields=estimated_delivery&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "tracking", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "estimated_delivery" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e9daea21-9a75-45e3-a737-d83fee8fddaf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2cf4226c-00c7-4d38-93c1-6f73fba5cf82", "key": "id", "value": "", "description": "(Required) ID of the Tracking" } ] } }, "response": [ { "id": "4c4d3899-6a59-4ca8-9502-78238b217043", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/tracking/:id?fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "tracking", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"actual_delivery_at\": \"\",\n \"carrier_id\": \"\",\n \"carrier_status_code\": \"\",\n \"carrier_status_description\": \"\",\n \"created_at\": \"\",\n \"estimated_delivery\": \"\",\n \"events\": [\n {\n \"carrier_status_code\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"event_code\": \"\",\n \"location_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"location_id\": \"\",\n \"location_name\": \"\",\n \"notes\": \"\",\n \"signed_by\": \"\",\n \"status\": \"PICKED_UP\"\n },\n {\n \"carrier_status_code\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"event_code\": \"\",\n \"location_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company_name\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"delivery_instructions\": \"\",\n \"email\": \"\",\n \"is_residential\": \"\",\n \"is_validated\": \"\",\n \"name\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\",\n \"telephone\": \"\"\n },\n \"location_id\": \"\",\n \"location_name\": \"\",\n \"notes\": \"\",\n \"signed_by\": \"\",\n \"status\": \"HELD_AT_LOCATION\"\n }\n ],\n \"id\": \"\",\n \"raw\": {\n \"adipisicing_5b5\": false,\n \"consequat_c\": \"magna occaecat vel\",\n \"sed_96_\": 35083183,\n \"euc1b\": 37382028,\n \"cupidatatf3\": -26596097\n },\n \"shipment_id\": \"\",\n \"status\": \"DELIVERED\",\n \"status_description\": \"\",\n \"tracking_number\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-4c4d3899-6a59-4ca8-9502-78238b217043" } ], "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-26e25675-307d-4b43-9c9e-e0d583de1c22" } ], "id": "e4aa1cec-e449-4a90-b474-fa960f170346", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-e4aa1cec-e449-4a90-b474-fa960f170346" } ], "id": "988d19c3-726c-4e54-9df2-49f035a1a093", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-988d19c3-726c-4e54-9df2-49f035a1a093" } ], "id": "271a3da3-03ed-4a47-abfe-a33f518b9918", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-271a3da3-03ed-4a47-abfe-a33f518b9918" } ], "id": "b085dd7d-f984-405a-ae08-9e6ef25ba226", "createdAt": "2026-07-28T03:26:43.000Z", "updatedAt": "2026-07-28T03:26:43.000Z", "uid": "35240-b085dd7d-f984-405a-ae08-9e6ef25ba226" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }