Update offer buyout amount
API Reference
Update offer buyout amount
Updates the buyout amount on an offer. The offer must be in “pending” or “awaiting_customer” status.
POST
Update offer buyout amount
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the offer to update
Body
application/json
Buyout amount in cents (e.g., 50000 = $500.00). Customer can opt to receive this amount instead of a replacement product.
Required range:
x >= 0Example:
50000
Response
Offer buyout amount updated successfully
Whether the offer buyout amount was updated successfully
Example:
true
The buyout amount in cents that was applied to the offer. Echoes the request value on success.
Required range:
x >= 0Example:
50000
Timestamp when the offer buyout amount was updated
Example:
"2024-01-20T12:00:00Z"