Method: accounts.lfpStores.insertStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Inserts or replaces a store for the target merchant using the provided store code.
Requireshttps://www.googleapis.com/auth/contentauthorization scope for access.
Utilizes an HTTP POST request tohttps://merchantapi.googleapis.com/lfp/v1beta/{parent=accounts/*}/lfpStores:insertwith the LFP provider account in the path parameter.
Includes the store details in the request body as an instance ofLfpStoreand returns the created/updated store in the response body.
[[["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-23 UTC."],[],["A `POST` request is made to `https://merchantapi.googleapis.com/lfp/v1beta/{parent=accounts/*}/lfpStores:insert` to insert a store for a merchant, replacing existing stores with the same code. The `parent` path parameter, in the format `accounts/{account}`, is required. The request body must contain an `LfpStore` instance. A successful response will also return an `LfpStore` instance. This operation requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]