Create up to 100 products in a single request
auto_enrich to queue products for enrichment immediately, update_if_exists to update existing products matched by name, and replace_all to replace the entire sheet contents.
true, products are created with QUEUED status and sent to the enrichment queue. When false (default), products are created with DRAFT status. Use Batch Enrich to trigger enrichment later.true, matches existing products by name within the sheet and updates them in-place. Matched products appear in the updated array instead of created. Ignored when replace_all is true.true, all existing products in the sheet are permanently deleted before creating the new products. The response includes a deleted_count field indicating how many products were removed.update_if_exists is true). Same shape as created.replace_all is true.| Status Code | Description |
|---|---|
400 | Missing required fields, invalid products array, or exceeds 100 product limit |
401 | Invalid API key |
404 | Sheet not found |
500 | Internal server error |