chore(docs): Updated API Reference (automated) (#12826)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-25 12:18:41 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent 441334abf4
commit 7ac734ca21
168 changed files with 2982 additions and 25 deletions
@@ -574,6 +574,14 @@
* items:
* type: object
* title: $or
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: JavaScript
* label: JS SDK
@@ -95,6 +95,14 @@
* items:
* type: object
* title: $or
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: Shell
* label: cURL
@@ -112,6 +112,14 @@
* type: string
* title: q
* description: Search term to filter the address's searchable properties.
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* security:
* - cookie_auth: []
* - jwt_token: []
@@ -121,6 +121,14 @@
* - completed
* - draft
* - archived
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: JavaScript
* label: JS SDK
@@ -64,6 +64,14 @@
* type: string
* title: region_id
* description: Filter by a region ID.
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: JavaScript
* label: JS SDK
@@ -636,6 +636,14 @@
* type: string
* title: name
* description: A product category name.
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: JavaScript
* label: JS SDK
@@ -575,6 +575,14 @@
* type: boolean
* title: $exists
* description: Filter by whether a value for this parameter exists (not `null`).
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: Shell
* label: cURL
@@ -575,6 +575,14 @@
* type: boolean
* title: $exists
* description: Filter by whether a value for this parameter exists (not `null`).
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: Shell
* label: cURL
@@ -126,6 +126,14 @@
* items:
* type: object
* title: $or
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: JavaScript
* label: JS SDK
@@ -53,6 +53,14 @@
* type: string
* title: order
* description: The field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with `-`.
* - name: with_deleted
* in: query
* description: Whether to include deleted records in the result.
* required: false
* schema:
* type: boolean
* title: with_deleted
* description: Whether to include deleted records in the result.
* x-codeSamples:
* - lang: Shell
* label: cURL