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.
created_bystring | null
UserId of user who created the reservation item
deleted_atstring | Date | nullRequired
The date with timezone at which the resource was deleted.
descriptionstring | null
Description of the reservation item
idstringRequired
The id of the reservation item
inventory_item_idstringRequired
The id of the inventory item the reservation relates to
line_item_idstring | null
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.
Was this section helpful?