Xsolla-logo

指定されたバンドルを取得するClient-side

get/v2/project/{project_id}/items/bundle/sku/{sku}

指定されたバンドルを取得します。



このエンドポイントは認証なしでアクセスでき、一般的なデータを返します。しかし、認証は、利用可能なユーザー制限やプロモーションのような、パーソナライズされた結果のためのユーザー固有の詳細で応答の質を高めます。
SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

プロジェクトID。このパラメータは、ドメインページのプロジェクト名の横にあります。

Example: 44056
sku
required
string

バンドルSKU。

Example: kg_1
query Parameters
promo_code
string [ 1 .. 128 ] characters

大文字と小文字を区別する一意のコードです。文字と数字が含まれます。

Example: promo_code=WINTER2021
show_inactive_time_limited_items
integer
Default: 0

ユーザーに利用可能でない、期限付きアイテムを表示します。このようなアイテムの有効期間はまだ開始されていないか、すでに期限切れです。

Example: show_inactive_time_limited_items=1
Responses
200

指定されたバンドルは正常に受信されました。

Request samples
Response samples
application/json
{
  • "attributes": [ ],
  • "bundle_type": "standard",
  • "can_be_bought": true,
  • "content": [
    ],
  • "custom_attributes": {
    },
  • "description": "pricePoint_44056_1.",
  • "groups": [ ],
  • "image_url": null,
  • "is_free": false,
  • "item_id": 610316,
  • "limits": {
    },
  • "long_description": null,
  • "media_list": [ ],
  • "name": "kg_10.00_bundle",
  • "order": 999,
  • "periods": [
    ],
  • "price": {
    },
  • "promotions": [ ],
  • "sku": "kg_1",
  • "total_content_amount": {
    },
  • "type": "bundle",
  • "virtual_prices": [ ],
  • "vp_rewards": []
}