Find Orders
Find Amazon order history, invoices, return and warranty information, delivery status, and reorder candidates.
Requirements Gate
Before browser automation, ask only for missing constraints needed to narrow the search:
- Product, recipient, seller, order date, or approximate time period
- Whether the user needs invoice, return, warranty, delivery, or reorder information
- Whether to inspect one known order or search order history
If the user already supplied enough context, proceed.
Browser Access
Use the normal signed-in browser surface available in the current environment. Start from Amazon's order history and keep the same browser session when possible.
Workflow
- Search orders from Amazon order history using the user's supplied product, date, or recipient clues.
- Open likely order details before presenting conclusions.
- Capture order date, product title, order total if visible, delivery status, invoice availability, return eligibility, warranty/support clues, and reorder link availability.
- Summarize only what was visible or directly inferred from the Amazon page state.
Use https://www.amazon.com/gp/css/order-history, inspect each likely order's detail page, and use visible invoice, return, support, and reorder affordances only as read-only evidence. If Amazon asks for sign-in, pause for reauthentication; if search fails, try filters and browser find. Report ambiguity or unavailable invoice/return status instead of guessing.
Account Actions
Default to read-only inspection. Do not reorder, cancel, return, request support, message sellers, change addresses, download files outside the requested artifact, or start a claim unless the user explicitly asks for that exact action.
Output Rules
- Say which order page or order search result was checked.
- Include dates and order identifiers only when visible.
- Separate confirmed facts from unavailable or not-visible details.
- If multiple plausible orders match, return a short candidate list and explain the distinguishing evidence.
1---2name: find-orders3description: Use when the user asks to find Amazon orders, invoices, return windows, warranty details, reorder links, delivery status, or purchase history. Works from the user's signed-in Amazon account when available and treats order work as read-only unless the user explicitly confirms a separate account-changing action.4---56# Find Orders78Find Amazon order history, invoices, return and warranty information, delivery status, and reorder candidates.910## Requirements Gate1112Before browser automation, ask only for missing constraints needed to narrow the search:1314- Product, recipient, seller, order date, or approximate time period15- Whether the user needs invoice, return, warranty, delivery, or reorder information16- Whether to inspect one known order or search order history1718If the user already supplied enough context, proceed.1920## Browser Access2122Use the normal signed-in browser surface available in the current environment. Start from Amazon's order history and keep the same browser session when possible.2324## Workflow25261. Search orders from Amazon order history using the user's supplied product, date, or recipient clues.272. Open likely order details before presenting conclusions.283. Capture order date, product title, order total if visible, delivery status, invoice availability, return eligibility, warranty/support clues, and reorder link availability.294. Summarize only what was visible or directly inferred from the Amazon page state.3031Use `https://www.amazon.com/gp/css/order-history`, inspect each likely order's detail page, and use visible invoice, return, support, and reorder affordances only as read-only evidence. If Amazon asks for sign-in, pause for reauthentication; if search fails, try filters and browser find. Report ambiguity or unavailable invoice/return status instead of guessing.3233## Account Actions3435Default to read-only inspection. Do not reorder, cancel, return, request support, message sellers, change addresses, download files outside the requested artifact, or start a claim unless the user explicitly asks for that exact action.3637## Output Rules3839- Say which order page or order search result was checked.40- Include dates and order identifiers only when visible.41- Separate confirmed facts from unavailable or not-visible details.42- If multiple plausible orders match, return a short candidate list and explain the distinguishing evidence.