v1
latestOpenAPI 3.0.22026-07-223907721.1 MBNotification
Notification
Send a Channel Notification to SCX
post/v1/channel/notification
Request body
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"
}
]
}