I wonder how to get the total amount of items I currently have in my merchant's inventory, through the API. Is there a specific endpoint to use to get this data?
Hi @seanmichaelpiettojogmailcom,
There isn't an endpoint that returns the total number of items currently in inventory per se; you'd need to use the v3/merchants/{mId}/items endpoint to get all items and then count them.
Thank you for the response Rachel. I marked this as the right answer, as I also didn't find any way to do this.
Wonder though, what would you do, if the merchant's inventory is way over the hundreds? Getting all of the item first then count them later, seem to be the worst possible way to do that, isn't it?
1 Person is following this question.