v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Meta

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)

put/v1/channel/shipping-rules

Request body

Example request

{
  "supportedCarrierList": [
    {
      "carrierId": "C102",
      "displayName": "Deutsche Post"
    }
  ]
}

Response

Shipping Rules Created