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

Response

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

Last updated