Locations Query

Would there be a way to add to the Locations Query in DS to tell us what’s in the Location?
Example :

Blockquote
query {
location(id: "QMXXXXXXX) {
request_id
complexity
data {
legacy_id
name
warehouse_products {
edges{
node{
sku
quantity
name
}
}
}
}
}
}

1 Like

Hi @JustinAnchored!
Unfortunately not with that Query, you would have to do

Let me know if this doesn’t work. We could also place a Feature Request for this to be added as well.
Thanks in advance!
Tom

I have got the inventory for specific products no problem.
Snapshot sends inventory as a report if I remember correctly.

Im looking to get this data electronically, so we can do two different operations.
https://app.shiphero.com/dashboard/product-locations

I want to be able to lookup by location what’s in the location.
secondly, I would love to be able to pull up all empty locations.
This could also help with having an auto report being generated with inconstancies.