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