8 API Reference‎ > ‎Error Codes‎ > ‎

offer.out.of.stock

HTTP Code
400

Error Message
Requested quantity %s of offers for the order is not in stock.

Possible Cause and Solution

Check that Offer's quantity_in_stock is not less, than requested in Order.
If reservation_id is passed in data to create Order, make sure that Order quantity is not greater than Reservation's quantity_in_stock

Comments