Gets the remaining number of times codes can be used. For filtering the codes, use the codes
query parameter.
For configuring the code limit itself, go to the Admin section:
コードのクーポン制限を正常に受け取りました。
基本認証が不合格または不正です。基本認証または正しい認証情報を使用したことを確認してください。
アイテムが見つかりません。
無効なリクエストです。
curl -i -X GET \ -u <merchant_id_or_project_id>:<api_key> \ 'https://store.xsolla.com/api/v2/project/{project_id}/admin/code/limit/coupon/external_id/{external_id}?codes%5B%5D=string&limit=50&offset=0'
{- "has_more": false,
- "items": [
- {
- "code": "WINTER2023",
- "per_code": {
- "available": 7,
- "reserved": 1,
- "total": 10,
- "used": 2
}
}, - {
- "code": "SUMMER2023",
- "per_code": {
- "available": 0,
- "reserved": 2,
- "total": 5,
- "used": 3
}
}
], - "promotion_id": 1,
- "total_items_count": 2
}