StockLocationAddressDTO
StockLocationAddressDTO: Object
Represents a Stock Location Address
Properties
address_1
stringRequiredStock location address
country_code
stringRequiredStock location address' country
created_at
string | DateRequiredThe date with timezone at which the resource was created.
updated_at
string | DateRequiredThe date with timezone at which the resource was updated.
deleted_at
string | Date | nullRequiredThe date with timezone at which the resource was deleted.
id
stringThe stock location address' ID
address_2
string | nullStock location address' complement
company
string | nullStock location company' name
city
string | nullStock location address' city
phone
string | nullStock location address' phone number
postal_code
string | nullStock location address' postal code
province
string | nullStock location address' province
metadata
Record<string, unknown> | nullAn optional key-value map with additional details
Was this section helpful?