Skip to main content
GET
Search products
Searches the store’s products by case-insensitive match against name, description or barcode and returns up to all matches (no pagination), newest first. The query parameter is required; omitting it returns 400. Requires the READ_INVENTORY scope.

Authorizations

Authorization
string
header
required

Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.

Query Parameters

query
string
required

Search term matched against product name, description and barcode. Required.

Response

Search products — success.

status
integer
required
Example:

200

success
boolean
required
Example:

true

message
string
required
Example:

"Search products"

data
object
required
Example: