v1
latestOpenAPI 3.0.12026-07-242073551.1 MBCarriers
Get Carrier Services
Retrieves a list of services offered by a specific carrier, giving users insight into the various available transportation and logistics options. The response includes the service code and description for each carrier service, along with the carrier service levels returned in the CarrierSpecifics object (if available).
get/v4/carriers/{carrierCode}/services
Path parameters
carrierCodestring required
A unique identifier for this carrier. This code is typically alphanumeric and serves as a reference to distinguish between various carriers within the system.
Query parameters
shippingAccountIdstring
SAPIENT Shipping Account Id (assigned by SAPIENT) or Alias (assigned by you). Include this if you want to only get the services for your specific shipping account.
Response
Returns a list of services.
Example response
[
{
"ServiceCode": "CRL1",
"Description": "Royal Mail 24 Standard/Signed For (Parcel - Daily Rate Service)"
}
]