Newer Version Available
Commerce Management Webstore Search, Product Settings
- Resource
-
1/commerce/management/webstores/webstoreId/search/product-settings - Available version
- 49.0
- Requires Chatter
- No
- 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 searchProductSettings Search Product Setting Input[] Up to 200 product search settings to update. Required 49.0
- Response body for GET and PATCH
- Search Product Setting Collection Output