Skip to main content
POST
Execute a sell quote

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

quoteId
string
required

The quote ID (cart ID) to execute

Body

application/json
expectedTotal
integer
required

The total from the quote response, in cents. The order is rejected if the current total is less than this value (protects against payout decreases).

Required range: 0 <= x <= 9007199254740991
selectedOptionalIds
string[]

Optional IDs to confirm (e.g. instant payout). Must match the selections from the quote.

expectedOptionalFees
object

Expected per-optional fees in cents for reconciliation at confirm time

adjustListings
boolean

When true, decrements the seller's active listings for the same products during checkout

confirmListingMismatch
boolean

When true, skips the error when sell quantity is less than listed quantity

promotionCode
string

Promotion code to apply at checkout

Response

200 - application/json

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required