Skip to main content
Skip to main content

CreateReservationItemInput

The details of the reservation item to be created.

inventory_item_idstringRequired
The ID of the associated inventory item.
location_idstringRequired
The ID of the associated location.
quantitynumberRequired
The reserved quantity.
line_item_idstring
The ID of the associated line item.
descriptionstring
The description of the reservation.
created_bystring
The user or system that created the reservation. Can be any form of identification string.
external_idstring
An ID associated with an external third-party system that the reservation item is connected to.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?