For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

Quantity maximum must be equal to or lower than 999999999

Occurs when your supplied value for quantity.maximum is greater than 999999999.

Example response
{
"error": {
"type": "request_error",
"code": "price_quantity_maximum_greater_than_maximum",
"detail": "quantity.maximum must be equal to or lower than 999999999",
"documentation_url": "https://developer.paddle.com/errors/prices/price_quantity_maximum_greater_than_maximum"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
price_quantity_maximum_greater_than_maximum
Error message
quantity.maximum must be equal to or lower than 999999999

Common causes

  • quantity.maximum is set but greater than 999999999

Troubleshooting

  • Update quantity.maximum to be equal to or lower than 999999999.

Was this page helpful?