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