chore(docs): Updated API Reference (v2) (#8609)
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:
co-authored by
Shahed Nasser
parent
4bd0917aed
commit
b23ddcdde8
@@ -241,6 +241,20 @@ get:
|
||||
$lt: {}
|
||||
$lte: {}
|
||||
title: deleted_at
|
||||
- name: stock_location_id
|
||||
in: query
|
||||
required: false
|
||||
schema:
|
||||
oneOf:
|
||||
- type: string
|
||||
title: stock_location_id
|
||||
description: The shipping option's stock location id.
|
||||
- type: array
|
||||
description: The shipping option'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