StockLocationDTO
StockLocationDTO: Object
Represents a Stock Location
Properties
address_idstringRequiredStock location address' ID
created_atstring | DateRequiredThe date with timezone at which the resource was created.
deleted_atstring | Date | nullRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe stock location's ID
metadataRecord<string, unknown> | nullRequiredAn optional key-value map with additional details
namestringRequiredThe name of the stock location
updated_atstring | DateRequiredThe date with timezone at which the resource was updated.
addressStockLocationAddressDTOThe Address of the Stock Location
addressStockLocationAddressDTOWas this section helpful?