Can you tell if a store is in development mode using REST API?

Solved

Can you tell if a store is in development mode using REST API?

myvirtualteams
Shopify Partner
31 0 10

Hi,

Is there a way I can check if a store is development store or not . Either using REST API or something else

My Virtual Teams
Accepted Solution (1)

Jason
Shopify Partner
11206 226 2314

This is an accepted solution.

Take a look at the Shop endpoint.
https://shopify.dev/docs/admin-api/rest/reference/store-properties/shop

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★

View solution in original post

Replies 3 (3)

Jason
Shopify Partner
11206 226 2314

This is an accepted solution.

Take a look at the Shop endpoint.
https://shopify.dev/docs/admin-api/rest/reference/store-properties/shop

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★
myvirtualteams
Shopify Partner
31 0 10

Thank you @Jason 

My Virtual Teams
gleme
Shopify Partner
1 0 0

I'm still not sure which property from this endpoint we should use to be able to identify it. We are currently having an issue with Plus Sandbox stores because we use `plan_name` to identify dev stores, and this field is not set to `affiliate` or `partner_test` for them. Any ideas why?