LocationImportInput
No description
input LocationImportInput {
label: String
streetAndHouseNumber: String
city: String
country: EnumOrderRouteStopLocationCountry
zipcode: String
coordinates: CoordinatesInput
}
Fields
LocationImportInput.label ● String scalar
Can include the zipcode, the city, the street and house number.
LocationImportInput.streetAndHouseNumber ● String scalar
LocationImportInput.city ● String scalar
LocationImportInput.country ● EnumOrderRouteStopLocationCountry enum
LocationImportInput.zipcode ● String scalar
LocationImportInput.coordinates ● CoordinatesInput input
Exact geocode of the stop location. If not given, it will be geocoded based on the other stop data.