Files
medusa-store/docs/api/admin/components/schemas/AdminPostReservationsReservationReq.yaml
2023-01-19 10:06:17 +02:00

12 lines
303 B
YAML

type: object
properties:
location_id:
description: The id of the location of the reservation
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