Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
14 lines
338 B
YAML
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.
|