Get all return service types
ServiceType
Get all return service types
GET
Get all return service types
Lists every return service type available to your account.
Return Helper has two distinct service-type catalogues:
- Return service types — carrier × service combinations used for inbound return shipments (customer → Return Helper warehouse) via Create return shipment. All
/api/ServiceType/*endpoints expose this catalogue. - Shipment service types — used for outbound resend shipments (Return Helper warehouse → buyer) via Create resend order. Exposed under
/api/ShipmentServiceType/*.
When to call
- During integration setup, to enumerate every return service your account is wired up for.
- When you do not yet know the origin country, destination country, or destination warehouse. For filtered lookups, prefer Get service types by origin and destination countries or Get service types by origin country and warehouse.
Related
- Get service types by origin and destination countries — narrow by country pair (domestic or cross-border).
- Get service types by origin country and warehouse — narrow by destination warehouse.
- Get shipping fees from origin location — same return catalogue, with fee estimates.
- Create return shipment — consumes the chosen
serviceTypeCode.