Execute a previously created sell quote. Validates the quote, creates sell orders, and initiates payout. The quote must not be expired.
Rate limit: 120 requests burst, 60 requests/minute sustained.
API key for authentication
The quote ID from /execution/sell/quote/v1
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).
0 <= x <= 9007199254740991Optional IDs to confirm (e.g. instant payout). Must match the selections from the quote.
When true, decrements the seller's active listings for the same products during checkout
When true, skips the error when sell quantity is less than listed quantity