CreateReservationItemInput
The details of the reservation item to be created.
inventory_item_id
stringRequiredThe ID of the associated inventory item.
location_id
stringRequiredThe ID of the associated location.
quantity
numberRequiredThe reserved quantity.
line_item_id
stringThe ID of the associated line item.
description
stringThe description of the reservation.
created_by
stringThe user or system that created the reservation. Can be any form of identification string.
external_id
stringAn ID associated with an external third-party system that the reservation item is connected to.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?