A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Recently in my company, we developed an app for shopify, and recently we made the decision to leave it free in the marketplace. The problem that occurs is that, within the application, we added the graphql request to create a subscription (mutation appSubscriptionCreate), where you enter recurring charges or retail charges. According to documentation, I can't leave as cappedAmount: { amount: 0, currencyCode: CLP }, instead I must leave an amount greater than 0. Is there any technical solution to that?
Hey @Camilo1512,
The solution is to remove the billing all together. Mark the user as free on your end, and don't create a charge on our end.
Let me know if you have any questions!
Scott | Developer Advocate @ Shopify