Use this end point to display inventory summary details
Returns the bulk order summary
Bad request
Unauthorized
Order not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/bulkorders/BulkOrderSummaryByLocation?person_guid=497f6eca-6276-4993-bfeb-53cbbbba6f08&company_guid=497f6eca-6276-4993-bfeb-53cbbbba6f08&limit=0&start_index=1' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "count": 0,
- "start_index": 0,
- "end_index": 0,
- "has_more": true,
- "data": [
- {
- "package_guid": "bbcfa7f4-7eee-4d1b-9f7d-736ad8949479",
- "package_name": "string",
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "program_name": "string",
- "inventory_ordered": 0,
- "inventory_inHand": 0
}
], - "check_statuses": [
- "string"
]
}