POST:suggest/products.json
POST:suggest/products.json
Description
Perform a product suggest query.
This endpoint is useful for product autocompletion UI widgets and is optimized to work in situations alike.
Permission bit: "products.search"
Topic: Search
Query Parameters
Ignore bundle variant types
Example: ?ignore_bundles=true
Ignore gift card variant types
Example: ?ignore_gift_cards=true
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
type: VariantTypeFilter
Filter output by variant type
Example: ?type=bundle
Request Body
{ "query": "fancy shoes" }
Response Body
Response Body Type
Loading module