StockLocationAddress
type StockLocationAddress {
address: String
city: StockLocationAddressCity
country: StockLocationAddressCountry
district: StockLocationAddressDistrict
phone: String
postalCode: String
state: StockLocationAddressState
}
Fields
addressStringIt is the full address of the stock location.
It is the city information of the address.
countryStockLocationAddressCountryIt is the country information of the address.
districtStockLocationAddressDistrictIt is the district information of the address.
phoneStringIt is the phone number of the address.
postalCodeStringIt is the postal code of the address.
It is the state information of the address.