---
title: "POST /{merchantId}/products/{productId}/regionalinventory"
method: POST
path: "/{merchantId}/products/{productId}/regionalinventory"
tags: ["regionalinventory"]
---

# POST /{merchantId}/products/{productId}/regionalinventory

`POST /{merchantId}/products/{productId}/regionalinventory`

Updates the regional inventory of a product in your Merchant Center account. If a regional inventory with the same region ID already exists, this method updates that entry.

## Path parameters

- `merchantId` string, required
- `productId` string, required

## Request body

- RegionalInventory — Regional inventory resource. contains the regional name and all attributes which are overridden for the specified region.
  - `price` Price
    - `value` string — The price represented as a number.
    - `currency` string — The currency of the price.
  - `regionId` string — The ID uniquely identifying each region.
  - `availability` string — The availability of the product.
  - `customAttributes` CustomAttribute[] — A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form.
    - `groupValues` CustomAttribute[] — Subattributes within this attribute group. Exactly one of value or groupValues must be provided.
    - `name` string — The name of the attribute. Underscores will be replaced by spaces upon insertion.
    - `value` string — The value of the attribute.
  - `kind` string — Identifies what kind of resource this is. Value: the fixed string "`content#regionalInventory`".
  - `salePriceEffectiveDate` string — A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash. Both dates might be specified as 'null' if undecided.
  - `salePrice` Price
    - `value` string — The price represented as a number.
    - `currency` string — The currency of the price.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/content.md) · [All operations](https://skmtc.net/google/apis/content/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/content/versions/1033388fc86f/schema)
