Files
medusa-store/docs-util/oas-output/schemas/AdminPostInventoryItemsItemLocationLevelsLevelReq.ts
2024-03-26 18:29:00 +01:00

18 lines
464 B
TypeScript

/**
* @schema AdminPostInventoryItemsItemLocationLevelsLevelReq
* type: object
* description: SUMMARY
* x-schemaName: AdminPostInventoryItemsItemLocationLevelsLevelReq
* properties:
* incoming_quantity:
* type: number
* title: incoming_quantity
* description: The inventory item's incoming quantity.
* stocked_quantity:
* type: number
* title: stocked_quantity
* description: The inventory item's stocked quantity.
*
*/