AdminPostReservationsReq
The details of the reservation to create.
Properties
inventory_item_idstringRequiredThe ID of the inventory item the reservation is associated with.
location_idstringRequiredThe ID of the location of the reservation.
quantitynumberRequiredThe quantity to reserve.
descriptionstringThe reservation's description.
line_item_idstringThe ID of the line item of the reservation.
metadataRecord<string, unknown>An optional set of key-value pairs with additional information.
Was this section helpful?