chore(docs): Updated API Reference (automated) (#11053)
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:
co-authored by
Oli Juhl
Shahed Nasser
parent
8dc8d648f9
commit
5b9cb5a2be
@@ -16701,7 +16701,6 @@ paths:
|
|||||||
summary: Manage Inventory Levels
|
summary: Manage Inventory Levels
|
||||||
description: Manage inventory levels to create, update, or delete them.
|
description: Manage inventory levels to create, update, or delete them.
|
||||||
x-authenticated: true
|
x-authenticated: true
|
||||||
parameters: []
|
|
||||||
security:
|
security:
|
||||||
- api_token: []
|
- api_token: []
|
||||||
- cookie_auth: []
|
- cookie_auth: []
|
||||||
@@ -16807,8 +16806,6 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- Inventory Items
|
- Inventory Items
|
||||||
responses:
|
responses:
|
||||||
'200':
|
|
||||||
description: OK
|
|
||||||
'400':
|
'400':
|
||||||
$ref: '#/components/responses/400_error'
|
$ref: '#/components/responses/400_error'
|
||||||
'401':
|
'401':
|
||||||
|
|||||||
-3
@@ -3,7 +3,6 @@ post:
|
|||||||
summary: Manage Inventory Levels
|
summary: Manage Inventory Levels
|
||||||
description: Manage inventory levels to create, update, or delete them.
|
description: Manage inventory levels to create, update, or delete them.
|
||||||
x-authenticated: true
|
x-authenticated: true
|
||||||
parameters: []
|
|
||||||
security:
|
security:
|
||||||
- api_token: []
|
- api_token: []
|
||||||
- cookie_auth: []
|
- cookie_auth: []
|
||||||
@@ -89,8 +88,6 @@ post:
|
|||||||
tags:
|
tags:
|
||||||
- Inventory Items
|
- Inventory Items
|
||||||
responses:
|
responses:
|
||||||
'200':
|
|
||||||
description: OK
|
|
||||||
'400':
|
'400':
|
||||||
$ref: ../components/responses/400_error.yaml
|
$ref: ../components/responses/400_error.yaml
|
||||||
'401':
|
'401':
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ properties:
|
|||||||
title: variant_id
|
title: variant_id
|
||||||
description: The associated product variant's ID.
|
description: The associated product variant's ID.
|
||||||
variant:
|
variant:
|
||||||
$ref: ./AdminProductVariant.yaml
|
type: object
|
||||||
inventory_item_id:
|
inventory_item_id:
|
||||||
type: string
|
type: string
|
||||||
title: inventory_item_id
|
title: inventory_item_id
|
||||||
|
|||||||
-3
@@ -4,7 +4,6 @@
|
|||||||
* summary: Manage Inventory Levels
|
* summary: Manage Inventory Levels
|
||||||
* description: Manage inventory levels to create, update, or delete them.
|
* description: Manage inventory levels to create, update, or delete them.
|
||||||
* x-authenticated: true
|
* x-authenticated: true
|
||||||
* parameters: []
|
|
||||||
* security:
|
* security:
|
||||||
* - api_token: []
|
* - api_token: []
|
||||||
* - cookie_auth: []
|
* - cookie_auth: []
|
||||||
@@ -110,8 +109,6 @@
|
|||||||
* tags:
|
* tags:
|
||||||
* - Inventory Items
|
* - Inventory Items
|
||||||
* responses:
|
* responses:
|
||||||
* "200":
|
|
||||||
* description: OK
|
|
||||||
* "400":
|
* "400":
|
||||||
* $ref: "#/components/responses/400_error"
|
* $ref: "#/components/responses/400_error"
|
||||||
* "401":
|
* "401":
|
||||||
|
|||||||
Reference in New Issue
Block a user