StockLocationDTO
StockLocationDTO: Object
Represents a Stock Location
Properties
id
stringRequiredThe ID of the stock location.
name
stringRequiredThe name of the stock location.
metadata
Record<string, unknown> | nullRequiredHolds custom data in key-value pairs.
address_id
stringRequiredThe associated address's ID.
created_at
string | DateRequiredThe creation date of the stock location.
updated_at
string | DateRequiredThe update date of the stock location.
deleted_at
string | Date | nullRequiredThe deletion date of the stock location.
address
StockLocationAddressDTOThe address of the stock location.
address
StockLocationAddressDTOWas this section helpful?