chore(docs): Generated API Reference (#2572)

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-09 18:30:06 +02:00
committed by GitHub
co-authored by shahednasser
parent 884322447e
commit 325b1e9017
63 changed files with 2971 additions and 248 deletions
+18 -5
View File
@@ -21,6 +21,15 @@ get:
- type: array
items:
type: string
- in: query
name: sales_channel_id
style: form
explode: false
description: an array of sales channel IDs to filter the retrieved products by.
schema:
type: array
items:
type: string
- in: query
name: collection_id
style: form
@@ -30,6 +39,15 @@ get:
type: array
items:
type: string
- in: query
name: type_id
style: form
explode: false
description: Type IDs to search for
schema:
type: array
items:
type: string
- in: query
name: tags
style: form
@@ -59,11 +77,6 @@ get:
description: Search for giftcards using is_giftcard=true.
schema:
type: boolean
- in: query
name: type
description: type to search for.
schema:
type: string
- in: query
name: created_at
description: Date comparison for when resulting products were created.