question

erikolson avatar image
erikolson asked Jacob Abrams answered

Download Inventory

Is there a way I can download more than 1000 items are a time in the inventory? The only way I can think of downloading the inventory (using the api) with this limitation is to download 1000 items, then modify these items in some way that allows me to exclude them from the next batch, until the whole inventory is downloaded. OR download and delete until everything is gone, do my process, and re-upload. Both solutions would work but is there a better way to do this that I haven't been able to find?

PS I currently have about 18,000 items in inventory.

Inventory
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jacob Abrams avatar image
Jacob Abrams answered

The offset and limit query parameters can be used to page through results. The default limit is 100 elements. The hard limit is 1000. Please try using the offsetparameter. See https://docs.clover.com/build/web-app... for reference.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community