StockLocationAddressInput
StockLocationAddressInput: Object
Represents a Stock Location Address Input
Properties
address_1
stringRequiredThe first line of the stock location address.
country_code
stringRequiredThe country code of the stock location address.
address_2
string | nullThe second line of the stock location address.
city
string | nullThe city of the stock location address.
phone
string | nullThe phone of the stock location address.
province
string | nullThe province of the stock location address.
postal_code
string | nullThe postal code of the stock location address.
metadata
Record<string, unknown> | nullHolds custom data in key-value pairs.
Was this section helpful?