Actually, i want to integrate Subscription on my Shopify website, just like we are having after installing Paywhirl Subscription Payment app.
So, i want to know the process that how can we integrate Subscription using API calls.
Right now i am getting the API response as
{
"data": {
"sellingPlanGroupCreate": {
"sellingPlanGroup": {
"id": "gid://shopify/SellingPlanGroup/185729069"
},
"userErrors": []
}
},
"extensions": {
"cost": {
"requestedQueryCost": 10,
"actualQueryCost": 10,
"throttleStatus": {
"maximumAvailable": 1000.0,
"currentlyAvailable": 990,
"restoreRate": 50.0
}
}