Update Offer
Name
Value
{
"offerId": 0,
"yourPrice": 0,
"retailPrice": 0,
"toggleOffer": "disable",
"declaredStock": 100000,
"auctionedKeys": 100,
"wholesale":{
"enabled": true,
"tiers": [
{
"level": 1,
"discount": 10
},
{
"level": 2,
"discount": 15
}
]
},
"automatePriceOptions": {
"lowerPriceLimit": 8.99,
"upperPriceLimit": 12.99,
"priceChangeFactor": 0.05,
"priceChangeInterval": 3600,
"automatePriceStatus": "enable"
}
}Param
Description
Param Type
Type
Required
patch
Header parameters
AuthorizationstringRequired
Authorization token in Bearer format. Example: Bearer dvakycjgw8liyd278y
Body
offerIdnumberRequired
yourPricenumberOptional
Your price. Commission is calculated on this price.
retailPricenumberOptional
Retail Price is the price after commission. Buyers will see this price.
toggleOfferstring · enumOptionalPossible values:
This field expects either enable or disable keywords to update offer toggle.
declaredStocknumber · max: 100000Optional
Responses
200
Default Response
application/json
400
Bad Request. Wrong/Invalid params format.
application/json
401
UnAuthorized request. Invalid/Expired token
application/json
403
Forbidden Request. Action not allowed or Rate Limit exhausted.
application/json
500
Server Error.
application/json
patch
/offer/updateLast updated