Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| Attribute Name | Meaning |
|---|---|
| customer_id | Id of customer of the load order |
| voucher_category | Category of vouchers in the load order |
| state | Current state of the load order: draft, scheduled, open, confirmed, pending, incomplete, completed, or canceled |
curl --location -g --request GET 'https://www-staging.givve.com//api/load_orders?sort=created_at&skip_meta_totals=&page[number]=0&page[size]=25' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>'