Skip to main content
Skip table of contents

Carrier

Carrier Entity

A Carrier is the final step in the shipping process. With our fulfillment system, you don’t need to configure carriers - we handle the integrations for you. Your shipments are automatically processed with the optimal carrier selection based on your preferences.

To request the setup of a new carrier, please contact our sales or customer care department.

Each carrier is uniquely identified by its id and belongs to an organization

For more details on how carriers work, please refer to the Knowledge base.

Carrier catalog

Get Carrier

GET /api/carrier/{id}

Fetches all data about a specific carrier.

Get list of Carriers

POST /api/product/list

Retrieves a list of all available carriers.

Get Carrier by Code

GET /api/carrier/code/{code}

Fetches all data about a specific carrier by code.

For more details, please visit other subsections in the carrier category.

Carrier Service

A Carrier Service entity represents a specific shipping option offered by a carrier. Each carrier can provide multiple services, such as home delivery or pickup point delivery.

Example:

  • Carrier: GLS

    • Carrier Service: GLS PickupPoint

    • Carrier Service: GLS balík

Each carrier service is uniquely identified by its id and belongs to an carrier

Get CarrierService

GET /api/carrier-service/{id}

Fetches all data about a specific carrier service.

Get list of CarrierServices

POST /api/carrier-service/list

Retrieves a list of all available carrier services.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.