카탈로그 작성을 위한 번들 목록을 가져옵니다.
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": "genre",
- "name": "Genre",
- "values": [
- {
- "external_id": "genre_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "Casual"
}, - {
- "external_id": "genre_eba07bfd0f982940773cba3744d97264dd58acd7",
- "value": "Strategy"
}, - {
- "external_id": "genre_b8d0c6d8f0524c2b2d79ebb93aa3cd0e8b5199a8",
- "value": "Mobile"
}
]
}, - "bundle_type": "standard",
- "content": [
- {
- "attributes": {
- "external_id": "size",
- "name": "Size",
- "values": [
- {
- "external_id": "size_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "Large"
}
]
}, - "description": "Big Rocket - short description.",
- "groups": [ ],
- "is_free": false,
- "name": "Big Rocket",
- "price": {
- "amount": 10.99,
- "amount_without_discount": 10.99,
- "currency": "USD"
}, - "quantity": 100,
- "sku": "big_rocket",
- "type": "virtual_currency",
- "virtual_item_type": "non_consumable",
- "virtual_prices": [ ]
}
], - "description": "pricePoint_44056_1",
- "groups": [ ],
- "is_free": false,
- "media_list": [ ],
- "name": "kg_10.00_bundle",
- "order": 999,
- "price": {
- "amount": 9.99,
- "amount_without_discount": 9.99,
- "currency": "USD"
}, - "sku": "kg_1",
- "total_content_price": {
- "amount": 10.99,
- "amount_without_discount": 10.99,
- "currency": "USD"
}, - "type": "bundle",
- "virtual_prices": [ ]
}
]
}