LineItemUpdate

已淘汰:請改用 V3 Proto。更新個別委刊項。必須指定至少一個 orderStateprice

JSON 表示法
{
  "orderState": {
    object (OrderState)
  },
  "price": {
    object (Price)
  },
  "reason": string,
  "extension": {
    "@type": string,
    field1: ...,
    ...
  }
}
欄位
orderState

object (OrderState)

新增委刊項層級狀態。

price

object (Price)

委刊項的新價格。

reason

string

變更的原因。價格變更的必要項目。

extension

object

已更新委刊項額外資訊類型。類型必須與項目現有的額外資訊類型相符。

包含任意類型欄位的物件。額外的 "@type" 欄位則包含能辨識類型的 URI。例如:{ "id": 1234, "@type": "types.example.com/standard/id" }.