How to create product subscription using rails app?

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.

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

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.

1 Like