Files
medusa-store/www/utils/generated/oas-output/schemas/AdminBatchCreateInventoryItemLocationLevels.ts
2025-10-31 16:15:46 +02:00

24 lines
628 B
TypeScript

/**
* @schema AdminBatchCreateInventoryItemLocationLevels
* type: object
* description: The inventory level's details.
* required:
* - location_id
* properties:
* location_id:
* type: string
* title: location_id
* description: The ID of the associated location.
* stocked_quantity:
* type: number
* title: stocked_quantity
* description: The inventory level's stocked quantity.
* incoming_quantity:
* type: number
* title: incoming_quantity
* description: The inventory level's incoming quantity.
* x-schemaName: AdminBatchCreateInventoryItemLocationLevels
*
*/