[[["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."],[[["Retrieves a list of POS data providers with active settings for eligible countries."],["Uses a `GET` request to `https://shoppingcontent.googleapis.com/content/v2.1/liasettings/posdataproviders` with an empty request body."],["The response includes a list of POS data providers and a kind identifier."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."]]],["The core content describes retrieving a list of POS data providers. The HTTP request is a `GET` to `https://shoppingcontent.googleapis.com/content/v2.1/liasettings/posdataproviders`, with an empty request body. A successful response contains a JSON structure with `posDataProviders`, an array of objects, and a `kind` field. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The `posDataProviders` field represents the list of data providers for eligible countries.\n"]]