docsGET/carriers# Retrieve a list of all carriers with pagination support.GET/carrier/{carrier_id}# Retrieve details of a specific carrier by ID.POST/carrier# Create a new carrier.POST/carrier/check-configuration# Check the configuration for a specific carrier type.PUT/carrier/{carrier_id}# Update the details of an existing carrier by ID.DELETE/carrier/{carrier_id}# Delete a carrier by ID.The unique identifier of the carrier.
The team ID associated with the carrier.
The name of the carrier.
The carrier service (e.g., DPD, SEUR, CTT).
The country where the carrier operates.
The region where the carrier operates.
Carrier pricing data including cost range and currency.
The date and time when the carrier was created.
getRetrieve a list of all carriers with pagination support.
The page number for pagination.
The number of carriers to return per page.
getRetrieve details of a specific carrier by its ID.
The unique ID of the carrier.
postCreate a new carrier with its name, carrier service, country, region, and pricing data.
The name of the carrier.
The carrier service (e.g., CTT, DPD, SEUR).
The country where the carrier operates.
The region where the carrier operates.
Carrier pricing data with weight ranges and costs.
The Base64 encoded configuration for the carrier.
postCheck the configuration for a specific carrier type.
The carrier type (e.g., CTT, DPD, SEUR, DHL).
The Base64 encoded configuration for the carrier.
putUpdate the details of an existing carrier by ID.
The name of the carrier.
The carrier service (e.g., DPD, SEUR).
The country where the carrier operates.
The region where the carrier operates.
Carrier pricing data with weight ranges and costs.
deleteDelete a specific carrier by ID.
The unique ID of the carrier.