ReservationItemDTO
ReservationItemDTO: Object
Represents a reservation of an inventory item at a stock location
Type declaration
created_at
string | DateRequiredThe date with timezone at which the resource was created.
deleted_at
string | Date | nullRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe id of the reservation item
inventory_item_id
stringRequiredThe id of the inventory item the reservation relates to
location_id
stringRequiredThe id of the location of the reservation
metadata
Record<string, unknown> | nullRequiredAn optional key-value map with additional details
quantity
numberRequiredThe id of the reservation item
updated_at
string | DateRequiredThe date with timezone at which the resource was updated.
created_by
string | nullUserId of user who created the reservation item
description
string | nullDescription of the reservation item
line_item_id
string | nullWas this section helpful?