Create a Resollo product listing from photos
products.createCreates a new Resollo product listing FROM PHOTOS ONLY -- Resollo's own built-in AI (the same pipeline the web listing form's 'AI autofill' button uses) analyzes the images and generates the title, description, category, condition, and a suggested price; this tool never accepts or generates listing content on its own. The listing is created INACTIVE and NOT publicly visible -- it does NOT go live automatically. The seller MUST review and activate it themselves on their existing Resollo product management page (the activation_url returned by this tool) before it becomes visible or goes through moderation. Never tell the user the listing is 'live' or 'published' after calling this tool -- tell them a draft was created from their photos and they need to review and activate it themselves at resollo.com. Images must be actual photo files the caller has access to (e.g. local files) -- never fetch or invent an image from a URL. Requires an 'Authorization: Bearer ' header -- generate a key from the Resollo profile page; the resulting listing is attributed to that key's user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional override for the AI-generated title. | |
| unit | No | Unit of sale (default "piece"). | piece |
| price | No | Optional fixed price override. When omitted, Resollo's AI price-suggestion sets it. | |
| images | Yes | 1-5 real photo files of the item. Resollo's own AI generates the listing content from these. | |
| quantity | No | Units available (default 1). | |
| condition | No | Optional override for the AI-chosen condition code (see getMarketplaceInfo.conditions). | |
| guarantee | No | Optional warranty / guarantee text. | |
| category_id | No | Optional override for the AI-chosen category id (see getMarketplaceInfo.categories). | |
| description | No | Optional override for the AI-generated description. | |
| offers_enabled | No | Whether buyers may send Make-an-Offer bids on the listing. | |
| is_business_listing | No | Whether this is a business (vs. private) listing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| suggested | Yes | ||
| product_id | Yes | ||
| activation_url | Yes | ||
| quota_remaining | Yes |