How to Get All Products Associated with a location

Hello ,

I am new to Shiphero GraphQL api. I am looking for a quick solution to get all products associated with a given location. Is there an easy query that anyone can share ?

Thank You,
Meera Mohammad

Hello @Meera, welcome to the ShipHero Public API Community. We are glad to have you here!

There is no way to get all SKUs for a given location, only the opposite. But I will pass along the feedback; thank you for bringing this up.

The best way with what is currently available in the API is running an inventory snapshot and parsing it for that location’s ID.

The inventory snapshots return the inventory of all locations in all warehouses for each SKU. More info here: Inventory-Snapshot – Developer Resources | ShipHero

Please let me know if you have further questions.

Kind regards,
TomasFD

I have found some great success with outsourcing these types of automation problems to DataAutomation or Zapier. They might be able to help with your query request.

@Meera

Thank you for the information.