商品の追加情報詳細

GET /features/{FEATURE_ID}

指定された商品追加情報の詳細を取得するには、/api/v1/features/{FEATURE_ID}にGETリクエストを送信します。

PATH パラメータ

Name
Type
説明

FEATURE_ID

int

商品追加情報ID

リクエスト:ヘッダー

Name
Value

Content-Type

application/json

Authorization

Basic <認証情報>

認証情報について

認証情報は、ユーザーのEメールアドレスとAPIキーをコロンで連結したものをBase64エンコードしたものです。

レスポンス

{
  "feature_id": "549",
  "feature_code": "",
  "company_id": "1",
  "feature_type": "S",
  "parent_id": "0",
  "display_on_product": "Y",
  "display_on_catalog": "Y",
  "display_on_header": "N",
  "description": "カラー",
  "lang_code": "ja",
  "prefix": "",
  "suffix": "",
  "categories_path": "",
  "full_description": "",
  "status": "A",
  "comparison": "Y",
  "position": "10",
  "purpose": "group_catalog_item",
  "feature_style": "dropdown",
  "filter_style": "checkbox",
  "variants": {
    "1198": {
      "variant_id": "1198",
      "variant": "グリーン",
      "description": "",
      "page_title": "",
      "meta_keywords": "",
      "meta_description": "",
      "lang_code": "ja",
      "feature_id": "549",
      "url": "",
      "color": null,
      "position": "1",
      "seo_name": null,
      "seo_path": null,
      "image_pair": null
    },
    "1199": {
      "variant_id": "1199",
      "variant": "ブルー",
      "description": "",
      "page_title": "",
      "meta_keywords": "",
      "meta_description": "",
      "lang_code": "ja",
      "feature_id": "549",
      "url": "",
      "color": null,
      "position": "2",
      "seo_name": null,
      "seo_path": null,
      "image_pair": null
    },
    "1200": {
      "variant_id": "1200",
      "variant": "ブラック",
      "description": "",
      "page_title": "",
      "meta_keywords": "",
      "meta_description": "",
      "lang_code": "ja",
      "feature_id": "549",
      "url": "",
      "color": null,
      "position": "3",
      "seo_name": null,
      "seo_path": null,
      "image_pair": null
    },
    "1201": {
      "variant_id": "1201",
      "variant": "ホワイト",
      "description": "",
      "page_title": "",
      "meta_keywords": "",
      "meta_description": "",
      "lang_code": "ja",
      "feature_id": "549",
      "url": "",
      "color": null,
      "position": "4",
      "seo_name": null,
      "seo_path": null,
      "image_pair": null
    }
  }
}

最終更新