Skip to main content
GET

Endpoint

GET /rest/search/v2/ GET /rest/search/v2/{shop_id}/

Query Parameters

q
string
required
Search query string.
shop_id
string
Filter to one or more shops.
products_only
boolean
default:"false"
Return only products when true.
skip_scoring
boolean
default:"false"
Skip LLM scoring when true.

Response Fields

FieldTypeDescription
resultsarrayArray of search results
results[].idstringUnique identifier (UUID)
results[].typestringResult type: "product" or "context"
results[].namestringProduct or context name
results[].descriptionstringDescription text
results[].imagestring|nullPrimary image URL
results[].imagesarrayArray of image URLs
results[].slugstring|nullURL-friendly identifier
results[].publicUrlstring|nullPublic URL to the product/context
results[].publishedAtstring|nullISO 8601 timestamp
results[].vendorstring|nullVendor name
results[].tagsarrayArray of tag strings
results[].productTypestring|nullProduct type/category
results[].pricestring|nullPrice as string
results[].compareAtPricestring|nullCompare at price (original price)