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