how to create product subscription using rails app?

Solved
kapspatel
Shopify Partner
21 0 0

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.

 

 

Accepted Solution (1)
LarryReid
Shopify Staff
Shopify Staff
60 8 17

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.

View solution in original post

Replies 3 (3)
LarryReid
Shopify Staff
Shopify Staff
60 8 17

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?

kapspatel
Shopify Partner
21 0 0

Hi @LarryReid 

 Thanks for replay. but where is api selling plan api. https://shopify.dev/api/admin/graphql/reference/products-and-collections/sellingplan

 

Thanks

LarryReid
Shopify Staff
Shopify Staff
60 8 17

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.