Files
medusa-store/docs/api/admin/components/schemas/AdminPostReservationsReq.yaml
2023-04-04 21:02:44 +03:00

22 lines
567 B
YAML

type: object
required:
- location_id
- inventory_item_id
- quantity
properties:
line_item_id:
description: The id of the location of the reservation
type: string
location_id:
description: The id of the location of the reservation
type: string
inventory_item_id:
description: The id of the inventory item the reservation relates to
type: string
quantity:
description: The id of the reservation item
type: number
metadata:
description: An optional set of key-value pairs with additional information.
type: object