Search > Search > suggestCustomers
Commerce APISearchSearchsuggestCustomers
suggestCustomers
POST:suggest/customers.json

Description

Perform a customer suggest query.

This endpoint is useful for customer autocompletion UI widgets and is optimized to work in situations alike.

Permission bit: "customers.search"

Topic: Search

Arguments

data: Query!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

query: String

Search query string

Example: "fancy shoes"


Result

CustomerExpandableItems

Preview (typescript)

Loading module