---
title: "Channel Shipping"
method: GET
path: "/v1/seller/meta/{channel}/shipping-rules"
tags: ["Meta"]
---

# Channel Shipping

`GET /v1/seller/meta/{channel}/shipping-rules`

List all shipping rules defined by carrier

## Path parameters

- `channel` string, required

## Response `200`

Shipping rules supported by the channel

- ChannelShippingRuleMeta — Shipping rules supported by the channel — list of carriers and the regions they serve.
  - `supportedCarrierList` SupportedCarrier[]
    - `carrierId` string, required
    - `displayName` string

## Other responses

- `401` — Access forbidden, invalid or unknown Token was used.
- `429` — User has send to many requests
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
