카탈로그 작성을 위한 가상 통화 목록을 가져옵니다.
limit | integer 페이지 요소 개수 제한. Example: limit=50 |
offset | integer 목록이 생성된 요소 개수(개수는 0부터 시작함). Example: offset=0 |
locale | string Default: "en" 응답 언어. ISO 639-1에 따른 두 글자의 소문자 언어 코드. |
additional_fields[] | Array of strings 추가 필드 목록입니다. 이 필드는 요청보내면 응답에 포함됩니다. 사용 가능한 필드 |
country | string Default: "US" 국가는 카탈로그에 대한 지역별 가격 및 제한 사항을 계산합니다. ISO 3166-1 alpha-2에 따른 2자리 대문자 국가 코드. 국가를 명시적으로 지정하지 않으면 사용자의 IP 주소를 기준으로 계산됩니다. |
가상 화폐 목록이 성공적으로 수신되었습니다.
{- "items": [
- {
- "attributes": [
- {
- "external_id": "stack_size",
- "name": "Stack size",
- "values": [
- {
- "external_id": "size_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "5"
}
]
}
], - "description": "Big Rocket - short description",
- "groups": [
- {
- "external_id": "accessory",
- "name": "Accessory"
}
], - "inventory_options": {
- "consumable": {
- "usages_count": 1
}
}, - "is_free": false,
- "name": "Big Rocket",
- "price": {
- "amount": "100.99",
- "amount_without_discount": "100.99",
- "currency": "USD"
}, - "sku": "big_rocket",
- "type": "virtual_currency",
- "virtual_prices": [
- {
- "amount": 100,
- "amount_without_discount": 100,
- "description": "description",
- "is_default": true,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "sku": "shotgun_raider",
- "type": "virtual_currency"
}
]
}, - {
- "attributes": [
- {
- "external_id": "stack_size",
- "name": "Stack size",
- "values": [
- {
- "external_id": "size_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "5"
}
]
}, - {
- "external_id": "rating",
- "name": "Rating",
- "values": [
- {
- "external_id": "rating_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "3.9"
}
]
}
], - "description": "description",
- "groups": [
- {
- "external_id": "hair",
- "name": "Hair"
}
], - "inventory_options": {
- "consumable": {
- "usages_count": 1
}
}, - "is_free": false,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "price": {
- "amount": "101.0",
- "amount_without_discount": "101.0",
- "currency": "USD"
}, - "sku": "shotgun_raider",
- "type": "virtual_currency",
- "virtual_prices": [ ]
}, - {
- "attributes": [ ],
- "description": "description",
- "groups": [ ],
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}
}, - "is_free": true,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "sku": "shotgun_raider_2",
- "type": "virtual_currency",
- "virtual_prices": [ ]
}
]
}