---
title: "Mark Listing as failed"
method: POST
path: "/v1/channel/offer/listing-failed"
tags: ["Offer"]
---

# Mark Listing as failed

`POST /v1/channel/offer/listing-failed`

Mark a offer listing as failed

## Request body

- OfferListingFailedList — Batch of offers whose listing on the channel has failed, including the failure reason per offer.
  - `offerList` OfferListingFailed[], required
    - `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.
    - `offerId` integer, required — Unique Offer Id to identify an Offer on a Sales Channel.
    - `errorList` OfferListingFailedError[], required
      - `code` string, required — A unique error code identifier for the specific type of error encountered.
      - `message` string, required — A brief description of the error, intended to be human-readable and understandable.
      - `longMessage` string, nullable — An optional, more detailed explanation of the error, providing additional context or information that might help in understanding or resolving the issue.
      - `relatedAttributeId` string, nullable — An optional identifier for the attribute related to the error, which can help in pinpointing the exact cause or location of the issue.
      - `recommendedValue` string, nullable — An optional recommended value or action to resolve the error, providing guidance on how to correct the issue or avoid it in future attempts.
    - `failedAt` string, date-time, required

## Response `201`

Errors received

## Other responses

- `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)
