- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ReservationItemDTO
The reservation item details.
Properties#
id
stringThe ID of the reservation item.
location_id
stringThe associated location's ID.
inventory_item_id
stringThe associated inventory item's ID.
quantity
BigNumberInputThe quantity of the reservation item.
quantity
BigNumberInputmetadata
null | Record<string, unknown>Holds custom data in key-value pairs.
created_at
string | DateThe creation date of the reservation item.
updated_at
string | DateThe update date of the reservation item.
deleted_at
null | string | DateThe deletion date of the reservation item.
line_item_id
null | stringOptionalThe associated line item's ID.
description
null | stringOptionalThe description of the reservation item.
allow_backorder
booleanOptionalAllow backorder of the item. If true, it won't check inventory levels before reserving it.
created_by
null | stringOptionalThe created by of the reservation item.
Was this page helpful?