Skip to main content
Skip to main content

StockLocationDTO

StockLocationDTO: Object

Represents a Stock Location

Properties

idstringRequired
The ID of the stock location.
namestringRequired
The name of the stock location.
metadataRecord<string, unknown> | nullRequired
Holds custom data in key-value pairs.
address_idstringRequired
The associated address's ID.
created_atstring | DateRequired
The creation date of the stock location.
updated_atstring | DateRequired
The update date of the stock location.
deleted_atstring | Date | nullRequired
The deletion date of the stock location.
The address of the stock location.
Was this section helpful?