v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Notification

Notification

Send a Channel Notification to SCX

post/v1/channel/notification

Request body

sellerIdstring required

A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.

severity'INFO' | 'WARNING' | 'ERROR' required
messagestring required

Example request

{
  "sellerId": "4711",
  "severity": "INFO",
  "message": "Product Data could not be updated",
  "reference": {
    "type": "OFFER",
    "id": "19820701"
  }
}

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"
    }
  ]
}