Execute a sell order
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.
Documentation Index
Fetch the complete documentation index at: https://docs.collectpure.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Body
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