curl --request GET \
--url https://api.example.com/api/v1/suppliers/{supplier_id}/purchase-orders/stats{
"totalPOs": 123,
"totalAmount": 123,
"averagePOValue": 123,
"pendingPOs": 123
}Summary stats for a supplier’s purchase orders.
curl --request GET \
--url https://api.example.com/api/v1/suppliers/{supplier_id}/purchase-orders/stats{
"totalPOs": 123,
"totalAmount": 123,
"averagePOValue": 123,
"pendingPOs": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.