# Obtener información sobre el límite de pedidos por anticipado del artículo Obtenga el límite de pedido por anticipado del artículo. La API de límite de pedido por anticipado le permite vender un artículo en una cantidad limitada. Para configurar el pedido por anticipado, vaya a Admin del módulo del artículo deseado: * Game Keys * Virtual Items & Currency * Bundles Alias para este punto final: * /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) ID del proyecto. Encontrará este parámetro en su Cuenta del editor junto al nombre del proyecto. Example: 44056 - `item_sku` (string, required) Código (SKU) del artículo. Example: "booster_mega_1" ## Response 200 fields (application/json): - `available` (integer) Example: 431 - `is_pre_order_limit_enabled` (boolean) Example: true - `item_id` (integer) Example: 1 - `reserved` (integer) Example: 13 - `sku` (string) Example: "com.xsolla.item_1" - `sold` (integer) Example: 556 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 404 fields