StockLocationDTO
StockLocationDTO: Object
Represents a Stock Location
Type declaration
address
StockLocationAddressDTOThe Address of the Stock Location
address
StockLocationAddressDTOaddress_id
stringRequiredStock location address' ID
created_at
string | DateRequiredThe date with timezone at which the resource was created.
deleted_at
string | Date | nullRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe stock location's ID
metadata
Record<string, unknown> | nullRequiredAn optional key-value map with additional details
name
stringRequiredThe name of the stock location
updated_at
string | DateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?