PurchaseFulfillmentInfo

與訂購單或特定委刊項有關的出貨資訊。

JSON 表示法
{
  "id": string,
  "fulfillmentType": enum (Type),
  "expectedFulfillmentTime": {
    object (Time)
  },
  "location": {
    object (Location)
  },
  "expireTime": string,
  "price": {
    object (PriceAttribute)
  },
  "fulfillmentContact": {
    object (UserInfo)
  },
  "shippingMethodName": string,
  "storeCode": string,
  "pickupInfo": {
    object (PickupInfo)
  }
}
欄位
id

string

此服務選項的專屬 ID。

fulfillmentType

enum (Type)

必要:出貨類型。

expectedFulfillmentTime

object (Time)

指定時間範圍時,以及單一時間的 ETA (如有指定)。預計送達或取貨時間。

location

object (Location)

取貨或配送地點。

expireTime

string (Timestamp format)

交車選項的執行時間。

RFC3339 世界標準時間「Zulu」格式的時間戳記,精確度達奈秒單位,範例:"2014-10-02T15:01:23.045123456Z"

price

object (PriceAttribute)

這個選項的費用。

fulfillmentContact

object (UserInfo)

此執行要求的使用者聯絡人。

shippingMethodName

string

使用者選取的運送方式名稱。

storeCode

string

地點的 StoreCode。範例:Walmart 是商家,storestore 是執行出貨的 Walmart 商店。https://support.google.com/business/answer/3370250?ref_topic=4596653

pickupInfo

object (PickupInfo)

關於訂單選擇方式的其他資訊。只有在出貨類型為 PICKUP 時,才能使用這個欄位。