In-person appointment feeds for Starter integration (legacy)
Merchants
{
"metadata": {
"generation_timestamp": "1467993600",
"processing_instruction": "PROCESS_AS_COMPLETE",
"total_shards": 1
},
"merchant": [
{
"merchant_id": "fitness-starter-1",
"name": "Classic Yoga",
"telephone": "+1-650-123-4567",
"url": "https://www.fitnessstudiowebsite.com",
"category": "gym",
"geo": {
"address": {
"street_address": "1175 Borregas Ave building 2",
"locality": "Sunnyvale",
"region": "CA",
"country": "US",
"postal_code": "94089"
}
},
"action_link": [
{
"url": "https://www.rwgpartnerwebsite.com/appointment/fitness-starter-1",
"action_link_type": "ACTION_LINK_TYPE_BOOK_APPOINTMENT",
"language": "en",
"platform": "ACTION_PLATFORM_WEB_APPLICATION"
}
]
}
]
}
Services
{
"metadata": {
"generation_timestamp": "1467993600",
"processing_instruction": "PROCESS_AS_COMPLETE",
"total_shards": 1
},
"service": [
{
"merchant_id": "fitness-starter-1",
"service_id": "in-person-1",
"localized_service_name": {
"value": "Yoga class",
"localized_value": [
{
"locale": "en",
"value": "Yoga class"
}
]
},
"localized_description": {
"value": "In person yoga class for all levels",
"localized_value": [
{
"locale": "en",
"value": "In person yoga class for all levels"
}
]
},
"type": "SERVICE_TYPE_APPOINTMENT",
"action_link": [
{
"url": "https://www.rwgpartnerwebsite.com/appointment/fitness-starter-1/in-person-1",
"action_link_type": "ACTION_LINK_TYPE_BOOK_APPOINTMENT",
"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."],[[["The provided data represents information about a merchant, \"Classic Yoga,\" a gym located in Sunnyvale, CA, and its services."],["Merchant data includes contact details, address, category, and a link for booking appointments via a web application."],["Service data describes an in-person yoga class offered by the merchant, providing details such as the service name, description, type, and a booking link."],["Both merchant and service data are structured in JSON format with metadata including timestamps and processing instructions."]]],[]]