Product Recalculate
Products
Recalculate Products
POST
Product Recalculate
Use this endpoint to recalculate the impacts associated with one or more products from your PIC product library.Documentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
Request body params
| Name | Type | Description |
|---|---|---|
productId | Array<string> | [REQUIRED] List of product IDs to recalculate. |
Implementation Details
- Asynchronous/Batch Processing: The system processes these recalculations in chunks (e.g., batch size of 50).
- Up-to-Date Check: The logic checks if the underlying MSI product (if linked) has been updated or deleted. If the MSI product is deleted, the product is marked as up-to-date to skip recalculation.
- Response: Returns
{ successIds: string[], failureIds: string[] }.

