Hello,
I am trying to determine if a Shopify API exists to determine whether or not a shop is a dev store ? If not is there a pattern or best practice to determine whether or not a Shopify shop is a dev store for testing purposes.
Hello,
I am trying to determine if a Shopify API exists to determine whether or not a shop is a dev store ? If not is there a pattern or best practice to determine whether or not a Shopify shop is a dev store for testing purposes.
Checkout this GraphQL query: shop - GraphQL Admin
ShopPlan has a partnerDevelopment boolean property.