It states in the api documents that the max value for the field “price” is 10000.0 when creating a RecurringApplicationCharge
but values over 10000 were allowed when I tested this api.
Could this a bug or have the api documents not been updated?
or have I done sth incorrectly?
body of my request
{
"recurring_application_charge": {
"name": "Super Duper Plan",
"price": 20000.0,
"return_url": "http://super-duper.shopifyapps.com",
"trial_days": 0,
"capped_amount": 10000,
"terms": "terms"
}
}
https://shopify.dev/docs/api/admin-rest/2023-04/resources/recurringapplicationcharge#resource-object
