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:
github-actions[bot]
2025-01-20 14:38:53 +00:00
committed by GitHub
parent 8dc8d648f9
commit 5b9cb5a2be
4 changed files with 1 additions and 10 deletions

View File

@@ -16701,7 +16701,6 @@ paths:
summary: Manage Inventory Levels
description: Manage inventory levels to create, update, or delete them.
x-authenticated: true
parameters: []
security:
- api_token: []
- cookie_auth: []
@@ -16807,8 +16806,6 @@ paths:
tags:
- Inventory Items
responses:
'200':
description: OK
'400':
$ref: '#/components/responses/400_error'
'401':

View File

@@ -3,7 +3,6 @@ post:
summary: Manage Inventory Levels
description: Manage inventory levels to create, update, or delete them.
x-authenticated: true
parameters: []
security:
- api_token: []
- cookie_auth: []
@@ -89,8 +88,6 @@ post:
tags:
- Inventory Items
responses:
'200':
description: OK
'400':
$ref: ../components/responses/400_error.yaml
'401':

View File

@@ -15,7 +15,7 @@ properties:
title: variant_id
description: The associated product variant's ID.
variant:
$ref: ./AdminProductVariant.yaml
type: object
inventory_item_id:
type: string
title: inventory_item_id

View File

@@ -4,7 +4,6 @@
* summary: Manage Inventory Levels
* description: Manage inventory levels to create, update, or delete them.
* x-authenticated: true
* parameters: []
* security:
* - api_token: []
* - cookie_auth: []
@@ -110,8 +109,6 @@
* tags:
* - Inventory Items
* responses:
* "200":
* description: OK
* "400":
* $ref: "#/components/responses/400_error"
* "401":