RegionalInventory

商品の地域別の在庫情報。特定の region における特定の商品の価格や在庫状況などの具体的な情報を表します。使用可能なすべての属性値の一覧については、地域の商品在庫データ仕様をご覧ください。

JSON 表現
{
  "name": string,
  "account": string,
  "region": string,
  "price": {
    object (Price)
  },
  "salePrice": {
    object (Price)
  },
  "salePriceEffectiveDate": {
    object (Interval)
  },
  "customAttributes": [
    {
      object (CustomAttribute)
    }
  ],
  "availability": string
}
フィールド
name

string

出力専用。RegionalInventory リソースの名前。形式: {regionalInventory.name=accounts/{account}/products/{product}/regionalInventories/{region}

account

string (int64 format)

出力専用。商品を所有するアカウント。クライアントが設定した場合、このフィールドは無視されます。

region

string

必須。変更不可。この RegionalInventory リソースのリージョン ID。詳しくは、地域別の在庫状況と価格をご覧ください。

price

object (Price)

この地域での商品の価格。

salePrice

object (Price)

この地域での商品の販売価格。salePriceEffectiveDate が定義されている場合は必須です。

salePriceEffectiveDate

object (Interval)

この地域のセール価格の TimePeriod

customAttributes[]

object (CustomAttribute)

カスタム(販売者提供)属性のリスト。また、CustomAttribute を使用して、データ仕様の任意の属性を汎用形式で送信することもできます。

availability

string

この地域での商品の在庫状況。使用できる属性値については、地域の商品在庫データ仕様をご覧ください。