Batch Enrich Products
Products
Batch Enrich Products
Queue existing products for enrichment in bulk
POST
Batch Enrich Products
Queues existing products for enrichment. Use this to trigger enrichment on products that were created withDocumentation 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: false, or to re-enrich products in a specific status.
Provide either product_ids or sheet_id — not both.
A maximum of 5,000 products are processed per request. If more products match, the response will indicate how many remain — call the endpoint again to process the next batch.
Request
Body Parameters
Array of product IDs to enrich (max 500). Mutually exclusive with
sheet_id.ID of the sheet to enrich products from. Mutually exclusive with
product_ids.Only used with
sheet_id mode. Filters products by status before queuing. Defaults to ["DRAFT"].Response
Summary of the operation
Total products that matched the filter criteria
Number of products successfully queued for enrichment
The sheet ID (only present when using
sheet_id mode)- Products Queued
- No Matches
Errors
| Status Code | Description |
|---|---|
400 | Missing required fields, both product_ids and sheet_id provided, or exceeds 500 ID limit |
401 | Invalid API key |
404 | Sheet not found |
500 | Internal server error |

