Update Offer
Last updated
Last updated
The following API allow you to update an offer/auction on Driffle.
Rate Limiting applies to this API endpoint and is set to 1 request per 3 seconds.
PATCH
/offer/update
Headers
Name | Value |
---|---|
Body
Param | Description | Param Type | Type | Required |
---|---|---|---|---|
Response
Content-Type
application/json
Authorization
Bearer <token>
offerId
ID of the Offer
body
number
Yes
yourPrice
"You get" price. commission will be applied to this price.
body
number
No
retailPrice
"Retail Price" is the price after commission. Buyers will see this price
body
number
No
toggleOffer
"enable" or "disable" offer
body
string
No
declaredStock
Number of keys to sell through declared stock feature - optional
body
string
No
Your price. Commission is calculated on this price.
Retail Price is the price after commission. Buyers will see this price.
This field expects either enable or disable keywords to update offer toggle.
Default Response