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.
curl --request POST \
--url https://api-v2.production.higg.org/pic-api/v1/purchase-orders/create \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: <<apiKey>>' \
--header 'x-developer-request-token: <<apiKey>>' \
--data '{
"productId": "string",
"purchaseOrder": {
"purchaseOrderId": "123-DISCO",
"purchaseDate": "2025-10-11",
"amountPurchase": 1000
}
}'
Set Product ID
field: productId
Field type: stringInclude the Product ID of the product you want to update.Example:12abc123456789101de12345Include Purchase Order object
The purchaseOrder object wraps the PO fields below."purchaseOrder": {
"purchaseOrderId": "123-DISCO",
"purchaseDate": "2025-10-11",
"amountPurchase": 1000
}
Set PO ID
field: purchaseOrderId
Field type: stringThis field is optional."purchaseOrderId": "123-DISCO",
Set PO Date
field: purchaseDate
Field type: stringUse format: YYYY-MM-DD"purchaseDate": "2025-10-11",
Set Quantity Purchased
field: amountPurchase
Field type: double