Skip to main content

StockLocationAddress

type StockLocationAddress {
address: String
city: StockLocationAddressCity
country: StockLocationAddressCountry
district: StockLocationAddressDistrict
phone: String
postalCode: String
state: StockLocationAddressState
}

Fields

addressString

It is the full address of the stock location.

It is the city information of the address.

It is the country information of the address.

It is the district information of the address.

phoneString

It is the phone number of the address.

postalCodeString

It is the postal code of the address.

It is the state information of the address.