Files
medusa-store/docs/api/store/components/schemas/StorePostSearchReq.yaml
2023-07-13 12:08:21 +03:00

14 lines
327 B
YAML

type: object
properties:
q:
type: string
description: The query to run the search with.
offset:
type: number
description: How many products to skip in the result.
limit:
type: number
description: Limit the number of products returned.
filter:
description: Filter based on the search engine.