Purchase order
Create a purchase order
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/purchaseorders{
"facilityRef": "CGN-01",
"orderDate": "2025-03-12T14:15:39.683Z",
"requestedDate": {
"type": "TIME_POINT",
"value": "2025-03-16T14:15:39.683Z"
},
"requestedItems": [
{
"quantity": {
"unit": "pieces",
"value": 100
},
"tenantArticleId": "22222"
}
],
"status": "OPEN",
"supplier": {
"name": "fulfillmenttools"
}
}Alternative creation methods
Last updated