Reservations feeds for Legacy Starter integration (Deprecated)
Stay organized with collections
Save and categorize content based on your preferences.
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"}]}]}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-20 UTC."],[[["\u003cp\u003eThis documentation is considered legacy, and new integrations should utilize Merchant feeds instead of Service feeds for Business Link or Redirect implementations.\u003c/p\u003e\n"],["\u003cp\u003eThe provided Merchant feed sample showcases a restaurant named "Sample Restaurant" with its essential information such as ID, contact details, location, and a dining reservation action link.\u003c/p\u003e\n"],["\u003cp\u003eThe Services feed sample demonstrates how to define a "Reservation" service associated with a specific merchant, including details like its type and the corresponding action link for making dining reservations.\u003c/p\u003e\n"],["\u003cp\u003eBoth Merchant and Service feed samples include metadata containing the timestamp and processing instruction which indicates the feed should be processed as complete.\u003c/p\u003e\n"]]],["Legacy interfaces should transition from Service feeds to Merchant feeds for Business Link or Redirect integrations. Merchant feed data includes: ID, name, contact, website, category, location, and action links. Service feed data includes: merchant ID, service ID, name, type, and action links. Both feeds have metadata specifying the generation timestamp and processing instructions. The provided examples show the structure for a restaurant, detailing its information and reservation service.\n"],null,["# Reservations feeds for Legacy Starter integration (Deprecated)\n\n| **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](/actions-center/verticals?vertical_redirect_fragment=guides/starter-integration/feeds).\n\n\u003cbr /\u003e\n\n### Merchants\n\n```carbon\n{\n \"metadata\": {\n \"generation_timestamp\": \"1467993600\",\n \"processing_instruction\": \"PROCESS_AS_COMPLETE\",\n \"total_shards\": 1\n },\n \"merchant\": [\n {\n \"merchant_id\": \"dining-starter-1\",\n \"name\": \"Sample Restaurant\",\n \"telephone\": \"+1-650-123-4567\",\n \"url\": \"www.starterdining1publicsite.com\",\n \"category\": \"restaurant\",\n \"geo\": {\n \"latitude\": 37.422113,\n \"longitude\": -122.084041,\n \"address\": {\n \"street_address\": \"1170 Bordeaux Dr Building 3\",\n \"locality\": \"Sunnyvale\",\n \"region\": \"CA\",\n \"country\": \"US\",\n \"postal_code\": \"94089\"\n }\n },\n \"action_link\": [\n {\n \"url\": \"https://www.rwgpartnerwebsite.com/reserve_table/merch1\",\n \"action_link_type\": \"ACTION_LINK_TYPE_MAKE_DINING_RESERVATION\",\n \"language\": \"en\",\n \"platform\": \"ACTION_PLATFORM_WEB_APPLICATION\"\n }\n ]\n }\n ]\n}\n```\n\n### Services\n\n```carbon\n{\n \"metadata\": {\n \"generation_timestamp\": \"1467993600\",\n \"processing_instruction\": \"PROCESS_AS_COMPLETE\",\n \"total_shards\": 1\n },\n \"service\": [\n {\n \"merchant_id\": \"dining-starter-1\",\n \"service_id\": \"reservation\",\n \"localized_service_name\": {\n \"value\": \"Reservation\",\n \"localized_value\": [\n {\n \"locale\": \"en\",\n \"value\": \"Reservation\"\n }\n ]\n },\n \"type\": \"SERVICE_TYPE_DINING_RESERVATION\",\n \"action_link\": [\n {\n \"url\": \"https://www.rwgpartnerwebsite.com/reserve_table/merch1\",\n \"action_link_type\": \"ACTION_LINK_TYPE_MAKE_DINING_RESERVATION\",\n \"language\": \"en\",\n \"platform\": \"ACTION_PLATFORM_WEB_APPLICATION\"\n }\n ]\n }\n ]\n}\n```"]]