Gets 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:
ユーザーの購入制限が正常に受信されました。
基本認証が不合格または不正です。基本認証または正しい認証情報を使用したことを確認してください。
アイテムが見つかりません。
無効なリクエストです。
curl -i -X GET \ -u <merchant_id_or_project_id>:<api_key> \ 'https://store.xsolla.com/api/v2/project/{project_id}/admin/user/limit/item/sku/{item_sku}?user_external_id=d342dad2-9d59-11e9-a384-42010aa8003f'
{- "per_user": {
- "available": 9,
- "total": 10
}
}