カテゴリーの詳細
GET /categories/{CATEGORY_ID}
特定のカテゴリーの詳細を取得するには、/api/categories/{CATEGORY_ID}に対してGETを送信します。
PATH パラメータ
Name
Type
説明
CATEGORY_ID
integer
カテゴリーID
リクエスト:ヘッダー
Name
Value
Content-Type
application/json
Authorization
Basic <認証情報>
レスポンス
{
"category_id": "166",
"parent_id": "0",
"id_path": "166",
"level": "1",
"company_id": "1",
"usergroup_ids": "0",
"status": "A",
"product_count": "0",
"position": "10",
"timestamp": "1328475600",
"is_op": "N",
"localization": "",
"age_verification": "N",
"age_limit": "0",
"parent_age_verification": "N",
"parent_age_limit": "0",
"selected_views": [],
"default_view": "",
"product_details_view": "default",
"product_columns": "0",
"is_trash": "N",
"lang_code": "ja",
"category": "PC・電化製品",
"description": "",
"meta_keywords": "",
"meta_description": "",
"page_title": "",
"age_warning_message": "",
"seo_name": "pc",
"seo_path": "",
"main_pair": [],
"selected_layouts": [],
"default_layout": "",
"product_details_layout": "default"
}{}最終更新