When I use the Inventory Categories endpoint with the Items expanded, I get 100 items back. I have tried using the pagination offset and limit GET parameters, but they do not affect the expanded items. I have also tried using the Inventory Items endpoint, but I do not get Category information from that result, so I cannot use that endpoint.
Here is a sample categories query with items expanded that returns 100 items. How can I get all items?
$ curl -s "
https://api.clover.com/v3/merchants/$MERCHANT_ID/categories/6M2MA7RSTK48G?expand=items" --header "Authorization: Bearer $API_TOKEN" | python -mjson.tool