Questions, troubleshooting, and feedback on Subscription APIs
I'm create a subscription demo app using rails. but i'm read every thing but i don't know how to crete a product subscription.
Solved! Go to the solution
This is an accepted solution.
You manage the selling plan through the selling plan group: https://shopify.dev/api/storefront/reference/products/sellingplangroup. Look at the mutations: https://shopify.dev/api/admin/graphql/reference/products-and-collections/sellingplangroupcreate and https://shopify.dev/api/admin/graphql/reference/products-and-collections/sellingplangroupdelete and the other mutations that begin with `sellingPlanGroup`. I hope that helps. Let me know if you have more questions.
Hello. I'll try to help.
To make sure I understand where you're at, when you say "I've read everything", does that mean you're read this page and the pages it links to?
If so, can you point to where in this diagram you're running into problems? If that diagram isn't appropriate, perhaps you can tell me how far you've gotten with your Rails app?
Hi @LarryReid
Thanks for replay. but where is api selling plan api. https://shopify.dev/api/admin/graphql/reference/products-and-collections/sellingplan
Thanks
This is an accepted solution.
You manage the selling plan through the selling plan group: https://shopify.dev/api/storefront/reference/products/sellingplangroup. Look at the mutations: https://shopify.dev/api/admin/graphql/reference/products-and-collections/sellingplangroupcreate and https://shopify.dev/api/admin/graphql/reference/products-and-collections/sellingplangroupdelete and the other mutations that begin with `sellingPlanGroup`. I hope that helps. Let me know if you have more questions.
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