v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Order

Status Update

Update status for an existing order

put/v1/channel/order/status

Request body

Example request

{
  "orderList": [
    {
      "sellerId": "4711",
      "orderId": "43523-43432-43532",
      "orderItems": [
        {
          "orderItemId": "5437233",
          "shipFromCountry": "DEU"
        }
      ]
    }
  ]
}

Response

Call was overall successful but some items can be faulty

Example response

{
  "errorList": [
    {
      "code": "GEN700",
      "message": "Seller SELLER_4711 does not exist on channel kaufland.",
      "severity": "error",
      "hint": "i9n-order22"
    }
  ]
}