---
title: "Report"
method: POST
path: "/v1/channel/report/{reportId}"
tags: ["Report"]
deprecated: true
---

# Report

`POST /v1/channel/report/{reportId}`

> **Deprecated.**

This API route is deprecated and will be removed soon. Use `POST /v1/channel/report/{reportId}/data` instead.

Send processed report data to the Channel API. On this API route, the maximum allowed size of items is 25,000.

## Path parameters

- `reportId` string, required

## Request body

- SellerInventoryItem[]
  - `offerId` integer — Unique Offer Id to identify an Offer on a Sales Channel.
  - `channelOfferId` string — Channel defined unique Offer Id to identify an Offer on a Sales Channel.
  - `sku` string — Stock keeping unit is a unique Id used to identify one product.
  - `ean` string
  - `quantity` string
  - `priceList` PriceContainer[]
    - `id` string, required
    - `quantityPriceList` QuantityPrice[], required
      - `amount` string, required
      - `currency` string, required
      - `quantity` string, nullable
  - `title` string
  - `channelCategoryId` string
  - `channelAttributeList` ChannelAttribute[]
    - `attributeId` string, required
    - `value` string, required
    - `group` string, nullable

## Response `201`

Report data accepted (deprecated)

## Other responses

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