A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We are running in a scenario where we would like to create a Recurring Application Charge as a 0 with the idea to use later the UsageCharge where we can apply a fee per txn, and the existing Rest API RecurringApplicationCharge (shopify.dev) does not allow a price as a zero. However, if we use the GraphQL
I found the answer, the problem with the current Rest API in my side it was that we need to use the capped_amount field instead of cappedAmount in camel case, this solved the problem