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

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
This commit is contained in:
github-actions[bot]
2024-07-30 07:30:58 +00:00
committed by GitHub
parent 5389f7ca63
commit a2a377c8ca
48 changed files with 769 additions and 586 deletions
@@ -92,6 +92,20 @@ get:
type: string
title: q
description: The fulfillment provider's q.
- name: stock_location_id
in: query
required: false
schema:
oneOf:
- type: string
title: stock_location_id
description: The fulfillment provider's stock location id.
- type: array
description: The fulfillment provider's stock location id.
items:
type: string
title: stock_location_id
description: The stock location id's details.
security:
- api_token: []
- cookie_auth: []