StockLocationAddress
type StockLocationAddress {
address: String
city: StockLocationAddressCity
country: StockLocationAddressCountry
district: StockLocationAddressDistrict
phone: String
postalCode: String
state: StockLocationAddressState
}
Fields
address
StringIt is the full address of the stock location.
It is the city information of the address.
country
StockLocationAddressCountryIt is the country information of the address.
district
StockLocationAddressDistrictIt is the district information of the address.
phone
StringIt is the phone number of the address.
postalCode
StringIt is the postal code of the address.
It is the state information of the address.