---
title: "Mark Listing in-progress"
method: POST
path: "/v1/channel/offer/in-progress"
tags: ["Offer"]
---

# Mark Listing in-progress

`POST /v1/channel/offer/in-progress`

Mark OfferId as in progress. Until a offer is marked as in progress it will
be redelivered on each GET /v1/channel/offer call.

## Request body

- OfferListingInProgressList — Batch of offers whose listing process on the channel is currently in progress.
  - `offerList` OfferListingInProgress[], 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.
    - `startedAt` string, date-time, required

## Response `201`

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