- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateReservationItemInput
The details of the reservation item to be created.
Properties#
inventory_item_id
stringThe ID of the associated inventory item.
location_id
stringThe ID of the associated location.
quantity
BigNumberInputThe reserved quantity.
quantity
BigNumberInputline_item_id
null | stringOptionalThe ID of the associated line item.
allow_backorder
booleanOptionalAllow backorder of the item. If true, it won't check inventory levels before reserving it.
description
null | stringOptionalThe description of the reservation.
created_by
null | stringOptionalThe user or system that created the reservation. Can be any form of identification string.
external_id
null | stringOptionalAn ID associated with an external third-party system that the reservation item is connected to.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?