Sets the POS data provider for the specified country.
HTTP request
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/liasettings/{accountId}/setposdataprovider
Path parameters
Parameters
merchantId
string
The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.
accountId
string
The ID of the account for which to retrieve accessible Business Profiles.
Query parameters
Parameters
country
string
The country for which the POS data provider is selected.
posDataProviderId
string
The ID of POS data provider.
posExternalAccountId
string
The account ID by which this merchant is known to the POS data provider.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation
{"kind": string}
Fields
kind
string
Identifies what kind of resource this is. Value: the fixed string "content#liasettingsSetPosDataProviderResponse".
[[["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."],[[["Sets the Point of Sale (POS) data provider for a specific country and account."],["Requires the merchant ID, account ID, country, POS data provider ID, and POS external account ID."],["Utilizes an HTTP POST request to `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/liasettings/{accountId}/setposdataprovider`."],["The request body should be empty, and a successful response will include a confirmation message."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This API sets the POS data provider for a specified country. It uses a `POST` request to `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/liasettings/{accountId}/setposdataprovider`. Required path parameters include `merchantId` and `accountId`. Query parameters include `country`, `posDataProviderId`, and `posExternalAccountId`. The request body must be empty. A successful response returns a JSON object with a `kind` field. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]