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.
created_by
string | nullUserId of user who created the reservation item
deleted_at
string | Date | nullRequiredThe date with timezone at which the resource was deleted.
description
string | nullDescription of the reservation item
id
stringRequiredThe id of the reservation item
inventory_item_id
stringRequiredThe id of the inventory item the reservation relates to
line_item_id
string | nulllocation_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.
Was this section helpful?