{ "info": { "_postman_id": "fbd7528a-53c2-4ef9-8692-0ac1022cfdd4", "name": "Unified.to account shipment 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:41.000Z", "updatedAt": "2026-07-28T03:26:41.000Z", "lastUpdatedBy": "35240", "uid": "35240-fbd7528a-53c2-4ef9-8692-0ac1022cfdd4" }, "item": [ { "name": "shipping", "item": [ { "name": "{connection_id}", "item": [ { "name": "shipment", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Shipment", "id": "f464f2a7-63a6-4d64-ad76-11a073e3f6f7", "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": "1ecc40f7-9c5f-4783-87cf-64d28158c3fd", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0447a6bc-82da-4def-9b8b-ea4b83cd33d1", "key": "id", "value": "", "description": "(Required) ID of the Shipment" } ] } }, "response": [ { "id": "196e8d96-7b55-463a-a25c-445cfd8c7e0d", "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:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-196e8d96-7b55-463a-a25c-445cfd8c7e0d" }, { "id": "96f70616-c364-4d84-b129-3e7e41cd5d97", "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:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-96f70616-c364-4d84-b129-3e7e41cd5d97" } ], "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-f464f2a7-63a6-4d64-ad76-11a073e3f6f7" }, { "name": "Retrieve a Shipment", "id": "70a51967-00c2-4579-82ea-ec0cf97a8d11", "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=rate_amount&fields=return_reason&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "rate_amount" }, { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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": "013677b5-7744-478b-98f7-05ad158bcf7f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e015f628-6e63-4f0d-867d-2caef8d81b15", "key": "id", "value": "", "description": "(Required) ID of the Shipment" } ] } }, "response": [ { "id": "135cdd74-0999-4581-bc60-7a22e62bcf8d", "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=return_reason&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-135cdd74-0999-4581-bc60-7a22e62bcf8d" } ], "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-70a51967-00c2-4579-82ea-ec0cf97a8d11" }, { "name": "Update a Shipment", "id": "e6323178-98c6-408f-bd90-56a4b2cd0557", "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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=rate_amount&fields=return_reason&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "rate_amount" }, { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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": "e4df4709-1ecd-4e2a-bdf0-6386b807a03c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "dc8d4192-b111-4baf-af74-519945469bb8", "key": "id", "value": "", "description": "(Required) ID of the Shipment" } ] } }, "response": [ { "id": "b73d2a97-f481-4120-88c4-3223e840c00f", "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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_reason&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-b73d2a97-f481-4120-88c4-3223e840c00f" } ], "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-e6323178-98c6-408f-bd90-56a4b2cd0557" }, { "name": "Update a Shipment", "id": "41952659-1500-4bc0-ad18-dc0ec2471e52", "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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=rate_amount&fields=return_reason&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "rate_amount" }, { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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": "0b1a0c4c-1d3f-4c86-9455-35640ef284f1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0fb5ec28-fed8-440b-b5f9-ec61771f3bd5", "key": "id", "value": "", "description": "(Required) ID of the Shipment" } ] } }, "response": [ { "id": "e0b1967b-ce50-40f0-b3c1-99c719798cc4", "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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_reason&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-e0b1967b-ce50-40f0-b3c1-99c719798cc4" } ], "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-41952659-1500-4bc0-ad18-dc0ec2471e52" } ], "id": "8a3b8766-2b3f-4f60-b0a7-68216f2884d8", "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-8a3b8766-2b3f-4f60-b0a7-68216f2884d8" }, { "name": "List All Shipments", "id": "c60dcefc-d0b8-48b5-b168-80971ecb5574", "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=rate_amount&fields=return_reason&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": "rate_amount" }, { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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": "b3ce41a7-ee4b-4fe6-90d1-2dfe76920281", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "55e10396-aab3-4604-b89e-7792954c2fc6", "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=return_reason&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_reason" }, { "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\": \"OTHER\",\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\": \"kg\"\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\": \"SENDER\"\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\": \"kg\",\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\": \"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 \"nostrud488\": true\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"IN_TRANSIT\",\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\": \"RETURNED_GOODS\",\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\": \"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\": \"inch\",\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 \"nisi_9f3\": -71771373,\n \"proident9\": \"quis \"\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\": \"HELD_AT_LOCATION\",\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:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-55e10396-aab3-4604-b89e-7792954c2fc6" } ], "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-c60dcefc-d0b8-48b5-b168-80971ecb5574" }, { "name": "Create a Shipment", "id": "bc5a117a-4973-4327-8d81-3ef336d1e4c4", "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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=rate_amount&fields=return_reason&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "rate_amount" }, { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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": "98e026a4-6470-46a2-88d9-63e8233cc9ae", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f275cdf7-3373-4321-b1ce-837a373ee3bb", "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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_reason&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "shipment" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "return_reason" }, { "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\": \"RETURNED_GOODS\",\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\": \"kg\"\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\": \"g\"\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\": \"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\": \"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\": \"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\": \"kg\",\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 \"reprehenderit_cf0\": \"culpa ipsum est veniam voluptate\",\n \"incididunt0\": 8399932\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\": \"VENDOR\",\n \"service_code\": \"\",\n \"shipped_at\": \"\",\n \"special_instructions\": [\n \"\",\n \"\"\n ],\n \"status\": \"EXCEPTION\",\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:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-f275cdf7-3373-4321-b1ce-837a373ee3bb" } ], "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-bc5a117a-4973-4327-8d81-3ef336d1e4c4" } ], "id": "9684a968-43fb-411c-9f2c-6ea61d0ace10", "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-9684a968-43fb-411c-9f2c-6ea61d0ace10" } ], "id": "752dbc63-90e4-4dd1-8c61-5681bc9cabb9", "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-752dbc63-90e4-4dd1-8c61-5681bc9cabb9" } ], "id": "f5a5e980-ad03-4f46-a014-ccc91de551c9", "createdAt": "2026-07-28T03:26:42.000Z", "updatedAt": "2026-07-28T03:26:42.000Z", "uid": "35240-f5a5e980-ad03-4f46-a014-ccc91de551c9" } ], "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" } ] }