- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ReservationItem - Inventory Next Module Data Models Reference
This documentation provides a reference to the ReservationItem data model. It belongs to the Inventory Next Module.
id
PrimaryKeyModifier<IdProperty>The ID of the reservation item.
allow_backorder
BooleanPropertyWhether the underlying item can still be ordered despite the reserved quantity.
location_id
TextPropertyThe ID of the location that the quantity is reserved from. When used with the Stock Location Module, the ID will be a
StockLocation
's ID.quantity
BigNumberPropertyThe reserved quantity.
raw_quantity
JSONPropertyThe raw reserved quantity.
The associated inventory item.
line_item_id
TextPropertyOptionalThe ID of the reservation item's line item.
external_id
TextPropertyOptionalThe external ID of the reservation item. Can store an ID from a third-party system.
description
TextPropertyOptionalThe description of the reservation item
created_by
TextPropertyOptionalThe ID of the user that created the reservation item.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?