get_item
Fetch full details for any eBay item by ID, including description, shipping, seller info, and return terms. Returns missing flag if item not found.
Instructions
Fetch full details for a single eBay item by ID.
Args:
item_id: the eBay item ID (e.g., "v1|353528728623|0"). Get these from
search() results.
marketplace: eBay marketplace ID (default "EBAY_US").
host: which configured host to use. Defaults to config's default_host.
Returns: Full item dict including description, shipping options, seller details, return terms, item location, and the standard summary fields. If the item doesn't exist or has ended, returns {"item_id": item_id, "host": host, "missing": true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| marketplace | No | EBAY_US | |
| host | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||