# Get All Available Quantity in all warehouses for specific account id

**URL:** https://community.shiphero.com/t/get-all-available-quantity-in-all-warehouses-for-specific-account-id/3191
**Category:** GraphQL API
**Created:** [February 3, 2025, 11:25am UTC](https://community.shiphero.com/t/get-all-available-quantity-in-all-warehouses-for-specific-account-id/3191 "2025-02-03T11:25:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ahmadMamdouh](https://avatars.discourse-cdn.com/v4/letter/a/c89c15/32.png) [@ahmadMamdouh](https://community.shiphero.com/u/ahmadMamdouh)
#### Post date: [February 3, 2025, 11:25am UTC](https://community.shiphero.com/t/get-all-available-quantity-in-all-warehouses-for-specific-account-id/3191/1 "2025-02-03T11:25:39Z")

</div>

Hello Team,  
i want to get total count of all available quantity in all warehouses for each SKU Per User.  
is there a direct way to get this?  
i used this graphql query , but it needs to be repeated many times because each time response has only 100 items. which affects the performance. even if what all I need is  
{SKU:\*\*\* , Total Available Quantity in all warehouses: (\*)).

@“query {” +  
“warehouse\_products(customer\_account\_id:"” + accountId + “"” + “) {”

- @" request\_id  
complexity " +  
“data (after:"” + next + “"” + @"){  
edges {  
node {  
id  
product {

---

<div class="post-metadata">

### Author: ![tomasfd](https://avatars.discourse-cdn.com/v4/letter/t/5daacb/32.png) [@tomasfd](https://community.shiphero.com/u/tomasfd)
#### Post date: [February 3, 2025, 8:30pm UTC](https://community.shiphero.com/t/get-all-available-quantity-in-all-warehouses-for-specific-account-id/3191/2 "2025-02-03T20:30:26Z")

</div>

Hello @ahmadMamdouh!

Have you tried using the inventory snapshot: [Inventory-Snapshot – Developer Resources | ShipHero](https://developer.shiphero.com/inventory-snapshot/)

This returns that data in a single file, although depending on the number of warehouses and customers, I recommend filtering by warehouse and customer and retrieving one file per combination.

Have a nice day!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/shiphero/original/2X/8/83f2a5ec5d7908b156cb6999baa4c753fadfa85d.svg) [@system](https://community.shiphero.com/u/system)
#### Post date: [May 4, 2025, 8:30pm UTC](https://community.shiphero.com/t/get-all-available-quantity-in-all-warehouses-for-specific-account-id/3191/3 "2025-05-04T20:30:51Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
