Skip to main content
Version: 202607

List carrier services

GET 

/openapi/2026-07/carrier_services

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

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    carrier_services object[]

    List of carrier services

  • Array [
  • idstring

    Carrier service ID

    namestring

    Name of the carrier service

    activeboolean

    Whether the carrier service is active

    callback_urlstring

    Callback URL for rate calculation

    scopesstring

    Permission scopes (comma-separated)

    carrier_service_codestring

    Carrier service code

    logostring

    Logo URL

    short_descstring

    Brief description of the carrier service

    created_atstring

    Creation time, in ISO-8601 format

    updated_atstring

    Last update time, in ISO-8601 format

  • ]