[[["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-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. |"]]