Hi,
So, I want to sync the inventory of my client catalog to his web application.
Everything works like a charm, but I can’t find anywhere the page_size for the response of this endpoint √.
My customer doesn’t have a lot of products, but I would love to be sure if I must handle the pagination in my one time call to this endpoint(gonna use webhook for further inventory changes).
Furthermore, looks like this endpoint doesn’t handle the limit param to specify custom page_size. Wich I would have use to set the limit to 1, to test my implementation. But now ? I’m kind in the dark and don’t want to add a lots of items in my sandbox until the endpoint return me a cursor.
TL;DR
What’s the page size of /v2/inventory/batch-retrieve-counts endpoint