{ "operationId": "getSettingsStorefrontSearch", "method": "GET", "path": "/settings/storefront/search", "summary": "BigCommerce Get Storefront Search Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "example-1", "example": { "data": { "content_product_sort": "relevance", "default_product_sort": "bestselling", "product_filtering_enabled": true, "search_suggest": true }, "meta": {} } } ] }