Offer

Mark Listing 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.

post/v1/channel/offer/in-progress

Request body

Example request

{
  "offerList": [
    {
      "sellerId": "4711",
      "offerId": 5437233,
      "startedAt": "2019-07-01T15:43:21+00:00"
    }
  ]
}

Response

Offer received

Changes

No recorded changes to this endpoint across all 1 revision of this API.