- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpdateReservationItemInput
The attributes to update in a reservation item.
id
stringThe ID of the reservation to update.
The reserved quantity.
location_id
stringOptionalThe ID of the associated location.
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.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?