# Toggle item's pre-order limit Enable/disable 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}/toggle Endpoint: PUT /v2/project/{project_id}/admin/items/pre_order/limit/item/sku/{item_sku}/toggle 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" ## Request fields (application/json): - `is_pre_order_limit_enabled` (boolean, required) ## Response 401 fields (application/json): - `statusCode` (integer) Example: 401 - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" ## Response 204 fields ## Response 404 fields