Development discussions around Shopify APIs
I know the REST API returns the `plan_name` on the shop endpoint from which you can determine the status of a shop. I can find posts that list possible values and I'm looking for something similar for the GraphQL response.
// query
{
shop {
name
plan {
displayName
partnerDevelopment
shopifyPlus
}
}
}
// response
{
"data": {
"shop": {
"name": "shopify-shop-slug",
"plan": {
"displayName": "Developer Preview",
"partnerDevelopment": true,
"shopifyPlus": false
}
}
}
}
I'm especially wondering what the response is for frozen, cancelled, closed or otherwise dormant shops.
Does anybody know?
Is there a way to find out?
I'm gonna list the ones I've found so far. If anybody has any to add, please do.
(list is case sensitive)
Basic Shopify
Shopify
Advanced Shopify
Shopify Plus
Pause and Build
custom
Development
Developer Preview
staff
User | RANK |
---|---|
16 | |
7 | |
5 | |
5 | |
5 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022