AdminPostReservationsReq
The details of the reservation to create.
Properties
location_id
stringRequiredThe ID of the location of the reservation.
inventory_item_id
stringRequiredThe ID of the inventory item the reservation is associated with.
quantity
numberRequiredThe quantity to reserve.
line_item_id
stringThe ID of the line item of the reservation.
description
stringThe reservation's description.
metadata
Record<string, unknown>An optional set of key-value pairs with additional information.
Was this section helpful?