Amazon Solicitations
Amazon Solicitations API — request customer reviews on eligible orders (check eligibility + bulk request).
📄️ Queue Amazon Solicitations API review requests for multiple orders
Dispatch background jobs that call the Amazon Solicitations API `createProductReviewAndSellerFeedbackSolicitation` for up to 100 orders. Orders already processed (review_request_status = SUCCESS or PROCESSING) are skipped. Marketplace defaults to the site's currently selected marketplace if omitted per order. Rate-limited by Amazon (1 req/sec) — jobs run on the distribution queue.
📄️ Check which orders are eligible for review solicitation
Synchronously calls the Amazon Solicitations API `getSolicitationActionsForOrder` for each order and returns eligibility results. Internally paces 1 request per second to stay within Amazon rate limits — plan for up to N seconds response time for N orders. Use this before bulk-request-review to avoid wasted queue jobs.