Carriers
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
PRO SHIPPING Shipping Account Id (assigned by PRO SHIPPING) 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)"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.