---
title: "Notification"
method: POST
path: "/v1/channel/notification"
tags: ["Notification"]
---

# Notification

`POST /v1/channel/notification`

Send a Channel Notification to SCX

## Request body

- Notification
  - `sellerId` string, 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
  - `message` string, required
  - `reference` object, nullable
    - `type` 'OFFER' | 'CHANNELOFFER' | 'ORDERITEMID', required
    - `id` string, required

## Response `201`

Call was overall successful but some items can be faulty

- ErrorResponseList
  - `errorList` object[], nullable
    - `code` string
    - `message` string
    - `severity` 'error' | 'warning' | 'info'
    - `hint` string, nullable

## Other responses

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