Get Carrier Service List

Retrieves a list of all carrier services available for a store.

🔒

Requires read_product access scope.

The Get CarrierService List API retrieves a list of all carrier services available for a store. This allows users to view all configured carrier services and their details.

This API is especially useful for:

  1. Listing all carrier services for managing or auditing purposes.
  2. Fetching details of active and inactive carrier services.
  3. Identifying carrier services available for shipping and calculation.

Request Parameters

Public Request Parameters

📘

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring200Error code (200 indicates success)
messagestringSuccessError message
dataobject{...}Contains the carrier services data
carrier_servicesarray of objectList of carrier service objects

Carrier Service Object Structure

ParameterTypeExampleDescription
idstringcs_123456Unique identifier for the carrier service
namestringFedEx ExpressName of the carrier service
activebooleantrueWhether the carrier service is active
callback_urlstringhttps://carrier.example.com/callbackURL for carrier service callbacks
scopesstringread_writePermissions scope for the carrier service
carrier_service_codestringfedex_expressCode identifier for the carrier service
logostringhttps://example.com/logo.pngURL to the carrier service logo
short_descstringFast domestic shippingBrief description of the carrier service
created_atstring2023-01-15T10:00:00ZTimestamp when the carrier service was created
updated_atstring2023-06-20T15:30:00ZTimestamp when the carrier service was last updated

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!