> ## 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.

# Purchase Orders

> Create and manage purchase orders in PIC.

Purchase order endpoints let you manage sourcing records in PIC. Each purchase order is linked to a product and can optionally be associated with a Tier 1 FEM assessment to calculate Scope 3 impacts.

## Available endpoints

| Endpoint                                                                      | Description                                                     |
| :---------------------------------------------------------------------------- | :-------------------------------------------------------------- |
| [Create Purchase Orders](/api-reference/pic/purchase-orders/create)           | Add new purchase orders to existing products                    |
| [Search Purchase Orders](/api-reference/pic/purchase-orders/search)           | Find purchase orders by product, supplier, date range, and more |
| [Update Purchase Orders](/api-reference/pic/purchase-orders/update)           | Modify purchase order details and FEM linking                   |
| [Delete Purchase Orders](/api-reference/pic/purchase-orders/delete)           | Remove purchase orders from your inventory                      |
| [Recalculate Purchase Orders](/api-reference/pic/purchase-orders/recalculate) | Refresh impact calculations for existing purchase orders        |

## Recipes

<Card title="PIC - Create a Purchase Order" href="/recipes/pic-add-po-to-product" />
