Skip to main content
GET
/
commerce
/
catalog
/
storefront
/
shipping
/
carriers
Error
A valid request URL is required to generate request examples
{
  "carriers": [
    {
      "carrierId": "<string>",
      "isBuiltIn": true,
      "certified": true,
      "name": "<string>",
      "description": "<string>",
      "logoUrl": "<string>",
      "features": [
        "<string>"
      ],
      "auditInfo": {
        "updateDate": "2023-11-07T05:31:56Z",
        "createDate": "2023-11-07T05:31:56Z",
        "updateBy": "<string>",
        "createBy": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

Response containing a list of Carriers supported on a tenant / site.

carriers
object[] | null