Files
medusa-store/www/utils/generated/oas-output/schemas/AdminBatchInventoryItemsLocationLevelsResponse.ts
github-actions[bot] 3e81962503 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>
2025-01-27 11:45:04 +00:00

27 lines
731 B
TypeScript

/**
* @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.
*
*/