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

18 lines
459 B
TypeScript

/**
* @schema AdminUpdateInventoryLevel
* type: object
* description: The properties to update in the inventory level.
* properties:
* 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: AdminUpdateInventoryLevel
*
*/