Feed delle prenotazioni per l'integrazione della versione iniziale precedente (ritirato)
Avviso: questa è una documentazione precedente. Nuove interfacce che implementano solo Business Link o Redirect
le integrazioni non devono più utilizzare i feed di servizio. Deve usare solo i feed di Merchant Center. A meno che tu non
mantenere un'interfaccia legacy, segui
questa guida per le nuove integrazioni .
Merchant Center
{
"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"
}
]
}
]
}
Servizi
{
"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"
}
]
}
]
}
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0 , mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0 . Per ulteriori dettagli, consulta le norme del sito di Google Developers . Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-29 UTC.
[null,null,["Ultimo aggiornamento 2024-08-29 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."]]],[]]