Skip to main content
PATCH
Update an offer

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json
offerId
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
price
integer

Price in cents

Required range: x <= 9007199254740991
quantity
integer
Required range: 0 <= x <= 9007199254740991
buyerNotes
string
Maximum string length: 500
active
boolean
premiumPercent
number
Required range: x >= 0
premiumDollar
integer

Premium in cents

Required range: 0 <= x <= 9007199254740991

Response

200 - application/json

Default Response

success
boolean
required
data
object
required