Files
medusa-store/docs/api/store/components/schemas/StorePostSearchReq.yaml
T
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.