Search > Search > suggestOrders
Commerce APISearchSearchsuggestOrders
suggestOrders
POST:suggest/orders.json

Description

Perform an order suggest query.

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

Permission bit: "orders.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

OrderExpandableItems

Preview (typescript)

Loading module