firestarter_update_listing
Update a listing's product details: rename, edit description, adjust stock, pause or reactivate, and fill in missing fields. Also activates imported drafts.
Instructions
Update a listing's product details — name, description, category, inventory, status, brand, condition, sku, return policy, dispatch time, country of origin, physical dimensions/weight, materials, tags, or variants. Use this to rename a product, change its description, update stock levels, pause/reactivate a listing, or fill in/correct any of those detail fields. Also activates imported drafts (status 'active') - drafts need a positive price and at least one photo. High-value (>= $500) and luxury-category drafts additionally require a possession-verification photo: activation returns the instructions and an FS-XXXX code to relay, and firestarter_verify submits the seller's photo. For pricing changes, use firestarter_reprice instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Seller's own inventory/stock-keeping code for this listing. Distinct from any barcode/UPC — seller-internal, never shown to buyers. | |
| tags | No | Freeform search/discovery tags, e.g. ['summer', 'unisex']. | |
| brand | No | Manufacturer or brand name, e.g. 'Logitech'. | |
| status | No | New listing status | |
| category | No | New category (e.g. 'sports/tennis') | |
| variants | No | Size/color/option variants for display and inventory tracking (not a checkout-level construct — orders still resolve at the listing level). | |
| width_in | No | Packaged width, in inches. | |
| condition | No | Item condition. Omit for new/unspecified. | |
| height_in | No | Packaged height, in inches. | |
| length_in | No | Packaged length, in inches. | |
| materials | No | Materials the item is made of, e.g. ['cotton', 'polyester']. | |
| weight_oz | No | Packaged weight, in ounces. | |
| image_urls | No | Replace the listing's photos with these public image URLs. If the seller attached a photo in this conversation, call firestarter_upload_image FIRST to get a hosted URL, then pass it here. Never ask them to re-send a photo already in the conversation. | |
| listing_id | Yes | The listing ID to update | |
| description | No | New product description | |
| product_name | No | New product name/title | |
| inventory_qty | No | Updated inventory quantity | |
| return_policy | No | Free-text return policy shown to buyers, e.g. '30-day returns, buyer pays return shipping.' | |
| ship_time_days | No | Typical number of days from order to dispatch (handling time), not transit time. | |
| allow_imageless | No | Override the NEEDS_IMAGE activation gate and let this listing go live with no photo. Only pass true if the seller explicitly can't provide one right now. | |
| country_of_origin | No | ISO 3166-1 alpha-2 country code where the item was made, e.g. 'US', 'VN'. |