App reviews, troubleshooting, and recommendations
Hi all! I faced an issue while developing app for subscriptions. My priority task for now is to edit subscriptions group frequency and policies. How can I get existing policies with graphql for current selling plan group as now If I want to edit group I can't get these previously configured policies. Or maybe Someone can propose another way to resolve this problem? I attach query for selling plan groups and data I want to query with it. I really need somebodys help as I am stuck now
query {
sellingPlanGroups(first: 5) {
edges {
node {
merchantCode
position
appId
id
name
options
products(first: 20) {
edges {
node {
id
title
}
}
}
productVariants(first: 20) {
edges {
node {
id
title
}
}
}
sellingPlans(first: 5) {
edges {
node {
id
name
options
position
description
deliveryPolicy {
__typename
}
billingPolicy {
__typename
}
pricingPolicies {
__typename
}
}
}
}
}
}
}
}
Hello, I hope you are doing.
I am also stuck on the same thing. Graphql is not returning these fields.
Did you got any solution?
Do we need to store this information in our app database against plan id?
A little help would be appreciated.
Thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025