Merchant Feed (without Metadata)
Merchants
{
"metadata": {
"generation_timestamp": "1467993600",
"processing_instruction": "PROCESS_AS_COMPLETE",
"total_shards": 1
},
"merchant": [
{
"merchant_id": "merch34",
"name": "Sample Grocery Store",
"telephone": "+1-650-123-4567",
"url": "https://www.grocerystoresamplewebsite.com",
"category": "store",
"geo": {
"address": {
"street_address": "803 11th Avenue",
"locality": "Sunnyvale",
"region": "CA",
"country": "USA",
"postal_code": "94089"
}
},
"action_link": [
{
"url": "https://www.rwgpartnerwebsite.com/shopping/merch34",
"action_link_type": "ACTION_LINK_TYPE_SHOP_ONLINE",
"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."],[[["The JSON data represents a single merchant, \"Sample Grocery Store,\" with details like ID, contact information, category, and location."],["The merchant is categorized as a \"store\" and has an online shopping link through a partner website."],["Geographic details include a full address in Sunnyvale, California, USA."],["The merchant's contact information comprises a telephone number and a website URL."],["This data snapshot was generated on a specific timestamp indicated in the metadata."]]],["The provided data describes a merchant, \"Sample Grocery Store\" (merchant ID: merch34), located at 803 11th Avenue, Sunnyvale, CA 94089, USA. They can be contacted at +1-650-123-4567, and their website is https://www.grocerystoresamplewebsite.com. The merchant is categorized as a \"store\" and offers online shopping via an action link: https://www.rwgpartnerwebsite.com/shopping/merch34, available in English on a web application. The data also includes a timestamp of \"1467993600\".\n"]]