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:
Aliases for this endpoint:
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
item_sku required | string Item SKU. Example: booster_mega_1 |
Information about the item pre-order limit was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Item not found.
{- "item_id": 1,
- "sku": "com.xsolla.item_1",
- "is_pre_order_limit_enabled": true,
- "available": 431,
- "reserved": 13,
- "sold": 556
}