Bulk Update Offers
Last updated
Last updated
The following API allow you to update multiple offers/auctions at once on Driffle.
Maximum of 100 offers can be updated in a single API call.
Rate Limiting applies to this API endpoint and is set to 1 request per 5 seconds.
PATCH
/offer/bulk-update
Headers
Name | Value |
---|---|
Body
Response
Param | Description | Param Type | Type | Required |
---|---|---|---|---|
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