Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This operation updates the local inventory of a specific product within your Merchant Center account.
It uses an HTTP POST request to the specified endpoint with merchant ID and product ID as path parameters.
The request body must contain a LocalInventory object detailing the inventory update, and a successful response will return the updated LocalInventory object.
Authorization requires the https://www.googleapis.com/auth/content OAuth 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 API allows updating a product's local inventory within a Merchant Center account. It utilizes a `POST` request to a specific URL, requiring the `merchantId` and `productId` as path parameters. The request body includes details from the `LocalInventory` instance. A successful update returns a new `LocalInventory` instance in the response. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The account used cannot be a multi-client account.\n"]]