chore(docs): Updated API Reference (automated) (#11167)

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-27 11:45:04 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent 43aa993971
commit 3e81962503
45 changed files with 5201 additions and 216 deletions
@@ -0,0 +1,26 @@
/**
* @schema AdminBatchInventoryItemsLocationLevelsResponse
* type: object
* description: The result of managing inventory levels.
* x-schemaName: AdminBatchInventoryItemsLocationLevelsResponse
* properties:
* created:
* type: array
* description: The created inventory levels.
* items:
* $ref: "#/components/schemas/InventoryLevel"
* updated:
* type: array
* description: The updated inventory levels.
* items:
* $ref: "#/components/schemas/InventoryLevel"
* deleted:
* type: array
* description: The IDs of deleted inventory levels.
* items:
* type: string
* title: deleted
* description: The ID of a deleted inventory level.
*
*/