Prepare an eBay listing
list_on_ebayFor a signed-in user: turns a photo scan from price_item (account.scanId) into an inventory item with a draft eBay listing on their Underpriced AI account (title, list price defaulting to the market price, condition, description) and returns the link where they review and publish it in the app, plus whether eBay is connected and the connect link if not. It never publishes anything; publishing happens in the app after the user checks the listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | List price in USD. Leave empty for the scan's market list price. | |
| title | No | Overrides the generated listing title (80 characters, eBay's limit). | |
| scan_id | Yes | The account.scanId that price_item returned for a photo scan on this account (the saved-scan link works too). | |
| condition | No | Overrides the condition read from the photo. |