Hi,
Is there a way I can check if a store is development store or not . Either using REST API or something else
Main topic: Determining if a Shopify store is a development store via the Admin REST API.
Current practice and issue:
Key terms:
Status:
Hi,
Is there a way I can check if a store is development store or not . Either using REST API or something else
Take a look at the Shop endpoint.
https://shopify.dev/docs/admin-api/rest/reference/store-properties/shop
Thank you @Jason
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?