[[["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-01-30 UTC."],[[["Creates a new store for a specific merchant using the provided store details."],["Requires the merchant ID, target merchant ID, and store data in the request."],["Utilizes the `POST` method and the `https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store` endpoint."],["Returns the newly created store details upon successful completion."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This documentation details the process of creating a store for a specified merchant using a POST request. The request is sent to a specific URL with `merchantId` and `targetMerchantId` as path parameters. The request body must contain a `PosStore` instance. A successful request returns a newly created `PosStore` instance in the response body. The process requires OAuth 2.0 authorization with the `https://www.googleapis.com/auth/content` scope.\n"]]