Xsolla-logo

Set number of items available to specified userServer-sideAdmin

put/v2/project/{project_id}/admin/user/limit/item/sku/{item_sku}

Sets the number of items the specified user can buy within the limit applied after it was increased or decreased.

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:

SecuritybasicAuth
Request
path Parameters
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
Request Body schema: application/json
required
object
user_external_id
required
string non-empty ^\S+$

User external ID.

available
required
integer

Remaining number of items or promotion uses available to the user within the limit applied.

Responses
200

Purchase limits for a user were successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

404
422
Request samples
application/json
{
  • "user": {
    },
  • "available": 0
}
Response samples
application/json
{
  • "per_user": {
    }
}