Skip to main content
Skip to main content

StockLocationAddressDTO

StockLocationAddressDTO: Object

Represents a Stock Location Address

Properties

address_1stringRequired
The address 1 of the stock location address.
country_codestringRequired
The country code of the stock location address.
created_atstring | DateRequired
The creation date of the stock location address.
updated_atstring | DateRequired
The update date of the stock location address.
deleted_atstring | Date | nullRequired
The deletion date of the stock location address.
idstring
The ID of the stock location address.
address_2string | null
The address 2 of the stock location address.
companystring | null
The company of the stock location address.
citystring | null
The city of the stock location address.
phonestring | null
The phone of the stock location address.
postal_codestring | null
The postal code of the stock location address.
provincestring | null
The province of the stock location address.
metadataRecord<string, unknown> | null
Holds custom data in key-value pairs.
Was this section helpful?