Based on Geo Location
| Value | Type |
|---|---|
| latlong | [object] |
latlong
| Value | Type | Description |
|---|---|---|
| latitude | float | Geo Coordinate |
| longitude | float | Geo Coordinate |
{
"customerLocation": {
"latlong": {
"latitude": 40.734293607,
"longitude": -73.991043025
}
}
}Based on Postal Code
| Value | Type | Description |
|---|---|---|
| postalCode | string |
{
"customerLocation": {
"postalCode": "10010"
}
}