Purchase history
glovo_get_purchase_historyFetch authenticated Glovo order history using cursor-based pagination. Specify offset and limit to navigate through past purchases.
Instructions
Read authenticated Glovo order history. Pagination is cursor-based: start with offset 0, then pass the returned next_offset value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 15; Glovo currently caps order-history pages at 15. | |
| offset | No | Order-id cursor. Default 0; use the returned next_offset for the next page. |