Newer Version Available

This content describes an older version of this product. View Latest

Commerce Management Webstore Search, Product Settings

Get and update product search settings.
Resource
1/commerce/management/webstores/webstoreId/search/product-settings
Available version
49.0
HTTP methods
GET, PATCH
Request parameters for GET
Parameter Name Type Description Required or Optional Available Version
ids String Comma-separated list of up to 250 18-character product IDs. Required 49.0
Request body for PATCH
Root XML tag
<searchProductSettings>
JSON example
1{
2"searchProductSettings": [
3   {
4      "id": "productId1",
5      "searchable": true
6   },
7   {
8      "id": “productId2”,
9      "searchable": false
10   }
11]
12}
Properties
Name Type Description Required or Optional Available Version
searchProduct​Settings Search Product Setting Input[] Up to 200 product search settings to update.

Products of class VariationParent can’t be updated.

Note

Required 49.0
Response body for GET and PATCH
Search Product Setting Collection Output