Search > Search > autocompleteCustomers
Commerce APISearchSearchautocompleteCustomers
autocompleteCustomers
POST:autocomplete/customers.json

Description

Perform a customer autocomplete query.

This endpoint is useful for customer autocompletion UI widgets and is optimized to work in situations alike. That is near realtime response for single string entry as you type.

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