Files
medusa-store/docs/api/store/components/schemas/StorePostSearchReq.yaml
github-actions[bot] 658339767b chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-08-07 16:54:48 +03:00

14 lines
338 B
YAML

type: object
properties:
q:
type: string
description: The search query.
offset:
type: number
description: The number of products to skip when retrieving the products.
limit:
type: number
description: Limit the number of products returned.
filter:
description: Pass filters based on the search service.