Get stock variations

Hi guys, I used this Api https://connect.squareup.com/v2/inventory/counts/batch-retrieve but i’d like to know if there are anyone that return the stock for each variation?

Best regards

:wave: Are you looking for an endpoint that would paginate through all the ITEM_VARIATIONS to list inventory counts? If so a ListInventoryCounts endpoint isn’t available. You’ll need to ListCatalog and you can filter with type: "ITEM_VARIATION" to get the variation_ids and then call the Inventory API. :slightly_smiling_face: