I am making a custom app for my client which is on Laravel, want to make subscription functionality in it, I am not familiar with Graph QL and cannot find the subscription API in the Admin REST API section, wanted to confirm if it is available in it with some different name or it isn’t.
if it is not available in REST API then please guide me step by step on which Graph QL APIs to use to create the subscription and allow the customer to avail it
as far as my app is on Laravel how can I use the theme app extension and how to connect it to my app or it is not possible in Laravel, just for your info I have not used any third party package to connect my project the partner dashboard app .
Hi,
Unfortunately Subscriptions APIs are only available on GraphQL.
You can refer to this extensive doc on how to build a subscriptions app using our APIs:
https://shopify.dev/docs/apps/selling-strategies/subscriptions
Hope this helps!
as far as my app is on Laravel how can I use the theme app extension and how to connect it to my app or it is not possible in Laravel, just for your info I have not used any third party package to connect my project the partner dashboard app .
What about this part I cannot find any information of how to use the theme app extension with Laravel.
If you can just lead me to a doc which would guide me about this, will be soo grateful to act of your kindness