get_fba_eligibility
Check FBA eligibility for an ASIN to determine if a product qualifies for Amazon fulfillment. Supports filtering by date, marketplace, and SKU.
Instructions
[Inventory / direct API read] Check FBA eligibility per ASIN. Hosted endpoint only; this local stdio server is an introspection stub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | Optional start date for time-range reads, YYYY-MM-DD. | |
| end_date | No | Optional end date for time-range reads, YYYY-MM-DD. | |
| asin | No | Optional Amazon ASIN filter when relevant. | |
| sku | No | Optional merchant SKU filter when relevant. | |
| marketplace_id | No | Optional Amazon marketplace identifier. | |
| filters | No | Optional lightweight filters supported by the hosted tool. | |
| limit | No | Optional row limit for hosted reads. |