Method: accounts.products.localInventories.insert

  • Inserts a LocalInventory resource to a product in your merchant account, replacing existing entries with the same storeCode.

  • It can take up to 30 minutes for changes to be reflected in products.

  • The API request utilizes an HTTP POST method with specific path parameters for account and product identification.

  • Requires https://www.googleapis.com/auth/content OAuth scope for authorization.

Inserts a LocalInventory resource to a product in your merchant account.

Replaces the full LocalInventory resource if an entry with the same storeCode already exists for the product.

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

HTTP request

POST https://merchantapi.googleapis.com/inventories/v1beta/{parent=accounts/*/products/*}/localInventories: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 LocalInventory.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.