Skip to main content
Skip to main content

StockLocationAddressInput

StockLocationAddressInput: Object

Represents a Stock Location Address Input

Properties

address_1stringRequired
The first line of the stock location address.
country_codestringRequired
The country code of the stock location address.
address_2string | null
The second line of the stock location address.
citystring | null
The city of the stock location address.
phonestring | null
The phone of the stock location address.
provincestring | null
The province of the stock location address.
postal_codestring | null
The postal code of the stock location address.
metadataRecord<string, unknown> | null
Holds custom data in key-value pairs.
Was this section helpful?