Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

CreateReservationItemInput

The details of the reservation item to be created.

Properties

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?