Commerce Management Webstore Search, Facetable Attributes
- リソース
-
1/commerce/management/webstores/webstoreId/search/attribute-settings/facetable-fields - 使用可能なバージョン
- 49.0
- HTTP のメソッド
- GET、PUT
- PUT のリクエストボディ
-
- JSON の例
-
1{ 2"facetableAttributeSettings" : [ 3 { 4 "type" : "ProductCategory", 5 "nameOrId" : "Id", 6 "displayRank" : "1", 7 "displayType" : "CategoryTree" 8 }, 9 { 10 "type" : "Standard", 11 "nameOrId" : "Family", 12 "displayRank" : "2", 13 "displayType" : "SingleSelect" 14 }, 15 { 16 "type" : "Custom", 17 "nameOrId" : "color__c", 18 "displayRank" : "3", 19 "displayType" : "MultiSelect" 20 } 21 ] 22} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン facetableAttributeSettings Facetable Attribute Input[] 最大 50 個のファセット可能な設定のコレクション。 必須 49.0
- GET および PUT のレスポンスボディ
- Facetable Attributes Collection