Prepare a Vinted listing
prepare_listingTurns photos and item details into a complete Vinted listing draft: searches comparable listings, estimates price, and generates title and description. Nothing is published until you approve.
Instructions
The main entry point. Give it what you can actually see in the photos plus the photo paths, and it creates a local draft: searches comparable listings, estimates a price, looks up the category and brand, and writes a title and description from the facts you supplied. Nothing is sent to Vinted and nothing is published. Show the returned draft to the user, let them correct it with update_listing_draft, then validate_listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Size as printed on the label, e.g. "M", "42", "US 9.5". | |
| brand | No | Brand exactly as it appears on the item. Do not guess. | |
| color | No | Main colour, in the storefront language where possible. | |
| model | No | Model or product name, e.g. "Air Max 90", "iPhone 13". | |
| notes | No | Anything else worth telling a buyer, e.g. "original box included". | |
| price | No | Set the price yourself and skip the estimate. | |
| title | No | Override the generated title. | |
| gender | No | ||
| photos | No | Photos to attach. They are copied into the draft; originals are never modified. | |
| country | No | Vinted storefront to use (fr, be, de, at, es, it, nl, pt, …). Defaults to the server's configured country. | |
| defects | No | Every visible flaw: stains, scuffs, missing buttons. These are always kept in the description. | |
| queries | No | Extra search phrasings for the comparable hunt. | |
| capacity | No | Storage or volume, e.g. "128 GB", "50 ml". | |
| category | No | Free-text category guess, e.g. "sneakers", "winter coat". | |
| currency | No | ||
| material | No | Material, e.g. "cotton", "leather". | |
| research | No | Set false to create the draft offline, without searching Vinted. Default true. | |
| condition | No | Vinted's five condition levels. Pick the one the photos actually support. | |
| reference | No | Reference / SKU / colourway code if visible on a label or the item. | |
| description | No | Override the generated description. | |
| secondaryColor | No | Second colour, if the item is clearly two-tone. |