{
  "info": {
    "_postman_id": "aa8c8bce-8d75-4d66-8e83-763a9bd73402",
    "name": "2026.3 APC Postal Logistics",
    "description": "This serves as a ready-to-use collection for all of our customer facing APIs.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "47019355",
    "_collection_link": "https://go.postman.co/collection/47019355-aa8c8bce-8d75-4d66-8e83-763a9bd73402?source=collection_link"
  },
  "item": [
    {
      "name": "Label – Register Package (Stage)",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"userID\": \"{{userID}}\",\n  \"accountNumber\": \"{{accountNumber}}\",\n  \"passcode\": \"{{passcode}}\",\n  \"importerVATNumber\": \"TEST\",\n  \"shipFromAttention\": \"TEST Company\",\n  \"shipFromName\": \"Joe Romano\",\n  \"shipFromAddress1\": \"140 East Union Avenue\",\n  \"shipFromAddress2\": \"Warehouse\",\n  \"shipFromCity\": \"East Rutherford\",\n  \"shipFromStateProv\": \"NJ\",\n  \"shipFromPostalCode\": \"07073\",\n  \"shipFromCountryISO2\": \"US\",\n  \"shipFromPhone\": \"2012807262\",\n  \"shipFromEmail\": \"shipper@example.com\",\n  \"sender\": \"APC_NJ\",\n  \"company\": \"\",\n  \"contact\": \"John Smith\",\n  \"address1\": \"130 Strathearn Road\",\n  \"address2\": \"\",\n  \"address3\": \"Back\",\n  \"city\": \"York\",\n  \"stateProv\": \"ON\",\n  \"postalCode\": \"M6C1R7\",\n  \"countryISO2\": \"CA\",\n  \"phone\": \"2013729700\",\n  \"email\": \"user@example.com\",\n  \"taxCode\": \"\",\n  \"ref1\": \"12345678910111213\",\n  \"ref2\": \"141516171819202122\",\n  \"costCenter\": \"\",\n  \"exportReason\": \"\",\n  \"labelFormat\": \"ZPL\",\n  \"serviceCode\": \"APC.PRIUDC.PLUS\",\n  \"shipDateTime\": \"{{shipDateTime}}\",\n  \"timeZone\": \"EST\",\n  \"parcelLength\": 2,\n  \"parcelWidth\": 2,\n  \"parcelHeight\": 2,\n  \"parcelWeight\": 4,\n  \"parcelContents\": \"M\",\n  \"commodityItems\": [\n    {\n      \"itemID\": \"8830878\",\n      \"itemDescription\": \"WOMEN S COTTON SCARF\",\n      \"itemQuantity\": 5,\n      \"itemWeight\": 1.34,\n      \"itemWeightUOM\": \"lb\",\n      \"itemValue\": 10,\n      \"itemTariffCode\": \"1234567890123\",\n      \"itemCountryOfOriginISO2\": \"CA\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://parcelconnect-stage.apc-pli.com/api/system/packages/register",
          "protocol": "https",
          "host": [
            "parcelconnect-stage",
            "apc-pli",
            "com"
          ],
          "path": [
            "api",
            "system",
            "packages",
            "register"
          ]
        },
        "description": "Create a label using the STAGE endpoint. Set userID, accountNumber, and passcode variables. Auth is passed in the JSON body (not Basic Auth)."
      },
      "response": []
    },
    {
      "name": "Label – Register Package (Prod)",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"userID\": \"{{userID}}\",\n  \"accountNumber\": \"{{accountNumber}}\",\n  \"passcode\": \"{{passcode}}\",\n  \"importerVATNumber\": \"TEST\",\n  \"shipFromAttention\": \"TEST Company\",\n  \"shipFromName\": \"Joe Romano\",\n  \"shipFromAddress1\": \"140 East Union Avenue\",\n  \"shipFromAddress2\": \"Warehouse\",\n  \"shipFromCity\": \"East Rutherford\",\n  \"shipFromStateProv\": \"NJ\",\n  \"shipFromPostalCode\": \"07073\",\n  \"shipFromCountryISO2\": \"US\",\n  \"shipFromPhone\": \"2012807262\",\n  \"shipFromEmail\": \"shipper@example.com\",\n  \"sender\": \"APC_NJ\",\n  \"company\": \"JJ Trade\",\n  \"contact\": \"Paul Smith\",\n  \"address1\": \"130 Strathearn Road\",\n  \"address2\": \"\",\n  \"address3\": \"Back\",\n  \"city\": \"York\",\n  \"stateProv\": \"ON\",\n  \"postalCode\": \"M6C1R7\",\n  \"countryISO2\": \"CA\",\n  \"phone\": \"2013729700\",\n  \"email\": \"user@example.com\",\n  \"taxCode\": \"\",\n  \"ref1\": \"12345678910111213\",\n  \"ref2\": \"141516171819202122\",\n  \"costCenter\": \"\",\n  \"exportReason\": \"\",\n  \"labelFormat\": \"ZPL\",\n  \"serviceCode\": \"APC.PRIUDC.PLUS\",\n  \"shipDateTime\": \"{{shipDateTime}}\",\n  \"timeZone\": \"EST\",\n  \"parcelLength\": 2,\n  \"parcelWidth\": 2,\n  \"parcelHeight\": 2,\n  \"parcelWeight\": 4,\n  \"parcelContents\": \"M\",\n  \"commodityItems\": [\n    {\n      \"itemID\": \"8830878\",\n      \"itemDescription\": \"WOMEN S COTTON SCARF\",\n      \"itemQuantity\": 5,\n      \"itemWeight\": 1.34,\n      \"itemWeightUOM\": \"lb\",\n      \"itemValue\": 10,\n      \"itemTariffCode\": \"1234567890123\",\n      \"itemCountryOfOriginISO2\": \"CA\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://parcelconnect.apc-pli.com/api/system/packages/register",
          "protocol": "https",
          "host": [
            "parcelconnect",
            "apc-pli",
            "com"
          ],
          "path": [
            "api",
            "system",
            "packages",
            "register"
          ]
        },
        "description": "Create a label using the PROD endpoint. Set userID, accountNumber, and passcode variables. Auth is passed in the JSON body (not Basic Auth)."
      },
      "response": []
    },
    {
      "name": "Rate – getRate",
      "request": {
        "auth": {
          "type": "basic",
          "basic": [
            {
              "key": "username",
              "value": "{{username}}",
              "type": "string"
            },
            {
              "key": "password",
              "value": "{{password}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "https://parcelconnect.apc-pli.com/v2/getRate/?country=CA&postalCode=M6P 2J9&weight=1&length=&width=&height=&value=10&service=26",
          "protocol": "https",
          "host": [
            "parcelconnect",
            "apc-pli",
            "com"
          ],
          "path": [
            "v2",
            "getRate",
            ""
          ],
          "query": [
            {
              "key": "country",
              "value": "CA"
            },
            {
              "key": "postalCode",
              "value": "M6P 2J9",
              "description": "Destination postal/zip code - required for destinations priced by postal zone; recommended for all requests"
            },
            {
              "key": "weight",
              "value": "1"
            },
            {
              "key": "length",
              "value": "",
              "description": "Numeric in inches - Required if weight not provided"
            },
            {
              "key": "width",
              "value": "",
              "description": "Numeric in inches - Required if weight not provided"
            },
            {
              "key": "height",
              "value": "",
              "description": "Numeric in inches - Required if weight not provided"
            },
            {
              "key": "value",
              "value": "10"
            },
            {
              "key": "shipdate",
              "value": "{{shipdate}}",
              "description": "Ship date (optional) - defaults to current date",
              "disabled": true
            },
            {
              "key": "shiptype",
              "value": "{{shiptype}}",
              "description": "Ship type (optional) - defaults to 'P'",
              "disabled": true
            },
            {
              "key": "currency",
              "value": "{{currency}}",
              "description": "ISO 4217 currency for value and the returned rate (optional) - defaults to USD",
              "disabled": true
            },
            {
              "key": "service",
              "value": "26"
            }
          ]
        },
        "description": "GET rates. Set username (account number) and password variables. Required query params: country, weight, value, service. Optional: width, height, length, shipdate, shiptype, postalCode."
      },
      "response": []
    },
    {
      "name": "Tracking – Get by PackageId",
      "request": {
        "auth": {
          "type": "basic",
          "basic": [
            {
              "key": "username",
              "value": "{{username}}",
              "type": "string"
            },
            {
              "key": "password",
              "value": "{{password}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "https://parcelconnect.apc-pli.com/api/tracking/{{packageId}}",
          "protocol": "https",
          "host": [
            "parcelconnect",
            "apc-pli",
            "com"
          ],
          "path": [
            "api",
            "tracking",
            "{{packageId}}"
          ]
        },
        "description": "Get tracking status for a package. Accepts the full tracking number (e.g., 15255P0326260001311322). Set username (account number) and password variables."
      },
      "response": []
    },
    {
      "name": "LandIT – Duties & Taxes HS6 (Stage)",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "dtKey",
            "value": "{{dtKey}}"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sourceCountry\": \"US\",\n  \"destinationCountry\": \"CH\",\n  \"destinationIp\": \"192.168.0.0\",\n  \"overrideTranslation\": false,\n  \"convertCurrency\": true,\n  \"shippingValue\": 39.805,\n  \"grossWeight\": 14.99,\n  \"sourcePostalCode\": \"07073\",\n  \"firstName\": \"John\",\n  \"middleName\": \"James\",\n  \"lastName\": \"Doe\",\n  \"street\": \"MIA STURMLIN\",\n  \"city\": \"SEMPACH\",\n  \"state\": \"LU\",\n  \"countryCode\": \"US\",\n  \"postalCode\": \"6204\",\n  \"isPostal\": false,\n  \"isGift\": false,\n  \"ignoreDeminimis\": false,\n  \"currentCartValue\": 0,\n  \"products\": [\n    {\n      \"hs6Code\": \"392620\",\n      \"description\": \"Good Game Hoodie (Black) - XLarge / Black\",\n      \"originatingCountry\": \"US\",\n      \"value\": 174.0,\n      \"qty\": 1.0,\n      \"volumeWeight\": 700\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://parcelconnect-stage.apc-pli.com/api/system/duties-taxes/combined-call-hs6",
          "protocol": "https",
          "host": [
            "parcelconnect-stage",
            "apc-pli",
            "com"
          ],
          "path": [
            "api",
            "system",
            "duties-taxes",
            "combined-call-hs6"
          ]
        },
        "description": "Duties & Taxes calculation using Stage endpoint. Provide the opaque dtKey issued to you by APC (not derived from your credentials)."
      },
      "response": []
    },
    {
      "name": "LandIT – Duties & Taxes HS6 (Prod)",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "dtKey",
            "value": "{{dtKey}}"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sourceCountry\": \"US\",\n  \"destinationCountry\": \"CH\",\n  \"destinationIp\": \"192.168.0.0\",\n  \"overrideTranslation\": false,\n  \"convertCurrency\": true,\n  \"shippingValue\": 39.805,\n  \"grossWeight\": 14.99,\n  \"sourcePostalCode\": \"07073\",\n  \"firstName\": \"John\",\n  \"middleName\": \"James\",\n  \"lastName\": \"Doe\",\n  \"street\": \"MIA STURMLIN\",\n  \"city\": \"SEMPACH\",\n  \"state\": \"LU\",\n  \"countryCode\": \"US\",\n  \"postalCode\": \"6204\",\n  \"isPostal\": false,\n  \"isGift\": false,\n  \"ignoreDeminimis\": false,\n  \"currentCartValue\": 0,\n  \"products\": [\n    {\n      \"hs6Code\": \"392620\",\n      \"description\": \"Good Game Hoodie (Black) - XLarge / Black\",\n      \"originatingCountry\": \"US\",\n      \"value\": 174.0,\n      \"qty\": 1.0,\n      \"volumeWeight\": 700\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://parcelconnect.apc-pli.com/api/system/duties-taxes/combined-call-hs6",
          "protocol": "https",
          "host": [
            "parcelconnect",
            "apc-pli",
            "com"
          ],
          "path": [
            "api",
            "system",
            "duties-taxes",
            "combined-call-hs6"
          ]
        },
        "description": "Duties & Taxes calculation using Production endpoint. Provide the opaque dtKey issued to you by APC (not derived from your credentials)."
      },
      "response": []
    },
    {
      "name": "Get Services",
      "request": {
        "auth": {
          "type": "basic",
          "basic": [
            {
              "key": "username",
              "value": "{{username}}",
              "type": "string"
            },
            {
              "key": "password",
              "value": "{{password}}",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "https://parcelconnect.apc-pli.com/api/customer/apc-delivery-services",
          "protocol": "https",
          "host": [
            "parcelconnect",
            "apc-pli",
            "com"
          ],
          "path": [
            "api",
            "customer",
            "apc-delivery-services"
          ]
        },
        "description": "Returns all available APC delivery services for your account. Set username (account number) and password variables."
      },
      "response": []
    },
    {
      "name": "Void",
      "request": {
        "auth": {
          "type": "basic",
          "basic": [
            {
              "key": "username",
              "value": "{{username}}",
              "type": "string"
            },
            {
              "key": "password",
              "value": "{{password}}",
              "type": "string"
            }
          ]
        },
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "[\r\n    \"{{packageId}}\"\r\n]",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://parcelconnect.apc-pli.com/api/customer/void-labels",
          "protocol": "https",
          "host": [
            "parcelconnect",
            "apc-pli",
            "com"
          ],
          "path": [
            "api",
            "customer",
            "void-labels"
          ]
        },
        "description": "Void one or more labels. Accepts either the short-form packageId (e.g., P0001311322) or the full tracking number (e.g., 15255P0326260001311322)."
      },
      "response": []
    },
    {
      "name": "Update",
      "request": {
        "auth": {
          "type": "basic",
          "basic": [
            {
              "key": "username",
              "value": "{{username}}",
              "type": "string"
            },
            {
              "key": "password",
              "value": "{{password}}",
              "type": "string"
            }
          ]
        },
        "method": "PATCH",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "[\n  {\n    \"packageId\": \"{{packageId}}\",\n    \"company\": \"\",\n    \"contact\": \"John Smith\",\n    \"address1\": \"130 Strathearn Road\",\n    \"address2\": \"\",\n    \"address3\": \"\",\n    \"city\": \"York\",\n    \"stateProv\": \"ON\",\n    \"postalCode\": \"M6C1R7\",\n    \"countryISO2\": \"CA\",\n    \"phone\": \"2013729700\",\n    \"email\": \"user@example.com\",\n    \"ref1\": \"\",\n    \"ref2\": \"\",\n    \"exportReason\": \"\",\n    \"serviceCode\": \"APC.PRIUDC.PLUS\",\n    \"shipDateTime\": \"{{shipDateTime}}\",\n    \"timeZone\": \"\",\n    \"parcelContents\": \"M\",\n    \"labelFormat\": \"ZPL\",\n    \"importerVATNumber\": \"\",\n    \"parcelWeight\": 4,\n    \"parcelHeight\": 2,\n    \"parcelLength\": 2,\n    \"parcelWidth\": 2,\n    \"commodityItems\": [\n      {\n        \"itemID\": \"8830878\",\n        \"itemDescription\": \"WOMEN S COTTON SCARF\",\n        \"itemQuantity\": 5,\n        \"itemWeight\": 1.34,\n        \"itemWeightUOM\": \"lb\",\n        \"itemValue\": 10,\n        \"itemTariffCode\": \"1234567890123\",\n        \"itemCountryOfOriginISO2\": \"CA\"\n      }\n    ]\n  }\n]",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "https://parcelconnect.apc-pli.com/api/customer/packages/update",
          "protocol": "https",
          "host": [
            "parcelconnect",
            "apc-pli",
            "com"
          ],
          "path": [
            "api",
            "customer",
            "packages",
            "update"
          ]
        },
        "description": "Update a package using the short-form packageId (e.g., P0001311322). The full tracking number is NOT accepted by this endpoint. The body is an array (up to 20 packages per request); every field except packageId is optional and applied only when present. serviceCode may only be changed to another APC service; shipDateTime must be MM/DD/YYYY."
      },
      "response": []
    }
  ],
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "username",
      "value": "<YOUR_ACCOUNT_NUMBER>",
      "description": "Your APC account number (e.g., 15255). Used as the Basic Auth username for Rate, Track, Services, Update, and Void endpoints."
    },
    {
      "key": "password",
      "value": "<YOUR_PASSCODE>",
      "description": "Your APC API passcode. Used as the Basic Auth password."
    },
    {
      "key": "shipDateTime",
      "value": "03/26/2026",
      "description": "Ship date in MM/DD/YYYY format."
    },
    {
      "key": "dtKey",
      "value": "<YOUR_DT_KEY>",
      "description": "The opaque API key issued to you by APC for the LandIT Duties & Taxes endpoints. It is matched exactly as supplied — it is NOT derived from your account number/passcode, so do not construct it yourself."
    },
    {
      "key": "userID",
      "value": "<APCLS_USER_ID>",
      "description": "Your APC Label Service user ID (e.g., APCTEST). Used for Label/Register Package endpoints."
    },
    {
      "key": "accountNumber",
      "value": "<APCLS_ACCOUNT_NUMBER>",
      "description": "Your APC account number (e.g., 15255). Used in the Label request body."
    },
    {
      "key": "passcode",
      "value": "<APCLS_PASSCODE>",
      "description": "Your APC API passcode. Used in the Label request body."
    },
    {
      "key": "packageId",
      "value": "<PACKAGE_ID>",
      "description": "Package ID for tracking (accepts full tracking number e.g., 15255P0326260001311322) or short form (e.g., P0001311322)."
    }
  ]
}