# Get information about item pre-order limit Get pre-order limit of the item. Pre-Order limit API allows you to sell an item in a limited quantity. For configuring the pre-order itself, go to the Admin section of the desired item module: * Game Keys * Virtual Items & Currency * Bundles Aliases for this endpoint: * /v2/project/{project_id}/admin/items/pre_order/limit/item/id/{item_id} Endpoint: GET /v2/project/{project_id}/admin/items/pre_order/limit/item/sku/{item_sku} Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 - `item_sku` (string, required) Item SKU. Example: "booster_mega_1" ## Response 200 fields (application/json): - `item_id` (integer) Example: 1 - `sku` (string) Example: "com.xsolla.item_1" - `is_pre_order_limit_enabled` (boolean) Example: true - `available` (integer) Example: 431 - `reserved` (integer) Example: 13 - `sold` (integer) Example: 556 ## Response 401 fields (application/json): - `statusCode` (integer) Example: 401 - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" ## Response 404 fields