---
title: "Get Carrier Configurations"
method: GET
path: "/commerce/shipping/admin/carriers"
tags: ["CarrierConfiguration"]
---

# Get Carrier Configurations

`GET /commerce/shipping/admin/carriers`

Retrieves a list of Carrier Configurations according to any specified filter criteria and sort options

## Query parameters

- `startIndex` integer
- `pageSize` integer
- `sortBy` string
- `filter` string
- `responseFields` string

## Response `200`

Success

- CarrierConfigurationCollection — Collection of carrrier configurations.
  - `items` CarrierConfiguration[], nullable
    - `areCredentialsSet` boolean — Indicates whether the credentials/passwords are set. <remarks>Credetials are updated only if this flag is set to true</remarks>
    - `auditInfo` AdminUserAuditInfo
      - `createBy` string, nullable
      - `createDate` string, date-time, nullable
      - `updateBy` string, nullable
      - `updateDate` string, date-time, nullable
    - `customTableRates` CustomTableRate[], nullable — A list of custom table rates for the 'Custom' carrier <remarks>only use this if Id == 'Custom'</remarks>
      - `content` CustomTableRateContent
        - `localeCode` string, nullable
        - `name` string, nullable
      - `deliveryDuration` string, nullable — The number of days it takes to ship the item on custom carrier types. Allowed values : EXPRESS, 1_DAY, 2_DAY, 3_DAY
      - `id` string, nullable — The Id of the CustomTableRate
      - `rateType` string, nullable — The type of this rate <value>see ../commerce/catalog/admin/shipping/global/carriers/custom/serviceTypes/en-us</value>
      - `value` number, double — The value of this custom table rate
    - `enabled` boolean — Indicates that this CarrierConfiguration should be used at runtime
    - `enabledForReturns` boolean — Indicates that this CarrierConfiguration should be the default for returns shipping
    - `id` string, nullable — Carrier Id (usually a shortname of a carrier, e.g. FedEx)
    - `isDeliveryMethod` boolean
    - `settings` Setting[], nullable — Carrier Configuration Settings
      - `key` string, nullable
      - `value` string, nullable
  - `pageCount` integer
  - `pageSize` integer
  - `startIndex` integer
  - `totalCount` integer

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
