Skip to main content
Skip to main content

StockLocationDTO

StockLocationDTO: Object

Represents a Stock Location

Type declaration

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