Commerce Management Webstore Search, Include Rules
- リソース
-
1/commerce/management/webstores/webstoreId/search/results-rules - 使用可能なバージョン
- 58.0
- HTTP のメソッド
- GET、PUT
- GET のレスポンスボディ
- Include Search Rules Collection
- PUT のリクエストボディ
-
- ルート XML タグ
- <searchResultsRules>
- JSON の例
-
1{ 2 "searchResultsRules" : [ 3 { 4 "type" : "Include", 5 "ruleDefinition" : ["decaffeinated", "decaf"], 6 "locales" : ["en_US"] 7 }, 8 { 9 "type" : "Include", 10 "ruleDefinition" : ["dog", "puppy"], 11 "locales" : ["en_US"] 12 }, 13 { 14 "type" : "Include", 15 "ruleDefinition" : ["wintercoat", "jacket", "coat"], 16 "locales" : ["en_US"] 17 } 18 ] 19} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン searchResultsRules Include Search Rule Input[] 包含検索ルール入力のコレクション。 必須 58.0
- PUT のレスポンスボディ
- Include Search Rules Collection