Batch Create Products
Products
Batch Create Products
Create up to 100 products in a single request
POST
Batch Create Products
Creates multiple products in a sheet in a single request. Supports optionalDocumentation Index
Fetch the complete documentation index at: https://docs.anglera.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Request
Body Parameters
ID of the sheet where products should be added
Array of product objects (max 100). Each product can have:
Target tab for new products. If omitted, products go to the sheet’s default tab. Use List Tabs to find existing tab IDs, or Create Tab to create a new one.
When
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.When
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.When
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.Response
Summary of the operation
The sheet ID
Products that were newly created
Products that were updated (only when
update_if_exists is true). Same shape as created.Products that failed validation or insertion
Number of products that were deleted from the sheet. Only present when
replace_all is true.- All Created
- Replace All
- Partial Errors
Errors
| 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 |

