firestarter_bulk_list
Create up to 100 products in a single call for bulk catalog migration. Reports per-item success and failure reasons, so one invalid product doesn't block the rest.
Instructions
Create MANY products at once — for migrating an existing catalog (e.g. from a CSV or spreadsheet the seller pasted/described). Each product needs product_name and base_price at minimum; everything firestarter_list accepts per-item is accepted here too (brand, condition, sku, variants, etc.). Up to 100 products per call — for more, call this tool again with the next batch. One bad item never blocks the others: the response reports exactly which products were created and which failed, with why. For a SINGLE product, use firestarter_list instead — it has richer per-listing guidance in its response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| products | Yes | The products to create, up to 100 per call. |