{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["carrierMetadata"]},"type":"markdown"},"seo":{"title":"ICS","description":"itney Bowes Shipping API, developers can integrate features such as comparing shipping rates from multiple carriers, creating and purchasing shipping labels, tracking packages, scheduling pickups, managing returns, and accessing other shipping features. These APIs also offers a variety of shipping services, including international shipping and multi-carrier rate shopping, which allows developers to choose the best carrier and rate for each shipment.","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"ics","__idx":0},"children":["ICS"]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"overview","__idx":1},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ICS (International Courier Service ) is a Canadian courier company, a subsidiary of TFI International, which is a leading entity in the Canadian transportation and logistics sector.  It trades with both Shipping and Tracking services."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"onboarding-of-ics-carrier-account","__idx":2},"children":["Onboarding of ICS Carrier Account"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Users need to provide the following essential details to sign-up or register the account:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Carrier ID"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["User credentials (Username and Password)"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To onboard the ICS carrier, the API request is initiated, including all the required information. Below is the sample request."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"ics-onboarding-sample-request","__idx":3},"children":["ICS Onboarding Sample Request"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"{\n    \"carrierID\": \"ICS\",\n    \"description\": \"ICS via API\",\n    \"carrierAccountType\": \"Shipping\",\n    \"provisioningType\": \"API\",\n    \"parameters\": {\n        \"username\": \"555555\",\n        \"password\": \"XXXXXX\"\n    }\n}\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If the onboarding API request is successful, the resulting response will be similar to the Sample Response shown below."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":5,"id":"ics-onboarding-sample-response","__idx":4},"children":["ICS Onboarding Sample Response"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"{\n    \"carrierAccountID\": \"xxxxxxxx\",\n    \"description\": \"ICS via API\",\n    \"carrierID\": \"ICS\",\n    \"parameters\": {\n        \"username\": \"555555\"\n    },\n    \"carrierAccountType\": \"Shipping\",\n    \"provisioningType\": \"API\"\n}\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"api-operations-for-shipping-with-ics","__idx":5},"children":["API Operations for Shipping with ICS"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The APIs integrate with ICS through the following operations:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Operations"},"children":["Operations"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Method"},"children":["Method"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Resource Path"},"children":["Resource Path"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Add a Carrier Account"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/carrierAccounts"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Rate a Parcel"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/rates"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Create a Shipping Label"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/shipments"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Reprint a Label"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/shipments/{{shipmentId}}/reprint"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Void a Label"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PUT"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/shipments/{{shipmentId}}/cancel"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Get Tracking Information"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/tracking/{{trackingNumber}}"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"metadata","__idx":6},"children":["Metadata"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Metadata provides information about ICS carrier services, including origin and destination countries, supported carrier services, supported package types, and supported special services. Users can select specific origin and destination countries from the provided dropdown menu to dynamically view relevant metadata specific to those countries."]},{"$$mdtype":"Tag","name":"CarrierMetadata","attributes":{"carrierID":"ICS"},"children":[]}]},"headings":[{"value":"ICS","id":"ics","depth":1},{"value":"Overview","id":"overview","depth":2},{"value":"Onboarding of ICS Carrier Account","id":"onboarding-of-ics-carrier-account","depth":2},{"value":"ICS Onboarding Sample Request","id":"ics-onboarding-sample-request","depth":5},{"value":"ICS Onboarding Sample Response","id":"ics-onboarding-sample-response","depth":5},{"value":"API Operations for Shipping with ICS","id":"api-operations-for-shipping-with-ics","depth":2},{"value":"Metadata","id":"metadata","depth":2}],"frontmatter":{"title":"ICS","description":"Canpar carrier description","tocMaxDepth":3,"seo":{"title":"ICS"}},"lastModified":"2026-05-15T13:59:45.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/shipping/carriers/overview/ics","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}