LocalInventory

產品的店面商品目錄資訊。代表 storeCode 指定商店中特定產品的店內資訊。如需所有可接受的屬性值清單,請參閱店面商品目錄資料規格

JSON 表示法
{
  "name": string,
  "account": string,
  "storeCode": string,
  "price": {
    object (Price)
  },
  "salePrice": {
    object (Price)
  },
  "salePriceEffectiveDate": {
    object (Interval)
  },
  "customAttributes": [
    {
      object (CustomAttribute)
    }
  ],
  "availability": string,
  "quantity": string,
  "pickupMethod": string,
  "pickupSla": string,
  "instoreProductLocation": string
}
欄位
name

string

僅供輸出。LocalInventory 資源的名稱。格式:accounts/{account}/products/{product}/localInventories/{storeCode}

account

string (int64 format)

僅供輸出。擁有產品的帳戶。如果是由用戶端設定,則會忽略這個欄位。

storeCode

string

必要欄位。不可變動。銷售產品的實體商店商店代碼 (商家檔案中的商店 ID)。詳情請參閱店面商品目錄資料規格

price

object (Price)

這間商店的產品價格。

salePrice

object (Price)

這間商店的產品特價。如果已定義 salePriceEffectiveDate,則為必要欄位。

salePriceEffectiveDate

object (Interval)

這間商店的特價 TimePeriod

customAttributes[]

object (CustomAttribute)

自訂 (商家提供) 屬性的清單。您也可以使用 CustomAttribute,以通用表單提交資料規格的任何屬性。

availability

string

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

quantity

string (int64 format)

這間商店的產品數量。必須大於或等於零。

pickupMethod

string

這項產品支援的取貨方式。除非值為 "not supported",否則必須與 pickupSla 一起提交這個欄位。如要瞭解可接受的屬性值,請參閱店面產品目錄資料規格

pickupSla

string

從這個商店訂購這項產品的訂單下單日期起算,到商品準備好供取貨的相對時間長度。必須與 pickupMethod 一併提交。如要瞭解系統接受的屬性值,請參閱店面商品目錄資料規格

instoreProductLocation

string

產品在商店內的位置。長度上限為 20 個位元組。