RecurringApplicationCharge: maximum value for the field "price"

RecurringApplicationCharge: maximum value for the field "price"

channel
Shopify Partner
19 0 1

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"
    }
}

 

channel_0-1700716771069.png

 

https://shopify.dev/docs/api/admin-rest/2023-04/resources/recurringapplicationcharge#resource-object

Replies 0 (0)