REST Resource: accounts.products.regionalInventories

Resource: RegionalInventory

Regional inventory information for the product. Represents specific information like price and availability for a given product in a specific region. For a list of all accepted attribute values, see the regional product inventory data specification.

JSON representation
{
  "name": string,
  "account": string,
  "region": string,
  "price": {
    object (Price)
  },
  "salePrice": {
    object (Price)
  },
  "salePriceEffectiveDate": {
    object (Interval)
  },
  "customAttributes": [
    {
      object (CustomAttribute)
    }
  ],
  "availability": string
}
Fields
name

string

Output only. The name of the RegionalInventory resource. Format: {regionalInventory.name=accounts/{account}/products/{product}/regionalInventories/{region}

account

string (int64 format)

Output only. The account that owns the product. This field will be ignored if set by the client.

region

string

Required. Immutable. ID of the region for this RegionalInventory resource. See the Regional availability and pricing for more details.

price

object (Price)

Price of the product in this region.

salePrice

object (Price)

Sale price of the product in this region. Mandatory if salePriceEffectiveDate is defined.

salePriceEffectiveDate

object (Interval)

The TimePeriod of the sale price in this region.

customAttributes[]

object (CustomAttribute)

A list of custom (merchant-provided) attributes. You can also use CustomAttribute to submit any attribute of the data specification in its generic form.

availability

string

Availability of the product in this region. For accepted attribute values, see the regional product inventory data specification

Methods

delete

Deletes the specified RegionalInventory resource from the given product in your merchant account.

insert

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

list

Lists the RegionalInventory resources for the given product in your merchant account.