GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store/{storeCode}
Path parameters
Parameters
merchantId
string
The ID of the POS or inventory data provider.
targetMerchantId
string
The ID of the target merchant.
storeCode
string
A store code that is unique per merchant.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PosStore.
[[["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 information for a given store using a `GET` request."],["Requires `merchantId`, `targetMerchantId`, and `storeCode` as path parameters."],["An empty request body is necessary, and the response provides details about the store in the `PosStore` format."],["Authorization is required using the `https://www.googleapis.com/auth/content` OAuth scope."]]],["The core content describes how to retrieve store information using a GET request to a specific URL: `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store/{storeCode}`. This requires three path parameters: `merchantId`, `targetMerchantId`, and `storeCode`. The request body must be empty. A successful request returns a `PosStore` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]