Files
medusa-store/docs/api/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsReq.yaml
github-actions[bot] 658339767b chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-08-07 16:54:48 +03:00

15 lines
384 B
YAML

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