rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
Get the latest
on new Merchant API features, bug fixes, and updates.
add_alert
Note: Content API for Shopping will be sunset on August 18, 2026.
PosDataProviders
Stay organized with collections
Save and categorize content based on your preferences.
PosDataProvidersPosDataProvider
JSON representation |
{
"providerId": string,
"displayName": string,
"fullName": string
} |
Fields |
providerId |
string
The ID of the account.
|
displayName |
string
The display name of Pos data Provider.
|
fullName |
string
The full name of this POS data Provider.
|
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["\u003cp\u003eThis documentation details the JSON representation for POS data, including country code and a list of POS data providers.\u003c/p\u003e\n"],["\u003cp\u003eEach POS data provider includes identifying information such as provider ID, display name, and full name.\u003c/p\u003e\n"],["\u003cp\u003eThe structure is hierarchical, with the main JSON object containing country information and an array of POS data provider objects.\u003c/p\u003e\n"]]],["The data describes Point of Sale (POS) data providers within a specific country. It contains a list of `posDataProviders`, each with details including `providerId`, `displayName`, and `fullName`. The primary object contains a `country` code and an array of these provider objects. Each provider has a unique ID and name, allowing identification within the specified country. The data is formatted in JSON and structured to present the provider information in a clear way.\n"],null,["# PosDataProviders\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [PosDataProvidersPosDataProvider](#PosDataProvidersPosDataProvider)\n - [JSON representation](#PosDataProvidersPosDataProvider.SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"country\": string, \"posDataProviders\": [ { object (/shopping-content/reference/rest/v2.1/PosDataProviders#PosDataProvidersPosDataProvider) } ] } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `country` | `string` Country code. |\n| `posDataProviders[]` | `object (`[PosDataProvidersPosDataProvider](/shopping-content/reference/rest/v2.1/PosDataProviders#PosDataProvidersPosDataProvider)`)` A list of POS data providers. |\n\nPosDataProvidersPosDataProvider\n-------------------------------\n\n| JSON representation |\n|-----------------------------------------------------------------------------|\n| ``` { \"providerId\": string, \"displayName\": string, \"fullName\": string } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------|\n| `providerId` | `string` The ID of the account. |\n| `displayName` | `string` The display name of Pos data Provider. |\n| `fullName` | `string` The full name of this POS data Provider. |"]]