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:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user