Reservations feeds for Legacy Starter integration (Deprecated)
Warning: This is a legacy documentation. New interfaces implementing only Business Link or Redirect
integrations should no longer use Service feeds. They should use Merchant feeds only. Unless you
are maintaining a legacy interface, please follow
this guide for new integrations .
Merchants
{
"metadata": {
"generation_timestamp": "1467993600",
"processing_instruction": "PROCESS_AS_COMPLETE",
"total_shards": 1
},
"merchant": [
{
"merchant_id": "dining-starter-1",
"name": "Sample Restaurant",
"telephone": "+1-650-123-4567",
"url": "www.starterdining1publicsite.com",
"category": "restaurant",
"geo": {
"latitude": 37.422113,
"longitude": -122.084041,
"address": {
"street_address": "1170 Bordeaux Dr Building 3",
"locality": "Sunnyvale",
"region": "CA",
"country": "US",
"postal_code": "94089"
}
},
"action_link": [
{
"url": "https://www.rwgpartnerwebsite.com/reserve_table/merch1",
"action_link_type": "ACTION_LINK_TYPE_MAKE_DINING_RESERVATION",
"language": "en",
"platform": "ACTION_PLATFORM_WEB_APPLICATION"
}
]
}
]
}
Services
{
"metadata": {
"generation_timestamp": "1467993600",
"processing_instruction": "PROCESS_AS_COMPLETE",
"total_shards": 1
},
"service": [
{
"merchant_id": "dining-starter-1",
"service_id": "reservation",
"localized_service_name": {
"value": "Reservation",
"localized_value": [
{
"locale": "en",
"value": "Reservation"
}
]
},
"type": "SERVICE_TYPE_DINING_RESERVATION",
"action_link": [
{
"url": "https://www.rwgpartnerwebsite.com/reserve_table/merch1",
"action_link_type": "ACTION_LINK_TYPE_MAKE_DINING_RESERVATION",
"language": "en",
"platform": "ACTION_PLATFORM_WEB_APPLICATION"
}
]
}
]
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["This documentation is outdated and primarily for legacy integrations using Service feeds."],["New integrations using Business Link or Redirect integrations should utilize Merchant feeds and refer to the provided guide."],["Merchant feeds provide information about the merchant, including location, contact details, and available action links."],["Service feeds, used in legacy systems, detail specific services offered by a merchant and their corresponding action links."],["Both Merchant and Service feeds include metadata like generation timestamp and processing instructions."]]],[]]