카탈로그 작성을 위해 가상 아이템 목록을 가져옵니다.
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 ISO 3166-1 alpha-2에 따른 두 자리 대문자 국가 코드입니다. 아이템을 생성하는 동안 지역 가격 및 제한 사항을 지정한 경우 카탈로그에 대한 해당 정보를 표시합니다. 참고
국가를 명시적으로 지정하지 않으면 사용자의 IP 주소를 기반으로 국가가 설정됩니다. Example: country=US |
가상 아이템 목록을 성공적으로 수신했습니다.
{- "items": [
- {
- "attributes": [
- {
- "external_id": "stack_size",
- "name": "Stack size",
- "values": [
- {
- "external_id": "size_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "5"
}
]
}
], - "can_be_bought": true,
- "description": "Big Rocket - description",
- "groups": [
- {
- "external_id": "accessory",
- "name": "Accessory"
}
], - "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": {
- "type": "day",
- "value": 1
}
}, - "is_free": false,
- "limits": {
- "$ref": "../examples/Catalog_item_limits.yaml"
}, - "name": "Big Rocket",
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "price": {
- "amount": "100.99",
- "amount_without_discount": "100.99",
- "currency": "USD"
}, - "promotions": [
- {
- "bonus": [
- {
- "name": "Xsolla Minigun",
- "quantity": 1,
- "sku": "minigun_1",
- "type": "virtual_good"
}, - {
- "quantity": 1,
- "sku": "phys_good_1",
- "type": "physical_good"
}, - {
- "bundle_type": "standard",
- "name": "Super Lootbox with items",
- "quantity": 1,
- "sku": "SuperLootboxBundle_1",
- "type": "bundle"
}
], - "date_end": "2026-04-15T16:16:00+03:00",
- "date_start": "2020-04-15T16:16:00+03:00",
- "discount": "null,",
- "name": "Bonus promotion"
}
], - "sku": "big_rocket",
- "type": "virtual_good",
- "virtual_item_type": "non_renewing_subscription",
- "virtual_prices": [
- {
- "amount": 100,
- "amount_without_discount": 100,
- "description": "description",
- "is_default": true,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "sku": "vc_test",
- "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"
}
]
}
], - "can_be_bought": true,
- "description": "description",
- "groups": [
- {
- "external_id": "hair",
- "name": "Hair"
}
], - "inventory_options": [
- {
- "consumable": [
- {
- "usages_count": 1
}
]
}, - {
- "expiration_period": [
- {
- "type": "day"
}, - {
- "value": 1
}
]
}
], - "is_free": false,
- "limits": null,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "periods": [
- {
- "date_from": null,
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "price": {
- "amount": "101.0",
- "amount_without_discount": "101.0",
- "currency": "USD"
}, - "promotions": [ ],
- "sku": "shotgun_raider",
- "type": "virtual_good",
- "virtual_item_type": "non_renewing_subscription",
- "virtual_prices": [
- {
- "amount": 100,
- "amount_without_discount": 100,
- "description": "description",
- "is_default": true,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "sku": "vc_test",
- "type": "virtual_currency"
}, - {
- "amount": 200,
- "amount_without_discount": 200,
- "description": "description",
- "is_default": false,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "sku": "vc_test_2",
- "type": "virtual_currency"
}
]
}, - {
- "attributes": [ ],
- "can_be_bought": true,
- "description": "description",
- "groups": [ ],
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": {
- "type": "day",
- "value": 1
}
}, - "is_free": true,
- "limits": null,
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "periods": [ ],
- "price": null,
- "promotions": [ ],
- "sku": "shotgun_raider_2",
- "type": "virtual_good",
- "virtual_item_type": "non_renewing_subscription",
- "virtual_prices": [ ]
}
]
}