---
title: "Shipping Rules"
method: PUT
path: "/v1/channel/shipping-rules"
tags: ["Meta"]
---

# Shipping Rules

`PUT /v1/channel/shipping-rules`

Shipping Rules can be used to define a list of Carriers which are supported by the connected Marketplace
(supportedCarrierList). A connected Seller integration will provide the Id to the Carrier when the Shipping
Information is transmitted. (see Event Type: `Seller:Order.Shipping`)

## Request body

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

## Response `201`

Shipping Rules Created

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `404` — Requested resource not found.
- `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)
