Update Offer Price

This API lets you update the price of your Offer/Auction.

PUT /offer/update-price

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Param
Description
Param Type
Type
Required

offerId

ID of the Offer

body

number

Yes

price

New selling price ("You get" price). commission will be applied to this price.

body

number

Yes

wholesale

Specifies wholesale enable status and tier-based discounts by purchase quantity. Wholesale Pricing Feature

body

{"enabled":true,"tiers":[{"level":1,"discount":10},{"level":2,"discount":15}]}

No

Response

{
  "message": "string",
  "statusCode": 200
}

Last updated