Skip to main content
Skip to main content

StockLocationDTO

StockLocationDTO: Object

Represents a Stock Location

Properties

idstringRequired
The stock location's ID
namestringRequired
The name of the stock location
metadataRecord<string, unknown> | nullRequired
An optional key-value map with additional details
address_idstringRequired
Stock location address' ID
created_atstring | DateRequired
The date with timezone at which the resource was created.
updated_atstring | DateRequired
The date with timezone at which the resource was updated.
deleted_atstring | Date | nullRequired
The date with timezone at which the resource was deleted.
The Address of the Stock Location
Was this section helpful?