HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

Order Delivery

Data structure of order_delivery

FieldColumn TypeDescriptionExample
delivery_option_idStringDelivery Option ID
送貨方式ID
5de88e17aa84ce6c4ad4e255
platformStringDelivery platform
送貨方式類別
custom
statusStringDelivery Status
送貨狀態
Status allows
pending 備貨中
shipping 發貨中
shipped 已發貨
arrived 已到達
collected 已取貨
returned 已退貨
* returning 退貨中
delivery_statusStringLogistic Service Order Status
配送狀態
arrived 已到達
collected 已取貨
expired 已過出貨期限
failed 失敗
pending 未執行
request_accepted 可供出貨
request_authorized 待處理
request_submitted 處理中
returned 已退貨
returning 退貨中
returning_store_closed 退貨門市關轉
shipped 已出貨
* store_closed 門市關閉
name_translationsTranslation送貨方式名稱"zh-hant": "面交取貨"
totalMoneyDelivery fee
運費
0
shipped_atDateTimeShipped Time
已送貨時間
(UTC +0)
2019-04-23T04:36:25.230+00:00
arrived_atDateTimeArrived Time
已到達時間
(UTC +0)
2019-04-23T04:36:33.524+00:00
collected_atDateTimeCollected Time
已取貨時間
(UTC +0)
2019-04-23T04:36:41.623+00:00
returned_atDateTimeReturned Time
已退貨時間
(UTC +0)
2019-04-23T04:36:50.505+00:00
updated_atDateTimeLast Update Time
最後更新時間
(UTC +0)
2019-04-23T04:36:50.505+00:00
remarkStringOrder remark
訂單出貨備註
pack it carefully
request_accepted_atDateTimeLogistic accepted shipment time
物流商收到出貨時間
2019-09-26T09:56:16.803+00:00
request_authorized_atDateTimeLogistic authorized shipment time
物流商接受出貨時間
2019-09-26T09:56:16.803+00:00
request_submitted_atDateTimeLogistic proceeded shipment time
物流商處理出貨時間
2019-09-26T09:56:16.803+00:00
requested_fmt_atDateTimeShipment execution time (Family Mart)
執行出貨時間 (全家)
2019-09-26T09:56:16.803+00:00
return_order_idStringReturn order ID
退貨訂單編號
5cc17da1e388091b6fd299ed
store_closed_atDateTimePick up store closed time
訂單取貨門市關轉時間
2019-09-26T09:56:16.803+00:00
require_expired_uploadBooleanCheck if delivery needs reupload and schedule aggregation upload
require_storeclosed_uploadBooleanwhether scheduled upload to 7-11 B2C FTP, SUP
storeclosed_upload_atDateTimeprevent duplicated update storeclosed (EIN.36) for 7-11 B2C

JSON Sample

{
  "order_delivery": {
		"delivery_option_id": "5de88e17aa84ce6c4ad4e255",
    "platform": "custom",
    "status": "pending",
    "delivery_status": "pending",
    "name_translations": {
      "zh-hant": "面交取貨"
    },
    "total": {
      "cents": 0,
      "currency_symbol": "NT$",
      "currency_iso": "TWD",
      "label": "",
      "dollars": 0
    },
    "shipped_at": "2019-04-23T04:36:25.230+00:00",
    "arrived_at": "2019-04-23T04:36:33.524+00:00",
    "collected_at": "2019-04-23T04:36:41.623+00:00",
    "returned_at": "2019-04-23T04:36:50.505+00:00",
    "remark": "pack it carefully",
    "request_accepted_at": "2019-09-26T09:56:16.803+00:00",
    "request_authorized_at": "2019-09-26T09:56:16.803+00:00",
    "request_submitted_at": "2019-09-26T09:56:16.803+00:00",
    "requested_fmt_at": "2019-09-26T09:56:16.803+00:00",
    "return_order_id": "5cc17da1e388091b6fd299ed",
    "store_closed_at": "2019-09-26T09:56:16.803+00:00"
  }
}