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 必须与商品的现有附加信息类型一致。

此对象可以包含任意类型的字段。附加字段 "@type" 包含用于标示相应类型的 URI。示例:{ "id": 1234, "@type": "types.example.com/standard/id" }