GET /openai/search

shop.app

Summary: Search for products
Operation ID: search
Auth: unknown

Parameters (5)

num_results (string, query, optional)

How many results to return. Defaults to 5. It can be a number between 1 and 10.

price_max (number, query, optional)

The maximum price to filter by.

price_min (number, query, optional)

The minimum price to filter by.

query (string, query, optional)

Query string to search for items.

similar_to_id (string, query, optional)

A product id that you want to find similar products for. (Only include one)

No probe data for this endpoint yet.