Increases the remaining number of items available to the specified user within the limit applied.
User limit API allows you to sell an item in a limited quantity. To configure the purchase limits, go to the Admin section of the desired item type module:
project_id required | integer ID del proyecto. Encontrará este parámetro en su Cuenta del editor junto al nombre del proyecto. Example: 44056 |
item_sku required | string Código de artículo (SKU). Example: booster_mega_1 |
Se recibieron correctamente los límites de compra para un usuario.
Autenticación básica no superada o errónea. Asegúrese de haber utilizado la autenticación básica o las credenciales correctas.
Artículo no encontrado.
Solicitud no válida.
{- "available": 1,
- "user": {
- "user_external_id": "d342dad2-9d59-11e9-a384-42010aa8003f"
}
}
{- "per_user": {
- "available": 9,
- "total": 10
}
}