StockLocationDTO
StockLocationDTO: Object
Represents a Stock Location
Properties
id
stringRequiredThe stock location's ID
name
stringRequiredThe name of the stock location
metadata
Record<string, unknown> | nullRequiredAn optional key-value map with additional details
address_id
stringRequiredStock location address' ID
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.
address
StockLocationAddressDTOThe Address of the Stock Location
address
StockLocationAddressDTOWas this section helpful?