StockLocationAddressDTO
StockLocationAddressDTO: Object
Represents a Stock Location Address
Properties
address_1
stringRequiredThe address 1 of the stock location address.
country_code
stringRequiredThe country code of the stock location address.
created_at
string | DateRequiredThe creation date of the stock location address.
updated_at
string | DateRequiredThe update date of the stock location address.
deleted_at
string | Date | nullRequiredThe deletion date of the stock location address.
id
stringThe ID of the stock location address.
address_2
string | nullThe address 2 of the stock location address.
company
string | nullThe company of the stock location address.
city
string | nullThe city of the stock location address.
phone
string | nullThe phone of the stock location address.
postal_code
string | nullThe postal code of the stock location address.
province
string | nullThe province of the stock location address.
metadata
Record<string, unknown> | nullHolds custom data in key-value pairs.
Was this section helpful?