How to Retrieve a List of Stores Using the Shopify Partner API?

Hi everyone,

I’m looking to use the Shopify Partner API to retrieve a list of stores associated with my Partner Dashboard. Currently, I can see the stores in the Partner Dashboard interface, but I would like to access this information programmatically.

Specifically, I need a way to pull a list of all stores, including their names, IDs, and possibly other details like status or plan type. I’ve checked the Shopify Partner API documentation but haven’t been able to find a clear endpoint for this.

Has anyone successfully implemented this or knows the right approach to achieve it? Any guidance or examples would be greatly appreciated!

Thanks in advance!

Hi Kaspar,

Would the Shop or MerchantUser objects work for this?

@Kaspar_van_Kruijsdij

Just to add onto @Liam-Shopify 's answer, the Partner API specifically is limited to only partner events and transcations.

You’ll need to blend the Partner API details with the corresponding shops from the Admin API to retrieve more information.

However, if the shop isn’t currently actively using your app then your access token will be invalid and you won’t be able to retrieve more details.

Alternatively, you can hydrate this information from your database if you’re storing these key details when a merchant installs your app.