Context: We want to create a subscription with zero charge. We found a way to do it using GraphQL with this (Combine billing models in a pricing plan)
Issue: We want to do it using Rest Service. Is there a Rest API version of the https://myshopify-store.com/admin/api/2023-04/graphql.json ?
An example call with headers and body will be a great help.
1 Like
I have the same question. It’s totally unclear if these are equal:
https://shopify.dev/docs/api/admin-rest/2023-04/resources/recurringapplicationcharge
https://shopify.dev/docs/api/admin-graphql/2023-04/mutations/appSubscriptionCreate
They both are nested under “Billing”, and have the word “app” in them, and they share some of the same arguments. Really confusing.