Purchase Order Recalculate
Purchase Orders
Recalculate Purchase Orders
POST
Purchase Order Recalculate
Use this endpoint to recalculate the Scope 3 impacts for one or more purchase orders. Recalculation is useful after updating a purchase order’s FEM linking, or when the underlying product data has changed.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 |
|---|---|---|
poId | Array<string> | [REQUIRED] List of purchase order IDs to recalculate. |
Implementation Details
- Batch processing: Purchase orders are processed in batches — products are chunked in groups of 10, and purchase orders in groups of 30.
- Outdated check: The system checks whether each purchase order’s linked data is outdated before recalculating. Up-to-date purchase orders may be skipped.
- Response format: Returns
{ successIds: string[], failureIds: string[] }.

