Method: pos.insert
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
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.
[[["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."],[],["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"]]