Flipdish · Example Payload

Stores Google Address Result Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Stores Google Address Result Example is an example object payload from Flipdish, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

Address_componentsFormatted_addressGeometryPlace_idTypes

Example Payload

Raw ↑
{
  "Address_components": [],
  "Formatted_address": "string",
  "Geometry": "string",
  "Place_id": "500123",
  "Types": [
    "string"
  ]
}