[[["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."],[[["Inserts a `RegionalInventory` for a given product within your merchant account, replacing existing entries with the same region."],["Utilizes an HTTP POST request to a specific endpoint with path parameters indicating the account and product."],["Requires a request body containing a `RegionalInventory` instance and returns the same in the response upon success."],["It can take up to 30 minutes for the inserted/updated `RegionalInventory` to be reflected in products."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This describes how to insert a `RegionalInventory` for a product in a merchant account using a POST request. The URL structure is defined using gRPC Transcoding syntax. The `parent` path parameter specifies the account and product. The request and response bodies use the `RegionalInventory` resource. Updating an existing entry with the same region is possible, replacing the full resource. The process requires OAuth 2.0 authorization with the `https://www.googleapis.com/auth/content` scope. It may take 30 minutes for changes to reflect.\n"]]