Docs

Quantity provided is not within the price quantity range

You are attempting to provide an item quantity that is not within the price quantity range

Example response
{
"error": {
"type": "request_error",
"code": "transaction_item_quantity_out_of_range",
"detail": "Item quantity 1 is not within the range of 2 and 10",
"documentation_url": "https://developer.paddle.com/errors/transactions/transaction_item_quantity_out_of_range"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
transaction_item_quantity_out_of_range
Error message
Item quantity %d is not within the range of %d and %d

Common causes

  • The quantity you provided for one or more items is out of range

Troubleshooting

  • Review the item(s) you are attempting to send and ensure the quantity falls within the price quantity ranges

Was this page helpful?