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