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

11 lines
212 B
YAML

type: object
required:
- location_id
properties:
location_id:
description: The id of the location of the reservation
type: string
quantity:
description: The quantity to reserve
type: number