Method: accounts.products.regionalInventories.insert

Inserts a RegionalInventory to a given product in your merchant account.

Replaces the full RegionalInventory resource if an entry with the same region already exists for the product.

It might take up to 30 minutes for the new or updated RegionalInventory resource to appear in products.

HTTP request

POST https://merchantapi.googleapis.com/inventories/v1beta/{parent=accounts/*/products/*}/regionalInventories:insert

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}

Request body

The request body contains an instance of RegionalInventory.

Response body

If successful, the response body contains an instance of RegionalInventory.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.