chore(docs): Updated API Reference (v2) (#8954)

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

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-09-03 07:18:42 +00:00
committed by GitHub
parent 6652db45ef
commit edc19e748b
157 changed files with 16009 additions and 35955 deletions
@@ -69,29 +69,29 @@ get:
oneOf:
- type: string
title: id
description: The fulfillment provider's ID.
description: Filter by a fulfillment provider's ID.
- type: array
description: The fulfillment provider's ID.
description: Filter by fulfillment provider IDs.
items:
type: string
title: id
description: The id's ID.
description: A fulfillment provider ID.
- name: is_enabled
in: query
description: The fulfillment provider's is enabled.
description: Filter by whether the fulfillment provider is enabled.
required: false
schema:
type: boolean
title: is_enabled
description: The fulfillment provider's is enabled.
description: Filter by whether the fulfillment provider is enabled.
- name: q
in: query
description: The fulfillment provider's q.
description: Search term to filter a fulfillment provider's searchable properties.
required: false
schema:
type: string
title: q
description: The fulfillment provider's q.
description: Search term to filter a fulfillment provider's searchable properties.
- name: stock_location_id
in: query
required: false
@@ -99,13 +99,13 @@ get:
oneOf:
- type: string
title: stock_location_id
description: The fulfillment provider's stock location id.
description: Filter by associated stock location's ID.
- type: array
description: The fulfillment provider's stock location id.
description: Filter by associated stock location IDs.
items:
type: string
title: stock_location_id
description: The stock location id's details.
description: A stock location's ID.
security:
- api_token: []
- cookie_auth: []