Skip to main content
Skip to main content

ReservationItemDTO

ReservationItemDTO: Object

Represents a reservation of an inventory item at a stock location

Type declaration

created_atstring | DateRequired
The date with timezone at which the resource was created.
deleted_atstring | Date | nullRequired
The date with timezone at which the resource was deleted.
idstringRequired
The id of the reservation item
inventory_item_idstringRequired
The id of the inventory item the reservation relates to
location_idstringRequired
The id of the location of the reservation
metadataRecord<string, unknown> | nullRequired
An optional key-value map with additional details
quantitynumberRequired
The id of the reservation item
updated_atstring | DateRequired
The date with timezone at which the resource was updated.
created_bystring | null
UserId of user who created the reservation item
descriptionstring | null
Description of the reservation item
line_item_idstring | null
Was this section helpful?