Food ordering feeds for Legacy Starter integration (Deprecated)
Merchants
{
"metadata": {
"generation_timestamp": "1467993600",
"processing_instruction": "PROCESS_AS_COMPLETE",
"total_shards": 1
},
"merchant": [
{
"merchant_id": "dining-starter-2",
"name": "Sample Bakery",
"telephone": "+1-415-124-4567",
"url": "www.starterdining2publicsite.com",
"category": "restaurant",
"geo": {
"latitude": 37.422113,
"longitude": -122.084041,
"address": {
"street_address": "805 11th Ave",
"locality": "Sunnyvale",
"region": "CA",
"country": "US",
"postal_code": "94089"
}
}
}
]
}
Services
{
"metadata": {
"generation_timestamp": "1467993600",
"processing_instruction": "PROCESS_AS_COMPLETE",
"total_shards": 1
},
"service": [
{
"merchant_id": "dining-starter-2",
"service_id": "order",
"localized_service_name": {
"value": "Order",
"localized_value": [
{
"locale": "en",
"value": "Order"
}
]
},
"type": "SERVICE_TYPE_FOOD_ORDERING",
"action_link": [
{
"url": "https://www.rwgpartnerwebsite.com/order_food/merch2",
"action_link_type": "ACTION_LINK_TYPE_ORDER_FOOD",
"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 2025-03-01 UTC.
[null,null,["Last updated 2025-03-01 UTC."],[[["New ordering feeds must specify either takeout or delivery as the fulfillment method."],["Existing feeds can still utilize generic food ordering action links."],["Detailed instructions and code samples for specifying fulfillment types are available in the provided guides."],["Merchants can find guidance on how to structure their data feeds for takeout and delivery services."],["Services data feeds need to include details like service type, action links, and platform."]]],["New ordering feeds must now specify \"takeout\" or \"delivery\" as the fulfillment method; existing feeds can maintain current generic food ordering links. Refer to the provided guide for fulfillment type instructions and examples. The provided data showcases sample feeds with a merchant (\"Sample Bakery\") and a corresponding food ordering service linked to a URL for web-based food orders, all with specified metadata.\n"]]