Batch Refresh Price Reports
Price Reports
Batch Refresh Price Reports
Queue existing products for price report refresh in bulk
POST
Batch Refresh Price Reports
Queues existing products for price report refresh. Provide eitherDocumentation Index
Fetch the complete documentation index at: https://docs.anglera.com/llms.txt
Use this file to discover all available pages before exploring further.
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 refresh (max 500). Mutually exclusive with
sheet_id.ID of the sheet to refresh price reports for. Mutually exclusive with
product_ids.Response
Summary of the operation
Total products that matched
Number of products successfully queued for price report refresh
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 |

