ReservationItemDTO
ReservationItemDTO: Object
Represents a reservation of an inventory item at a stock location
Type declaration
created_atstring | DateRequiredThe date with timezone at which the resource was created.
created_bystring | nullUserId of user who created the reservation item
deleted_atstring | Date | nullRequiredThe date with timezone at which the resource was deleted.
descriptionstring | nullDescription of the reservation item
idstringRequiredThe id of the reservation item
inventory_item_idstringRequiredThe id of the inventory item the reservation relates to
line_item_idstring | nulllocation_idstringRequiredThe id of the location of the reservation
metadataRecord<string, unknown> | nullRequiredAn optional key-value map with additional details
quantitynumberRequiredThe id of the reservation item
updated_atstring | DateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?