v1
latestOpenAPI 3.0.12026-07-242073551.1 MBServices
Get Carrier Services
Retrieves the list of Royal Mail services available within the system. The response includes the service code and description for each Royal Mail service, along with Royal Mail‑specific service levels returned in the CarrierSpecifics object. <br /> <br />Note: Each service returned represents a Royal Mail offering that may be available for use, subject to the customer's Royal Mail account configuration.
get/v4/carriers/rm/services
Query parameters
shippingAccountIdstring
SAPIENT Shipping Account Id (assigned by SAPIENT) or Alias (assigned by you). Include this to get carrier-specific fields such as service levels 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)",
"CarrierSpecifics": {
"ServiceLevels": [
"01",
"02"
]
}
}
]