CustomerLocation

Based on Geo Location

ValueType
latlong[object]

latlong

ValueTypeDescription
latitudefloatGeo Coordinate
longitudefloatGeo Coordinate
{
  "customerLocation": {
    "latlong": {
      "latitude": 40.734293607,
      "longitude": -73.991043025
    }
  }
}

Based on Postal Code

ValueTypeDescription
postalCodestring
 "customerLocation": {
    "postalCode": "10010"
  }