Files
medusa-store/docs/api/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsReq.yaml
2023-02-09 09:50:55 +02:00

15 lines
390 B
YAML

type: object
required:
- location_id
- stocked_quantity
properties:
location_id:
description: the item location ID
type: string
stocked_quantity:
description: the stock quantity of an inventory item at the given location ID
type: number
incoming_quantity:
description: the incoming stock quantity of an inventory item at the given location ID
type: number