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

產品在這個區域的供應情形。如要瞭解系統接受的屬性值,請參閱區域商品目錄資料規格