HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

🚧

Upcoming Breaking Changes

Sept.18, 2024 訂單資料更新 - 訂單封存 (Order Data Update - Order Archiving)

Function

To get detailed information for a specific order with its ID
使用訂單 ID 獲取特定一筆訂單的詳細資料

URL

GET <<api_domain>>/v1/orders/:id

Request parameters

ParameterTypeDescriptionExample
:id
*Required
StringOrder ID
訂單ID
ruby 5ceb910c43e2dd001d6d40d3
include_fields[]StringProvide additional attributes in the response
在回應中添加哪些參數

-affiliate_campaign
訂單的推薦活動資訊

auto_reward_credit_summary
訂單消費後獲得的購物金資訊
(Note: 如果有開啟「回饋活動」featureKey= credit_campaign 功能,則須改用credit_reward_campaign_summary)

member_point_summary
訂單消費後獲得的點數資訊 (

agent_id
代理建立訂單的操作者 ID (用於社交電商創建訂單)

type
POS 訂單類型
(例如 POS 訂單的預訂單
、換貨單、退貨單)

allow_customer_cancel
是否允許顧客取消訂單

allow_customer_return
是否允許顧客建立退貨單

combined_to_order_id
合併後的訂單號碼

combined_from_orders
合併來源的訂單號碼
affiliate_campaign
auto_reward_credit_summary
credit_reward_campaign_summary
member_point_summary
agent_id
type
allow_customer_cancel
allow_customer_return
combined_to_order_id
combined_from_orders

Response Code

Status CodeDescription
200OK
404此 Order 不存在
410此 Order 封存

Response fields

FieldTypeDescritptionExample
idStringOrder ID
訂單ID
5d8c8b3be388095d25acbc89
order_numberStringOrder Number
訂單號碼
2019052707260498
system_order_numberString系统生成的訂單號
merchant_order_numberString店家自定義訂單號
(會根據rollout_key選擇用哪個order_number)
statusStringOrder Status
訂單狀態

- Status allows
pending 處理中
confirmed 已確認
completed 已完成
cancelled 已取消
pending
typeStringPOS Order Type
POS 訂單類型

- general 一般訂單
preorder 預訂單
exchange 換貨單
return 退貨單
preorder
order_remarksStringOrder Remarks
訂單備註
Please send the goods after 4p.m.
order_paymentOrderPaymentOrder Payment Information
付款資訊
Please check the link on the left
order_deliveryOrder OrderDeliveryOrder Delivery Information
送貨資訊
Please check the link on the left
delivery_addressOrder DeliveryAddressRecipient Information
收件人基本資訊
Please check the link on the left
delivery_dataOrder DeliveryDataThird-Party Delivery Information
第三方串接物流資訊
Please check the link on the left
inclusive_tax_infoTax InfoIncluded tax info
內含稅訊息
{ "country_code" : "SG", "fee" : { "cents" : 7883, "currency_iso" : "HKD", "currency_symbol" : "HK$", "dollars" : 78.83, "label" : "HK$78.83" }, "rate" : 0.07, "tax_name" : "GST", "tax_region_id" : "5e548e14e3880918ef272e4e", "type" : "inclusive" }
cart_page_idStringCart Page ID
一頁式商店 ID
628604a1e388091b6fd29836
customer_idStringCutomer ID
顧客ID
5cc17da1e388091b6fd299ed
customer_nameStringCustomer's Name
顧客姓名
郭美玉
customer_emailStringCustomer's Email
顧客Email
[email protected]
customer_phoneStringCustomer's Phone
顧客電話
0912345678
customer_infoOrder CustomerInfoCustomer's Information
顧客其他基本資訊
Please check the link on the left
currency_isoStringCurrency ISO (ISO-4217)
ISO 4217 貨幣代碼
TWD
subtotalMoneyPrice total for all order items
訂單小計,包含商品總價
Please check the link on the left
order_discountMoneyOrder discount
優惠折扣
Please check the link on the left
user_creditMoneyCustomer Credit
折抵購物金
Please check the link on the left
total_tax_feeMoneyTotal Tax Fee
訂單稅費
Please check the link on the left
totalMoneyFinal price total, which includes payment fee and delivery fee
付款總金額,包含附加費與運費
Please check the link on the left
order_pointsIntegerPoints used
會員點數使用
15
order_points_to_cashHashPoints used to cash
會員點數轉現金
{ "cents": 0, "currency_symbol": "NT$", "currency_iso": "TWD", "label": "", "dollars": 0.0 }
invoiceOrder InvoiceInvoice Info
訂單現在的發票資訊
Please check the link on the left
invoicesArrayInvoices Info
訂單所有開立過的發票(包含作廢)
內容可參考 Invoice
subtotal_itemsOrder Subtotal_itemsOrder Product Item Data
訂單商品資訊
Please check the link on the left
promotion_itemsOrder Promotion_itemsPromotion Item Data
訂單折扣資訊
Please check the link on the left
custom_dataArrayCustomized Order Fields
客製化欄位

- *欲使用此欄位請先至商店後台>訂單設定>自訂訂單欄位 進行設定
"value": "優質的店家!", "field_translations": {
"zh-hant": "想對老闆說的話"
},
"field_id": "5c404ef1e3880922e57856a6"
custom_discount_itemsOrder ItemOrder Custom Discount Item DataPlease check the link on the left
ref_order_idStringFor third party custom order id
可供儲存第三方訂單ID
ORD0001
ref_customer_idStringFor third party custom customer id
可供儲存第三方顧客ID
CUS0001
agentOrder Agent## 員工資料*只供POS商户使用Please check the link on the left
parent_order_idStringParent Order ID
拆單後之母訂單ID
child_order_idsArrayChild Order ID
拆單後之子訂單ID
split_atDateTimeOrder Split Time
拆單時間
confirmed_atDateTimeOrder Confirmed Time
訂單確認時間
(如尚未確認則顯示null)

- *UTC Time
updated_atDateTimeOrder Updated Time
訂單更新時間

- *UTC TimeNote: (2024/03/01 更新)
目前已知有些物流狀態更新時,不會更新此欄位時間,建議如果要追蹤物流更新時間,可以參考 order_delivery. updated_at欄位
2019-09-26
T09:56:16.803+00:00
created_atDateTimeOrder Created Time
訂單創造日期

- *UTC Time
2019-09-26
T09:56:11.924+00:00
skip_fulfillmentBooleanIs order skipping fulfillment?
訂單是否略過“扣減庫存”
false
utm_dataUTM DataUTM Data
UTM參數
Please check the link on the left
ga_trackedBooleanIs tracked by GA?
是否使用GA追蹤
false
order_commentsArrayCustomer Comments
顧客與店家的訂單通訊內容
block:parameters]
{
"data": {
"h-0": "Field",
"h-1": "Type",
"0-0": "id",
"
order_notesArrayOrder Notes
訂單備註
block:parameters]
{
"data": {
"h-0": "Field",
"h-1": "Type",
"0-0": "id",
"
created_byStringChannel that created the order
建立訂單的渠道

- openapi Open API Create Order 建立
admin Admin 後台 - 手動建立
shop 前台購物網站
shop_crm SmartOMO 建立
pos 實體店 POS
sc 後台-直播中心
mc 後台-訊息中心
import 匯入訂單
sc_manual_order 創建訂單-社交電商
post 後台-貼文銷售
openapi
created_fromStringOrder created from
訂單成立於
(訂單成立的位置,包含
前台購物網站/一頁式商店​​​​/後台系統/OpenAPI…等等)

- 需開通訂單來源功能*Feature key: order_new_source (開通後才能於 Admin 後台看到這個值對應的顯示)
admin_openapi
object_data.statusString直播中心Product Status
商品狀態

- hidden 隱藏商品
active 上架商品
hidden
object_data.weightFloatProduct Weight
商品重量 (kg)
0.8
is_guest_checkoutBooleantrue checkout as guest
false checkout as login user
affiliate_campaignObjectAffiliate campaign associated with the order
訂單對應的推薦活動

need to add in query to show
include_fields=affiliate_campaign
affiliate_campaign.idStringOrder Campaign ID
訂單推薦活動ID
affiliate_campaign. name_translationsObjectName of Campaign
推薦活動名稱
affiliate_campaign.typeStringCampaign Type
推薦活動類型
affiliate_campaign. reward_typeStringCampaign Reward Type
推薦活動獎勵類型
affiliate_campaign.reward_valueMoneyReward Amount
獎勵金額
affiliate_campaign. campaign_dataObjectCampaign Data
推薦活動參數
affiliate_campaign. campaign_idStringCampaign ID
推薦活動ID
affiliate_campaign. order_idStringOrder ID
訂單ID
affiliate_campaign. bonus_balanceMoneyBonus Balance
結算金額
order_sourceObjectSource of the order
訂單來源
(訂單的來源,包含
紛絲專頁名稱/LINE/shopee/門市名稱…)

- *Feature key: order_new_source (開通訂單來源功能後才能於 Admin 後台看到這個值對應的顯示)
order_source.idStringID of the order source
訂單來源ID
order_source.typeStringType of the order source
訂單來源類型
(包含FB/LINE/Shopee/Lazada/實體店…)
order_source.source_idStringID of the external source
外部來源id
Might be fb_fan_page_id / channel_id
可能是 fb_fan_page_id / channel_id
order_source.nameObjectName
名字

- Might be fb fan page name / channel name
可能是 fb 粉絲頁面名稱/頻道名稱
agent_idStringAgent id that created the order
代理建立訂單的操作者 ID

- (need to add in query to show
include_fields[]= agent_id )
633fb52fd87b66000b180726
auto_reward_credit_summaryObjectreward credit with the order
訂單可獲得的購物金資訊

need to add in query to show
include_fields[]= auto_reward_credit_summary
適用情況:沒開啟「回饋活動」featureKey= credit_campaign 功能時。
credit_reward_campaign_summary. calculate_credit_valueMoneycredit with the order
訂單可獲得的購物金資訊

-
need to add in query to show
include_fields[]= credit_reward_campaign_summary
適用情況:有開啟「回饋活動」featureKey= credit_campaign 功能時。
NT$100
member_point_summaryObjectmember point with the order
訂單可獲得的點數資訊

need to add in query to show
include_fields[]= member_point_summary
cart_attributes. affiliate_data. sale_event_name_translationsObjectsale event name
直播名稱

-(只有訂單 type 是 post 的才有 affiliate_data)
checkout_object_data._idStringCheckout ID
購物車 ID
checkout_object_data.numberStringCheckout number
購物車編號
checkout_object_data.current_totalMoneyCheckout final price total
購物車結帳總金額
checkout_object_data.order_idsArrayOrder IDs belonged to this Checkout
此次結帳的所有訂單編號
product_subscription_periodIntegerProduct subscription period
定期購期數
15
allow_customer_cancelBoolean允許顧客取消
allow_customer_returnBoolean是否允許顧客建立退貨單
combined_to_order_idString合併後的訂單號碼
combined_from_order_idsArray合併來源的訂單號碼

Response Example

JSON sample

{
    "id": "608faafe3985d70013d89319",
    "order_number": "20210503074918429",
    "system_order_number": "20210503074918429",
    "merchant_order_number": null,
    "status": "pending",
    "order_remarks": null,
    "order_payment": {
        "id": "608faafe3985d70013d8931f",
        "payment_method_id": "5d8aededcddd1c0023802556",
        "payment_type": "cash_on_delivery",
        "name_translations": {
            "en": "[DO NOT UPDATE/REMOVE] Static Payment",
            "zh-hant": "貨到付款"
        },
        "status": "temp",
        "payment_fee": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0.0
        },
        "total": {
            "cents": 100,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$100",
            "dollars": 100.0
        },
        "paid_at": null,
        "updated_at": "2021-05-03T07:49:18.548+00:00",
        "created_at": "2021-05-03T07:49:18.548+00:00",
        "payment_data": {},
        "last_four_digits": "",
        "ref_payment_id": null
    },
    "order_delivery": {
        "delivery_option_id": "5d8aee9c1c1435002c8655c5",
        "platform": "custom",
        "status": "pending",
        "delivery_status": "pending",
        "name_translations": {
            "en": "[DO NOT UPDATE/REMOVE] Static Delivery",
            "zh-hant": ""
        },
        "total": {
            "cents": 100,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$100",
            "dollars": 100.0
        },
        "shipped_at": null,
        "arrived_at": null,
        "collected_at": null,
        "returned_at": null,
        "remark": null,
        "request_accepted_at": null,
        "request_authorized_at": null,
        "request_submitted_at": null,
        "requested_fmt_at": null,
        "require_expired_upload": false,
        "require_storeclosed_upload": false,
        "return_order_id": null,
        "store_closed_at": null,
        "storeclosed_upload_at": null,
        "delivery_type": "custom"
    },
    "delivery_address": {
        "country_code": "TW",
        "country": "台灣",
        "city": "台北市",
        "state": null,
        "postcode": "10560",
        "address_1": "光復北路11巷44號14樓",
        "address_2": "松山區",
        "key": null,
        "layer1": null,
        "layer2": null,
        "layer3": null,
        "district": null,
        "logistic_codes": null,
        "recipient_name": "收件人",
        "recipient_phone": "0227423966",
        "remarks": null
    },
    "delivery_data": {
        "hk_sfplus_home_region": null,
        "location_code": null,
        "location_name": null,
        "name_translations": null,
        "store_address": null,
        "url": null,
        "tracking_number": "",
        "scheduled_delivery_date": null,
        "time_slot_key": null,
        "time_slot_translations": {}
    },
    "customer_id": "5d8b0968f478ad0001c167c2",
    "customer_name": "Shopline User",
    "customer_email": "[email protected]",
    "customer_phone": "02-27423586",
    "customer_info": {},
    "currency_iso": "TWD",
    "subtotal": {
        "cents": 110,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$110",
        "dollars": 110.0
    },
    "order_discount": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "user_credit": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "total_tax_fee": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "total": {
        "cents": 100,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$100",
        "dollars": 100.0
    },
    "order_points": 0,
    "order_points_to_cash": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "invoice": {
        "tax_id": "",
        "mailing_address": "",
        "invoice_type": "",
        "buyer_name": "",
        "carrier_type": "",
        "carrier_number": "",
        "n_p_o_b_a_n": "",
        "invoice_tax_type": "",
        "invoice_number": "",
        "invoice_status": "",
        "invoice_date": null,
        "invoice_cancelled_at": null
    },
    "subtotal_items": [
        {
            "id": "608faafe3985d70013d8931c",
            "item_type": "Product",
            "item_data": {},
            "item_id": "5d8b0806d4e45400297e5e7d",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100.0
            },
            "price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "favicon_small": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    },
                    "favicon": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    },
                    "favicon_large": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    },
                    "transparent_thumb": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    },
                    "transparent_large": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    },
                    "transparent_xlarge": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    },
                    "original": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    },
                    "thumb": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    },
                    "source": {
                        "width": 80.0,
                        "height": 80.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/608a81438d88b80038919b82/original.jpg?1619689795"
                    }
                },
                "_id": "608a81438d88b80038919b82",
                "alt_translations": {}
            },
            "title_translations": {
                "en": "[DO NOT UPDATE/REMOVE] Static Product"
            },
            "fields_translations": {},
            "sku": "static_product",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "adult",
                "adult": "no",
                "condition": "new",
                "barcode_type": "Code 128",
                "max_order_quantity": -1
            }
        },
        {
            "id": "608faafe3985d70013d8931e",
            "item_type": "CustomProduct",
            "item_data": {},
            "item_id": null,
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 10,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$10",
                "dollars": 10.0
            },
            "price": {
                "cents": 10,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$10",
                "dollars": 10.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "thumb": {
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/58ec630101cda37fdb00003d/thumb.png"
                    }
                }
            },
            "title_translations": {
                "en": "Custom Product Name",
                "zh-hant": "Custom Product Name"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 10,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$10",
                "dollars": 10.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": null,
            "object_data": {}
        }
    ],
    "promotion_items": [],
    "custom_data": [],
    "custom_discount_items": [
        {
            "id": "608faafe3985d70013d8931d",
            "item_type": "CustomDiscount",
            "item_data": {
                "name": "DDD"
            },
            "item_id": null,
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 10,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$10",
                "dollars": 10.0
            },
            "price": {
                "cents": 10,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$10",
                "dollars": 10.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {},
            "title_translations": {
                "en": "DDD",
                "zh-hant": "DDD",
                "zh-hk": "DDD",
                "zh-cn": "DDD",
                "zh-tw": "DDD",
                "vi": "DDD",
                "ms": "DDD",
                "ja": "DDD",
                "th": "DDD",
                "id": "DDD",
                "de": "DDD",
                "fr": "DDD"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 10,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$10",
                "dollars": 10.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": null,
            "object_data": {}
        }
    ],
    "applied_member_point": 120,
		"applied_member_point_redeem_to_cash": {
			"cents": 12,
			"currency_symbol": "NT$",
			"currency_iso": "TWD",
			"label": "NT$12",
			"dollars": 12,
		},
    "affiliate_data": {},
    "ref_order_id": "",
    "ref_customer_id": "SL001",
    "channel": {},
    "parent_order_id": "",
    "child_order_ids": [],
    "split_at": null,
    "confirmed_at": null,
    "created_by": "openapi",
    "updated_at": "2021-05-03T07:49:18.756+00:00",
    "created_at": "2021-05-03T07:49:18.557+00:00",
    "skip_fulfillment": true,
    "utm_data": {},
    "ga_tracked": false,
    "order_comments": [],
    "order_notes": [],
    "payment_slips": [],
    "affiliate_campaign":{
      "id":"60ab17a431042e0029c283ea",
      "name_translations":{
        "en":"全單購買滿NT$348:訂單回饋 10%"
      },
      "type":"affiliate_referral",
      "reward_type":"percentage",
      "reward_value":{
        "cents":35,
        "currency_symbol":"NT$",
        "currency_iso":"TWD",
        "label":"NT$35",
        "dollars":35.0
      },
      "campaign_data":{
        "_id":"60a79136d29c0a00464d860a",
        "code":"210521a",
        "condition_value":348,
        "created_at":"2021-05-21T10:53:42.193Z",
        "end_at":null,
        "merchant_id":"5e3cddc33b79300008116aaa",
        "name_translations":{
          "en":"全單購買滿NT$348:訂單回饋 10%"
        },
        "partner_info":{

        },
        "promotion_id":null,
        "remarks_translations":{

        },
        "reward_type":"percentage",
        "reward_value":10,
        "start_at":"2021-05-21T10:00:00.000Z",
        "status":"active",
        "type":"affiliate_referral",
        "updated_at":"2021-05-21T10:53:42.193Z"
      },
      "campaign_id":"60a79136d29c0a00464d860a",
      "order_id":"60ab17a331042e0029c283d3",
      "bonus_balance":{
        "cents":348,
        "currency_symbol":"NT$",
        "currency_iso":"TWD",
        "label":"NT$348",
        "dollars":348.0
      }
    },
    "tags": [],
    "created_from": "admin_openapi",
    "allow_customer_cancel": true,
    "allow_customer_return": false,
}
{
    "id": "6423e045768beb0045bf37d9",
    "order_number": "20230329065253774",
    "system_order_number": "20230329065253774",
    "merchant_order_number": null,
    "status": "pending",
    "order_remarks": "",
    "order_payment": {
        "id": "6423e046768beb0045bf37e8",
        "payment_method_id": "618b2a3c8c0af0004c214f98",
        "payment_type": "bank_transfer",
        "name_translations": {
            "en": "Bank Transfer",
            "zh-hant": "銀行轉帳/ATM",
            "zh-cn": "银行转账/ATM",
            "vi": "Chuyển khoản ngân hàng",
            "ms": "Bank Transfer",
            "ja": "Bank Transfer",
            "th": "การโอนเงิน",
            "id": "Bank Transfer",
            "de": "Bank Transfer",
            "fr": "Bank Transfer"
        },
        "status": "pending",
        "payment_fee": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0
        },
        "total": {
            "cents": 818,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$818",
            "dollars": 818
        },
        "paid_at": null,
        "updated_at": "2023-03-29T06:52:56.715+00:00",
        "created_at": "2023-03-29T06:52:54.271+00:00",
        "payment_data": {},
        "last_four_digits": "",
        "ref_payment_id": null,
        "payment_slips_setting": {
            "enabled": true,
            "days_of_guest_view": 1
        }
    },
    "order_delivery": {
        "id": "6423e046768beb0045bf37ea",
        "delivery_option_id": "62baf0e91e361e00419f540d",
        "platform": "store_pickup",
        "status": "pending",
        "delivery_status": "pending",
        "name_translations": {
            "en": "",
            "zh-hant": "門市取貨---三店",
            "zh-cn": "",
            "vi": "",
            "ms": "",
            "ja": "",
            "th": "",
            "id": "",
            "de": "",
            "fr": ""
        },
        "total": {
            "cents": 10,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$10",
            "dollars": 10
        },
        "shipped_at": null,
        "arrived_at": null,
        "collected_at": null,
        "returned_at": null,
        "updated_at": "2023-03-29T06:52:54.302+00:00",
        "remark": null,
        "request_accepted_at": null,
        "request_authorized_at": null,
        "request_submitted_at": null,
        "requested_fmt_at": null,
        "require_expired_upload": false,
        "require_storeclosed_upload": false,
        "return_order_id": null,
        "store_closed_at": null,
        "storeclosed_upload_at": null,
        "exp_type": null,
        "delivery_type": "store_pickup",
        "requires_customer_address": false
    },
    "delivery_address": {
        "country_code": "TW",
        "country": "台灣",
        "city": null,
        "state": null,
        "postcode": null,
        "address_1": null,
        "address_2": null,
        "key": null,
        "layer1": null,
        "layer2": null,
        "layer3": null,
        "district": null,
        "logistic_codes": [],
        "recipient_name": "tina.ho",
        "recipient_phone": "0999123456",
        "recipient_phone_country_code": null,
        "remarks": null
    },
    "delivery_data": {
        "hk_sfplus_home_region": null,
        "location_code": null,
        "location_name": "台北三店",
        "location_short_name": null,
        "name_translations": null,
        "store_address": "台北三店",
        "url": null,
        "tracking_number": "",
        "scheduled_delivery_date": null,
        "time_slot_key": null,
        "time_slot_translations": {},
        "instore_pickup": false,
        "target_channel_id": null,
        "store_address_detail": {
            "level_1": "",
            "level_2": "",
            "level_3": ""
        }
    },
    "cart_attributes": {},
    "customer_id": "63edf433694ff56fab914428",
    "customer_name": "tina.ho",
    "customer_email": "[email protected]",
    "customer_phone": "0999123456",
    "customer_phone_country_code": "",
    "customer_info": {},
    "currency_iso": "TWD",
    "subtotal": {
        "cents": 888,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$888",
        "dollars": 888
    },
    "order_discount": {
        "cents": 80,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$80",
        "dollars": 80
    },
    "user_credit": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0
    },
    "total_tax_fee": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0
    },
    "total": {
        "cents": 818,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$818",
        "dollars": 818
    },
    "order_points": 0,
    "order_points_to_cash": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0
    },
    "invoice": {
        "tax_id": "",
        "mailing_address": "",
        "invoice_type": "0",
        "buyer_name": "",
        "carrier_type": "0",
        "carrier_number": "",
        "n_p_o_b_a_n": "",
        "invoice_tax_type": "",
        "invoice_number": "",
        "invoice_status": "",
        "invoice_date": null,
        "invoice_cancelled_at": null
    },
    "subtotal_items": [
        {
            "id": "6423e046768beb0045bf37e4",
            "item_type": "Product",
            "item_data": {
                "cart_item_id": "1292982",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {
                    "order_discounted_price": "6423e046768beb0045bf37e0"
                },
                "order_discounted_price": {
                    "cents": 80,
                    "currency_symbol": "NT$",
                    "currency_iso": "TWD",
                    "label": "NT$80",
                    "dollars": 80
                },
                "applied_order_promotion_discounts": [
                    {
                        "promotion_id": "64199676c5df6300481fae23",
                        "discount": {
                            "cents": 80,
                            "currency_symbol": "NT$",
                            "currency_iso": "TWD",
                            "label": "NT$80",
                            "dollars": 80
                        }
                    }
                ],
                "has_exclude_promotion_tag": false
            },
            "item_id": "6423de89768beb004bbf3795",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 888,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$888",
                "dollars": 888
            },
            "price": {
                "cents": 888,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$888",
                "dollars": 888
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168072282"
                    },
                    "favicon_small": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168072282"
                    },
                    "favicon": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168002282"
                    },
                    "favicon_large": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168072282"
                    },
                    "transparent_thumb": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168072282"
                    },
                    "transparent_large": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168072282"
                    },
                    "transparent_xlarge": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168072282"
                    },
                    "thumb": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168072282"
                    },
                    "source": {
                        "width": 2976,
                        "height": 1984,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/6423de5b768beb0045bf3796/original.jpg?168072282"
                    }
                },
                "_id": "6423de5b768beb0045bf3796",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "frozen pikachu",
                "zh-hant": "冷凍皮卡丘"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 888,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$888",
                "dollars": 888
            },
            "order_discounted_price": {
                "cents": 80,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$80",
                "dollars": 80
            },
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active",
                "weight": 0,
                "barcode_type": "Code 128",
                "max_order_quantity": -1,
                "gtin": "85900631"
            }
        }
    ],
    "promotion_items": [
        {
            "id": "6423e046768beb0045bf37e0",
            "discountable_amount": null,
            "discounted_amount": {
                "cents": 80,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$80",
                "dollars": 80
            },
            "subtotal_after": {
                "cents": 808,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$808",
                "dollars": 808
            },
            "promotion": {
                "_id": "64199676c5df6300481fae23",
                "addon_product_id": null,
                "available_platforms": [
                    "ec"
                ],
                "banner_media_ids": [],
                "codes": [],
                "coupon_generated_by": null,
                "coupon_type": null,
                "created_at": "2023-03-21T11:35:18.996Z",
                "description_translations": {},
                "discount_amount": null,
                "discount_on": "order",
                "discount_percentage": 9,
                "discount_type": "percentage",
                "discountable_category_ids": [],
                "discountable_product_ids": [],
                "discountable_quantity": null,
                "discounted_point": null,
                "discounted_price": null,
                "drew_coupon_count": 0,
                "end_at": null,
                "extended_promotion_id": null,
                "first_purchase_only": false,
                "for_affiliate_campaign": false,
                "is_accumulated": false,
                "max_use_count": null,
                "membership_tier_id": null,
                "merchant_id": "6152cd3b6ed8bb003a727922",
                "min_price_type": "after_discount",
                "multiple_code": false,
                "requires_membership": false,
                "seo_description_translations": {},
                "seo_keywords": null,
                "seo_title_translations": {},
                "show_coupon": false,
                "start_at": "2023-03-21T11:00:00.000Z",
                "status": "active",
                "term_translations": {},
                "title_translations": {
                    "zh-hant": "全店91折"
                },
                "updated_at": "2023-03-21T11:35:18.996Z",
                "use_count": 52,
                "user_max_use_count": 0,
                "whitelisted_tag_contents": [],
                "cart_tag_id": null,
                "cart_tag_translations": null,
                "coupon_code": null,
                "is_extend_promotion": false,
                "id": "64199676c5df6300481fae23"
            },
            "updated_at": "2023-03-29T06:52:54.116+00:00",
            "created_at": "2023-03-29T06:52:54.116+00:00",
            "item_data": null,
            "promotion_conditions_data": [],
            "coupon_code": null
        }
    ],
    "custom_data": [],
    "custom_discount_items": [],
    "affiliate_data": {},
    "ref_order_id": "",
    "ref_customer_id": "",
    "channel": {},
    "parent_order_id": "",
    "child_order_ids": [],
    "split_at": null,
    "confirmed_at": null,
    "created_from": "shop",
    "created_by": "sc",
    "updated_at": "2023-03-29T06:53:02.465+00:00",
    "created_at": "2023-03-29T06:52:53.958+00:00",
    "skip_fulfillment": false,
    "utm_data": {},
    "ga_tracked": false,
    "order_comments": [],
    "order_notes": [],
    "payment_slips": [],
    "order_source": {},
    "tags": [],
    "inclusive_tax_info": {},
    "cart_page_id": null,
    "is_guest_checkout": false,
    "applied_tax_info": {
        "sales": {},
        "delivery": {}
    },
    "default_warehouse_id": null,
    "return_from_order_id": null,
    "membership_tier_data": null,
    "checkout_object_data": {
        "_id": "6423e045768beb0045bf37d5",
        "number": "C20230329065253772",
        "current_total": {
            "cents": 2847,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$2,847",
            "dollars": 2847
        },
        "order_ids": [
            "6423e045768beb0045bf37d6",
            "6423e045768beb0045bf37d9"
        ]
    }
}
{
    "id": "622164704a6f2c001d42e59b",
    "order_number": "20220304005928497",
    "system_order_number": "20220304005928497",
    "merchant_order_number": null,
    "status": "pending",
    "order_remarks": "",
    "order_payment": {
        "id": "622164704a6f2c001d42e5a2",
        "payment_method_id": "612dd1f6ee738d0017dafaeb",
        "payment_type": "cash_on_delivery",
        "name_translations": {
            "en": "Cash on Delivery",
            "zh-hant": "貨到付款"
        },
        "status": "completed",
        "payment_fee": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0.0
        },
        "total": {
            "cents": 459,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$459",
            "dollars": 459.0
        },
        "paid_at": "2022-03-04T00:59:55.916+00:00",
        "updated_at": "2022-03-04T00:59:55.916+00:00",
        "created_at": "2022-03-04T00:59:28.524+00:00",
        "payment_data": {},
        "last_four_digits": "",
        "ref_payment_id": null
    },
    "order_delivery": {
        "id": "622164704a6f2c001d42e5a3",
        "delivery_option_id": "620224afd06d00001aae7dc0",
        "platform": "custom",
        "status": "pending",
        "delivery_status": "pending",
        "name_translations": {
            "en": "",
            "zh-hant": "QA 郵寄 100 元"
        },
        "total": {
            "cents": 100,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$100",
            "dollars": 100.0
        },
        "shipped_at": null,
        "arrived_at": null,
        "collected_at": null,
        "returned_at": null,
        "updated_at": "2022-03-04T00:59:28.547+00:00",
        "remark": null,
        "request_accepted_at": null,
        "request_authorized_at": null,
        "request_submitted_at": null,
        "requested_fmt_at": null,
        "require_expired_upload": false,
        "require_storeclosed_upload": false,
        "return_order_id": null,
        "store_closed_at": null,
        "storeclosed_upload_at": null,
        "exp_type": null,
        "requires_customer_address": true
    },
    "delivery_address": {
        "country_code": "TW",
        "country": "台灣",
        "city": "台北市",
        "state": null,
        "postcode": "100",
        "address_1": "123",
        "address_2": "中正區",
        "key": null,
        "layer1": null,
        "layer2": null,
        "layer3": null,
        "district": null,
        "logistic_codes": [
            "1200001",
            "1200023"
        ],
        "recipient_name": "Emma",
        "recipient_phone": "0922333444",
        "recipient_phone_country_code": null,
        "remarks": null
    },
    "delivery_data": {
        "hk_sfplus_home_region": null,
        "location_code": null,
        "location_name": null,
        "name_translations": null,
        "store_address": null,
        "url": null,
        "tracking_number": "",
        "scheduled_delivery_date": null,
        "time_slot_key": null,
        "time_slot_translations": {}
    },
    "customer_id": "6220903b13b810000f637238",
    "customer_name": "Iris",
    "customer_email": "[email protected]",
    "customer_phone": "0911222333",
    "customer_phone_country_code": "",
    "customer_info": {
        "gender": "",
        "birthday": "",
        "custom_data": [
            {
                "value": "",
                "name_translations": {
                    "zh-hant": "email",
                    "en": "email"
                },
                "field_id": "610a7582a70e66003256b979"
            }
        ]
    },
    "currency_iso": "TWD",
    "subtotal": {
        "cents": 1359,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$1,359",
        "dollars": 1359.0
    },
    "order_discount": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "user_credit": {
        "cents": 1000,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$1,000",
        "dollars": 1000.0
    },
    "total_tax_fee": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "total": {
        "cents": 459,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$459",
        "dollars": 459.0
    },
    "order_points": 0,
    "order_points_to_cash": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "invoice": {
        "tax_id": "",
        "mailing_address": "",
        "invoice_type": "",
        "buyer_name": "",
        "carrier_type": "",
        "carrier_number": "",
        "n_p_o_b_a_n": "",
        "invoice_tax_type": "",
        "invoice_number": "",
        "invoice_status": "",
        "invoice_date": null,
        "invoice_cancelled_at": null
    },
    "subtotal_items": [
        {
            "id": "622164704a6f2c001d42e59d",
            "item_type": "ProductSet",
            "item_data": {
                "cart_item_id": "622164320e921300290dc75e",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {},
                "has_exclude_promotion_tag": false,
                "selected_child_products": [
                    {
                        "child_product_id": "61f0c202caa9cf001160b8be",
                        "child_variation_id": null,
                        "quantity": 1
                    },
                    {
                        "child_product_id": "61f0c0ac94937b00264bdc8c",
                        "child_variation_id": null,
                        "quantity": 1
                    }
                ]
            },
            "item_id": "61f0c344acc6cf001195cd10",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 1160,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,160",
                "dollars": 1160.0
            },
            "price": {
                "cents": 1450,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,450",
                "dollars": 1450.0
            },
            "price_sale": {
                "cents": 1000,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,000",
                "dollars": 1000.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    },
                    "favicon_small": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    },
                    "favicon": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    },
                    "favicon_large": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    },
                    "transparent_thumb": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    },
                    "transparent_large": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    },
                    "transparent_xlarge": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    },
                    "thumb": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    },
                    "source": {
                        "width": 275.0,
                        "height": 183.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61f0c30a87d7cb0029eb971a/original.jpeg?1643168522"
                    }
                },
                "_id": "61f0c30a87d7cb0029eb971a",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "zh-hant": "Case_6_C商品"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 1160,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,160",
                "dollars": 1160.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "weight": 0.0,
                "barcode_type": "Code 128",
                "max_order_quantity": -1
            },
            "child_products": [
                {
                    "title_translations": {
                        "zh-hant": "Case_6_D商品"
                    },
                    "weight": 0.0,
                    "id": "61f0c202caa9cf001160b8be",
                    "variation_id": null,
                    "fields_translations": null,
                    "price": {
                        "cents": 700,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$700",
                        "dollars": 700.0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0.0
                    },
                    "sku": "RKJ112001"
                },
                {
                    "title_translations": {
                        "zh-hant": "Case_6_B商品"
                    },
                    "weight": 0.0,
                    "id": "61f0c0ac94937b00264bdc8c",
                    "variation_id": null,
                    "fields_translations": null,
                    "price": {
                        "cents": 750,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$750",
                        "dollars": 750.0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0.0
                    },
                    "sku": "RGE102001"
                }
            ]
        },
        {
            "id": "622164704a6f2c001d42e59e",
            "item_type": "AddonProduct",
            "item_data": {
                "cart_item_id": "6221643e91cb1d001d2fa8ac",
                "promotion_id": "61e9303a85cd810020d49aa6",
                "parent_item_ids": [
                    "622164704a6f2c001d42e599"
                ],
                "triggering_item_id": "",
                "triggering_product_id": ""
            },
            "item_id": "61e92fe641740c0017478872",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 199,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$199",
                "dollars": 199.0
            },
            "price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    },
                    "favicon_small": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    },
                    "favicon": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    },
                    "favicon_large": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    },
                    "transparent_thumb": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    },
                    "transparent_large": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    },
                    "transparent_xlarge": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    },
                    "thumb": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    },
                    "source": {
                        "width": 540.0,
                        "height": 397.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61e92f9a4a2c17003263e1e8/original.jpeg?1642672025"
                    }
                },
                "_id": "61e92f9a4a2c17003263e1e8",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "zh-hant": "Case_3_B商品_加購品"
            },
            "fields_translations": {},
            "sku": "RAB003001",
            "is_preorder": false,
            "quantity": 1,
            "total": {
                "cents": 199,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$199",
                "dollars": 199.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "weight": 0.0,
                "barcode_type": "Code 128"
            }
        }
    ],
    "promotion_items": [],
    "custom_data": [],
    "custom_discount_items": [],
    "affiliate_data": {},
    "ref_order_id": "ORDIF000000000000000087221",
    "ref_customer_id": "MEMBR000000000000000019773",
    "channel": {},
    "parent_order_id": "",
    "child_order_ids": [],
    "split_at": null,
    "confirmed_at": null,
    "created_from": "shop",
    "created_by": "shop",
    "updated_at": "2022-03-04T01:00:48.564+00:00",
    "created_at": "2022-03-04T00:59:28.383+00:00",
    "skip_fulfillment": false,
    "utm_data": {},
    "ga_tracked": false,
    "order_comments": [],
    "order_notes": [],
    "payment_slips": [],
    "order_source": {
        "id": "61260f32f5527b0020667ba8",
        "type": "storefront",
        "source_id": null,
        "name": null
    },
    "tags": [],
    "inclusive_tax_info": {},
    "is_guest_checkout": false,
    "applied_tax_info": {
        "sales": {},
        "delivery": {}
    }
}
{
    "id": "630c69d1a11ae0214e91db65",
    "order_number": "20220829072505536",
    "system_order_number": "20220829072505536",
    "merchant_order_number": null,
    "status": "pending",
    "order_remarks": "",
    "order_payment": {
        "id": "630c69d1a11ae0214e91db71",
        "payment_method_id": "5fd720305625980029ea506b",
        "payment_type": "custom",
        "name_translations": {
            "en": "Pay in store"
        },
        "status": "pending",
        "payment_fee": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0.0
        },
        "total": {
            "cents": 2205,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$2,205",
            "dollars": 2205.0
        },
        "paid_at": null,
        "updated_at": "2022-08-29T07:25:06.332+00:00",
        "created_at": "2022-08-29T07:25:05.466+00:00",
        "payment_data": {},
        "last_four_digits": "",
        "ref_payment_id": null,
        "payment_slips_setting": {
            "enabled": false,
            "days_of_guest_view": 1
        }
    },
    "order_delivery": {
        "id": "630c69d1a11ae0214e91db72",
        "delivery_option_id": "60d5527bfbb7a2001db51c58",
        "platform": "custom",
        "status": "pending",
        "delivery_status": "pending",
        "name_translations": {
            "en": "Other",
            "zh-hant": "其他"
        },
        "total": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0.0
        },
        "shipped_at": null,
        "arrived_at": null,
        "collected_at": null,
        "returned_at": null,
        "updated_at": "2022-08-29T07:25:05.487+00:00",
        "remark": null,
        "request_accepted_at": null,
        "request_authorized_at": null,
        "request_submitted_at": null,
        "requested_fmt_at": null,
        "require_expired_upload": false,
        "require_storeclosed_upload": false,
        "return_order_id": null,
        "store_closed_at": null,
        "storeclosed_upload_at": null,
        "exp_type": null,
        "requires_customer_address": false
    },
    "delivery_address": {
        "country_code": "TW",
        "country": "Taiwan",
        "city": null,
        "state": null,
        "postcode": null,
        "address_1": null,
        "address_2": null,
        "key": null,
        "layer1": null,
        "layer2": null,
        "layer3": null,
        "district": null,
        "logistic_codes": [],
        "recipient_name": "Tier",
        "recipient_phone": "0988777666",
        "recipient_phone_country_code": null,
        "remarks": null
    },
    "delivery_data": {
        "hk_sfplus_home_region": null,
        "location_code": null,
        "location_name": null,
        "location_short_name": null,
        "name_translations": null,
        "store_address": null,
        "url": null,
        "tracking_number": "",
        "scheduled_delivery_date": null,
        "time_slot_key": "",
        "time_slot_translations": null,
        "store_address_detail": {}
    },
    "cart_attributes": {
        "affiliate_data": {},
        "shop_session_id": ""
    },
    "customer_id": "62dfbfb7d4b77d0009b91271",
    "customer_name": "Tier",
    "customer_email": "[email protected]",
    "customer_phone": "0988777666",
    "customer_phone_country_code": "",
    "customer_info": {},
    "currency_iso": "TWD",
    "subtotal": {
        "cents": 2205,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$2,205",
        "dollars": 2205.0
    },
    "order_discount": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "user_credit": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "total_tax_fee": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "total": {
        "cents": 2205,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$2,205",
        "dollars": 2205.0
    },
    "order_points": 0,
    "order_points_to_cash": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "invoice": {
        "tax_id": "",
        "mailing_address": "",
        "invoice_type": "",
        "buyer_name": "",
        "carrier_type": "",
        "carrier_number": "",
        "n_p_o_b_a_n": "",
        "invoice_tax_type": "",
        "invoice_number": "",
        "invoice_status": "",
        "invoice_date": null,
        "invoice_cancelled_at": null
    },
    "subtotal_items": [
        {
            "id": "630c69d1a11ae0214e91db69",
            "item_type": "Product",
            "item_data": {
                "cart_item_id": "238044599",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {}
            },
            "item_id": "5fd727f40716bf0020ee0f09",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 700,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$700",
                "dollars": 700.0
            },
            "price": {
                "cents": 700,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$700",
                "dollars": 700.0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "favicon_small": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    },
                    "favicon": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    },
                    "favicon_large": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    },
                    "transparent_thumb": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    },
                    "transparent_large": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    },
                    "transparent_xlarge": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    },
                    "original": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    },
                    "thumb": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    },
                    "source": {
                        "width": 368.0,
                        "height": 368.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/5fd727c58add80002674d3b3/original.jpeg?1607935941"
                    }
                },
                "_id": "5fd727c58add80002674d3b3",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "Strawberry cake"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 700,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$700",
                "dollars": 700.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active",
                "weight": 0.4,
                "barcode_type": "Code 128",
                "max_order_quantity": -1
            }
        },
        {
            "id": "630c69d1a11ae0214e91db6a",
            "item_type": "Product",
            "item_data": {
                "cart_item_id": "238044752",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {},
                "variation_data": {
                    "_id": "630c66ad32acc60025755fb1",
                    "barcode_type": "Code 128",
                    "cost": null,
                    "created_at": "2022-08-29T07:11:41.707Z",
                    "feed_variations": {
                        "custom": {
                            "zh-hant": "",
                            "en": "6吋"
                        }
                    },
                    "fields": [
                        {
                            "name_translations": {
                                "en": "6吋",
                                "zh-hant": ""
                            }
                        }
                    ],
                    "fields_translations": {
                        "en": [
                            "6吋"
                        ],
                        "zh-hant": [
                            ""
                        ]
                    },
                    "gtin": null,
                    "key": "630c66ada565e9001e10b6e4",
                    "location_id": null,
                    "max_order_quantity": 10,
                    "media_id": null,
                    "member_price": null,
                    "mpn": null,
                    "out_of_stock_orderable": false,
                    "price": {
                        "cents": 150,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$150",
                        "dollars": 150.0
                    },
                    "price_sale": null,
                    "root_product_variation_id": null,
                    "sku": "cake8",
                    "stock_ids": null,
                    "unlimited_quantity": null,
                    "updated_at": "2022-08-29T07:11:41.869Z",
                    "variant_option_ids": [
                        "630c66ad32acc60025755fb3"
                    ],
                    "wapos_id": null,
                    "weight": 0.6,
                    "media_hash": {}
                }
            },
            "item_id": "6094b55d8a70f54b0f1ff544",
            "item_variation_id": "630c66ad32acc60025755fb1",
            "item_variation_key": "630c66ada565e9001e10b6e4",
            "item_price": {
                "cents": 150,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$150",
                "dollars": 150.0
            },
            "price": {
                "cents": 200,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$200",
                "dollars": 200.0
            },
            "price_sale": {
                "cents": 180,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$180",
                "dollars": 180.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "favicon_small": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    },
                    "favicon": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    },
                    "favicon_large": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    },
                    "transparent_thumb": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    },
                    "transparent_large": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    },
                    "transparent_xlarge": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    },
                    "original": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    },
                    "thumb": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    },
                    "source": {
                        "width": 6683.0,
                        "height": 4460.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6094b519896d03001d140d3f/original.jpg?1620358421"
                    }
                },
                "_id": "6094b519896d03001d140d3f",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "Cake 8- variation",
                "zh-hant": "Cake 8-規格"
            },
            "fields_translations": {
                "en": [
                    "6吋"
                ],
                "zh-hant": [
                    ""
                ]
            },
            "sku": "cake8",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 150,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$150",
                "dollars": 150.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active"
            }
        },
        {
            "id": "630c69d1a11ae0214e91db6b",
            "item_type": "ProductSet",
            "item_data": {
                "cart_item_id": "238045286",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {},
                "selected_child_products": [
                    {
                        "child_product_id": "5fd727f40716bf0020ee0f09",
                        "child_variation_id": "",
                        "quantity": 1
                    },
                    {
                        "child_product_id": "6094b55d8a70f54b0f1ff544",
                        "child_variation_id": "630c66ada565e9001e10b6e5",
                        "quantity": 1
                    }
                ]
            },
            "item_id": "623ff5082692ab0015c5866a",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 855,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$855",
                "dollars": 855.0
            },
            "price": {
                "cents": 1700,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,700",
                "dollars": 1700.0
            },
            "price_sale": {
                "cents": 1080,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,080",
                "dollars": 1080.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    },
                    "favicon_small": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    },
                    "favicon": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    },
                    "favicon_large": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    },
                    "transparent_thumb": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    },
                    "transparent_large": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    },
                    "transparent_xlarge": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    },
                    "thumb": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    },
                    "source": {
                        "width": 359.0,
                        "height": 418.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/623ff4eef1ac90000f0353dd/original.png?1648358637"
                    }
                },
                "_id": "623ff4eef1ac90000f0353dd",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "Cake Product Set",
                "zh-hant": "蛋糕組合商品"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 855,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$855",
                "dollars": 855.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active",
                "weight": 1.2,
                "barcode_type": "Code 128",
                "max_order_quantity": -1
            },
            "child_products": [
                {
                    "title_translations": {
                        "en": "Strawberry cake"
                    },
                    "weight": 0.4,
                    "id": "5fd727f40716bf0020ee0f09",
                    "variation_id": null,
                    "fields_translations": null,
                    "price": {
                        "cents": 700,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$700",
                        "dollars": 700.0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0.0
                    },
                    "sku": null
                },
                {
                    "title_translations": {
                        "en": "Cake 8- variation",
                        "zh-hant": "Cake 8-規格"
                    },
                    "weight": 0.0,
                    "id": "6094b55d8a70f54b0f1ff544",
                    "variation_id": "630c66ada565e9001e10b6e5",
                    "fields_translations": {
                        "en": [
                            "8吋"
                        ],
                        "zh-hant": [
                            ""
                        ]
                    },
                    "price": {
                        "cents": 250.0,
                        "currency_iso": "TWD",
                        "label": "NT$250"
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0.0
                    },
                    "sku": "cake8"
                }
            ]
        },
        {
            "id": "630c69d1a11ae0214e91db6c",
            "item_type": "AddonProduct",
            "item_data": {
                "cart_item_id": "238047157",
                "promotion_id": "611de555135fca002cb93bcf",
                "parent_item_ids": [
                    "630c69d1a11ae0214e91db5f"
                ],
                "triggering_item_id": "",
                "triggering_product_id": ""
            },
            "item_id": "611ddcf931ca94002fe6f60e",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$500",
                "dollars": 500.0
            },
            "price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "favicon_small": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    },
                    "favicon": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    },
                    "favicon_large": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    },
                    "transparent_thumb": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    },
                    "transparent_large": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    },
                    "transparent_xlarge": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    },
                    "original": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    },
                    "thumb": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    },
                    "source": {
                        "width": 796.0,
                        "height": 810.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/611ddcb2ba9749001d8ca183/original.jpg?1629346994"
                    }
                },
                "_id": "611ddcb2ba9749001d8ca183",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "BOY DE CHANEL"
            },
            "fields_translations": {},
            "sku": "1111111",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$500",
                "dollars": 500.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "status": "active",
                "weight": 0.5,
                "barcode_type": "Code 128"
            }
        },
        {
            "id": "630c69d1a11ae0214e91db6d",
            "item_type": "Gift",
            "item_data": {
                "cart_item_id": "630c69d1a11ae0214e91db61",
                "promotion_id": "630c695f5c21e00025a59801",
                "parent_item_ids": [
                    "630c69d1a11ae0214e91db60"
                ],
                "triggering_item_id": null
            },
            "item_id": "61ea5064fe2f5e0029bcae83",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    },
                    "favicon_small": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    },
                    "favicon": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    },
                    "favicon_large": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    },
                    "transparent_thumb": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    },
                    "transparent_large": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    },
                    "transparent_xlarge": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    },
                    "thumb": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    },
                    "source": {
                        "width": 721.0,
                        "height": 819.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/61ea503dc82e5f001a54e910/original.jpg?1642745917"
                    }
                },
                "_id": "61ea503dc82e5f001a54e910",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "zh-hant": "[保健食品] 美白水"
            },
            "fields_translations": {},
            "sku": "white11",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "status": "active",
                "weight": 1.1,
                "barcode_type": "Code 128"
            }
        }
    ],
    "promotion_items": [
        {
            "id": "630c69d1a11ae0214e91db68",
            "discountable_amount": null,
            "discounted_amount": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "subtotal_after": {
                "cents": 1705,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,705",
                "dollars": 1705.0
            },
            "promotion": {
                "_id": "5fd81b4fa13ed200208e07a2",
                "addon_product_id": null,
                "available_platforms": [
                    "ec"
                ],
                "banner_media_ids": [],
                "codes": [],
                "coupon_generated_by": null,
                "coupon_type": null,
                "created_at": "2020-12-15T02:11:27.072Z",
                "description_translations": {},
                "discount_amount": null,
                "discount_on": "order",
                "discount_percentage": null,
                "discount_type": "free_shipping",
                "discountable_category_ids": [],
                "discountable_product_ids": [],
                "discountable_quantity": null,
                "discounted_point": null,
                "discounted_price": null,
                "drew_coupon_count": 0,
                "end_at": null,
                "extended_promotion_id": null,
                "first_purchase_only": false,
                "for_affiliate_campaign": false,
                "is_accumulated": true,
                "max_use_count": null,
                "membership_tier_id": null,
                "merchant_id": "5fd719ea92248a0018024420",
                "min_price_type": "after_discount",
                "multiple_code": false,
                "requires_membership": false,
                "seo_description_translations": {},
                "seo_keywords": "",
                "seo_title_translations": {},
                "show_coupon": false,
                "start_at": "2020-12-15T02:00:00.000Z",
                "status": "active",
                "term_translations": {},
                "title_translations": {
                    "en": "free shipping with $500",
                    "zh-hant": "500免運"
                },
                "updated_at": "2022-03-15T10:40:07.469Z",
                "use_count": 12,
                "user_max_use_count": 0,
                "whitelisted_tag_contents": [],
                "is_extend_promotion": false,
                "id": "5fd81b4fa13ed200208e07a2"
            },
            "updated_at": "2022-08-29T07:25:05.290+00:00",
            "created_at": "2022-08-29T07:25:05.290+00:00",
            "item_data": null,
            "promotion_conditions_data": [
                {
                    "min_item_count": null,
                    "min_price": {
                        "cents": 500.0,
                        "currency_iso": "TWD"
                    },
                    "type": null,
                    "whitelisted_product_ids": [],
                    "whitelisted_category_ids": [],
                    "blacklisted_product_ids": [],
                    "id": "5fd81b4fa13ed200208e07a3"
                }
            ],
            "coupon_code": null
        },
        {
            "id": "630c69d1a11ae0214e91db67",
            "discountable_amount": null,
            "discounted_amount": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "subtotal_after": {
                "cents": 1705,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,705",
                "dollars": 1705.0
            },
            "promotion": {
                "_id": "630c695f5c21e00025a59801",
                "addon_product_id": null,
                "available_platforms": [
                    "ec"
                ],
                "banner_media_ids": [],
                "codes": [],
                "coupon_generated_by": "manual",
                "coupon_type": "single",
                "created_at": "2022-08-29T07:23:11.795Z",
                "description_translations": {},
                "discount_amount": null,
                "discount_on": "order",
                "discount_percentage": null,
                "discount_type": "gift",
                "discountable_category_ids": [],
                "discountable_product_ids": [
                    "61ea5064fe2f5e0029bcae83"
                ],
                "discountable_quantity": 1,
                "discounted_point": null,
                "discounted_price": null,
                "drew_coupon_count": 0,
                "end_at": null,
                "extended_promotion_id": null,
                "first_purchase_only": false,
                "for_affiliate_campaign": false,
                "is_accumulated": false,
                "max_use_count": null,
                "membership_tier_id": null,
                "merchant_id": "5fd719ea92248a0018024420",
                "min_price_type": "after_discount",
                "multiple_code": false,
                "requires_membership": false,
                "seo_description_translations": {},
                "seo_keywords": null,
                "seo_title_translations": {},
                "show_coupon": false,
                "start_at": "2022-08-29T07:00:00.000Z",
                "status": "active",
                "term_translations": {},
                "title_translations": {
                    "en": "美白水",
                    "zh-hant": "美白水"
                },
                "updated_at": "2022-08-29T07:23:11.795Z",
                "use_count": 0,
                "user_max_use_count": 0,
                "whitelisted_tag_contents": [],
                "is_extend_promotion": false,
                "id": "630c695f5c21e00025a59801"
            },
            "updated_at": "2022-08-29T07:25:05.290+00:00",
            "created_at": "2022-08-29T07:25:05.290+00:00",
            "item_data": {
                "type": "promotion",
                "promotion_id": "630c695f5c21e00025a59801",
                "parent_item_ids": [],
                "tax_region_id": null,
                "item_data": {},
                "triggering_item_id": null,
                "variation_id": null,
                "quantity": 1,
                "tax_price": null,
                "custom_price": null,
                "product_id": null,
                "addon_feature_id": null,
                "id": "630c69d1a11ae0214e91db60"
            },
            "promotion_conditions_data": [],
            "coupon_code": null
        }
    ],
    "custom_data": [],
    "custom_discount_items": [],
    "affiliate_data": {},
    "ref_order_id": "",
    "ref_customer_id": "",
    "channel": {},
    "parent_order_id": "",
    "child_order_ids": [],
    "split_at": null,
    "confirmed_at": null,
    "created_from": "shop",
    "created_by": "shop",
    "updated_at": "2022-08-29T07:25:09.048+00:00",
    "created_at": "2022-08-29T07:25:05.242+00:00",
    "skip_fulfillment": false,
    "utm_data": {},
    "ga_tracked": false,
    "order_comments": [],
    "order_notes": [],
    "payment_slips": [],
    "order_source": {
        "id": "6125ed4f693a9f2e6eedcb4f",
        "type": "storefront",
        "source_id": null,
        "name": null
    },
    "tags": [],
    "inclusive_tax_info": {},
    "cart_page_id": null,
    "is_guest_checkout": false,
    "applied_tax_info": {
        "sales": {},
        "delivery": {}
    }
}
{
    "id": "63ef4c5a5f8c54210b19a98e",
    "order_number": "20230217094401808",
    "system_order_number": "20230217094401808",
    "merchant_order_number": null,
    "status": "completed",
    "order_remarks": null,
    "order_payment": {
        "id": "63ef4c61faae040011705490",
        "payment_method_id": "5d53ecdc693a9f5c5a0bc46e",
        "payment_type": "pos",
        "name_translations": {
            "zh-hant": "實體商店付款",
            "en": "offline store payment"
        },
        "status": "completed",
        "payment_fee": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0.0
        },
        "total": {
            "cents": 999,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$999",
            "dollars": 999.0
        },
        "paid_at": "2023-02-17T09:44:01.690+00:00",
        "updated_at": "2023-02-17T09:44:01.690+00:00",
        "created_at": "2023-02-17T09:44:01.362+00:00",
        "payment_data": {},
        "last_four_digits": "",
        "ref_payment_id": null
    },
    "order_delivery": {
        "id": "63ef4c61faae040011705491",
        "delivery_option_id": "5d53ecdc693a9f5c5a0bc46f",
        "platform": "pos",
        "status": "collected",
        "delivery_status": "pending",
        "name_translations": {
            "zh-hant": "實體商店取貨 ",
            "en": "pick up at offline store"
        },
        "total": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0.0
        },
        "shipped_at": null,
        "arrived_at": null,
        "collected_at": null,
        "returned_at": null,
        "updated_at": "2023-02-17T09:44:01.718+00:00",
        "remark": null,
        "request_accepted_at": null,
        "request_authorized_at": null,
        "request_submitted_at": null,
        "requested_fmt_at": null,
        "require_expired_upload": false,
        "require_storeclosed_upload": false,
        "return_order_id": null,
        "store_closed_at": null,
        "storeclosed_upload_at": null,
        "exp_type": null,
        "delivery_type": null,
        "requires_customer_address": false
    },
    "delivery_address": {},
    "delivery_data": {},
    "cart_attributes": {},
    "customer_id": null,
    "customer_name": null,
    "customer_email": null,
    "customer_phone": null,
    "customer_phone_country_code": null,
    "customer_info": {},
    "currency_iso": "TWD",
    "subtotal": {
        "cents": 2499,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$2,499",
        "dollars": 2499.0
    },
    "order_discount": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "user_credit": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "total_tax_fee": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "total": {
        "cents": 999,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$999",
        "dollars": 999.0
    },
    "order_points": 0,
    "order_points_to_cash": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "invoice": {
        "tax_id": "",
        "mailing_address": "",
        "invoice_type": "",
        "buyer_name": "",
        "carrier_type": "",
        "carrier_number": "",
        "n_p_o_b_a_n": "",
        "invoice_tax_type": "",
        "invoice_number": "",
        "invoice_status": "",
        "invoice_date": null,
        "invoice_cancelled_at": null
    },
    "subtotal_items": [
        {
            "id": "63ef4c605f8c54210b19a98f",
            "item_type": "Product",
            "item_data": {
                "order_discounted_price": {
                    "label": "",
                    "currency_iso": "TWD",
                    "dollars": 0,
                    "currency_symbol": "",
                    "cents": 0
                },
                "order_custom_discount_items": {
                    "discounted_price": "63ef4c605f8c54210b19a990",
                    "order_discounted_price": []
                },
                "has_exclude_promotion_tag": false,
                "order_promotion_items": null,
                "price_set": {
                    "merchant_id": "5bf76f982cf7f2000142280a",
                    "id": "63ef4c605f8c54210b19a991",
                    "price_details": [],
                    "price": {
                        "cents": 1500,
                        "currency_iso": "TWD",
                        "label": "",
                        "currency_symbol": "NT$",
                        "dollars": 1500
                    },
                    "product_id": null
                },
                "applied_order_promotion_discounts": null,
                "selected_child_products": null,
                "discounted_price": {
                    "label": "",
                    "currency_iso": "TWD",
                    "currency_symbol": "",
                    "cents": 1500,
                    "dollars": 1500
                },
                "listing": {
                    "discount_ratio_amount": 0,
                    "discount_level": 2,
                    "product": {
                        "listing_ids": [],
                        "supplier_id": {
                            "phone": "",
                            "name": "",
                            "note": "",
                            "address": ""
                        },
                        "collection_id": {
                            "name": "",
                            "desc": ""
                        },
                        "image_urls": [
                            "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                        ],
                        "_id": "adc81083-6216-4c87-9465-2ae3f51727e3",
                        "check_inventory": false,
                        "tags": [],
                        "variants": [
                            {
                                "label": "",
                                "values": []
                            }
                        ],
                        "name": "實體店上架測試"
                    },
                    "discount_name": "",
                    "cost_info": {
                        "currency_iso": "TWD",
                        "cents": 0
                    },
                    "cost": 0,
                    "price_info": {
                        "cents": 1500,
                        "currency_iso": "TWD"
                    },
                    "type": "lineitem",
                    "discount_amount": 1500,
                    "price": 1500,
                    "name": "實體店上架測試",
                    "discount_result_info": {
                        "currency_iso": "TWD",
                        "cents": 0
                    },
                    "listing": {
                        "barcode_type": "",
                        "price": 1500,
                        "cost_info": {
                            "cents": 0,
                            "currency_iso": "TWD"
                        },
                        "_id": "b8580d34-5bd1-4b40-9422-2497923e1f41",
                        "name": "實體店上架測試",
                        "sku": "",
                        "cost": 0,
                        "price_info": {
                            "cents": 1500,
                            "currency_iso": "TWD"
                        },
                        "product_id": "63e37aac85351f001da5e624",
                        "variants": [],
                        "image_urls": [
                            "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                        ],
                        "barcode": "60387096"
                    },
                    "qty": 1,
                    "discount_result": 0,
                    "discount_type": 2,
                    "credit_ratio_amount": 0,
                    "is_returned_item": false,
                    "discount_amount_info": {
                        "currency_iso": "TWD",
                        "cents": 1500
                    },
                    "discount_id": "B3DBFC03-15AF-422E-99AF-A7BFA2FC98CC"
                }
            },
            "item_id": "63e37aac85351f001da5e624",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 1500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,500",
                "dollars": 1500.0
            },
            "price": {
                "cents": 2000,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$2,000",
                "dollars": 2000.0
            },
            "price_sale": {
                "cents": 1500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,500",
                "dollars": 1500.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {
                "updated_at": 0,
                "_id": "63e37a6a743ff40014f1e0e8",
                "images": {
                    "original": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    },
                    "favicon_small": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    },
                    "favicon": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    },
                    "favicon_large": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    },
                    "transparent_thumb": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    },
                    "transparent_large": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    },
                    "transparent_xlarge": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    },
                    "thumb": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    },
                    "source": {
                        "height": 600,
                        "width": 600,
                        "url": "https://img.shoplineapp.com/media/image_clips/63e37a6a743ff40014f1e0e8/original.jpeg?1675852394"
                    }
                }
            },
            "product_subscription_id": null,
            "title_translations": {
                "fr": "",
                "vi": "",
                "de": "",
                "ja": "",
                "ms": "",
                "th": "",
                "zh-hant": "實體店上架測試",
                "en": "實體店上架測試",
                "id": "",
                "zh-cn": ""
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 1500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,500",
                "dollars": 1500.0
            },
            "order_discounted_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "discounted_price": {
                "cents": 1500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,500",
                "dollars": 1500.0
            },
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active",
                "weight": 0.0,
                "barcode_type": "Code 128",
                "max_order_quantity": -1,
                "gtin": "60387096"
            }
        },
        {
            "id": "63ef4c605f8c54210b19a992",
            "item_type": "Product",
            "item_data": {
                "selected_child_products": null,
                "applied_order_promotion_discounts": null,
                "price_set": null,
                "order_promotion_items": null,
                "order_custom_discount_items": {
                    "discounted_price": "",
                    "order_discounted_price": []
                },
                "order_discounted_price": {
                    "currency_symbol": "",
                    "currency_iso": "TWD",
                    "cents": 0,
                    "label": "",
                    "dollars": 0
                },
                "has_exclude_promotion_tag": false,
                "discounted_price": null,
                "listing": {
                    "discount_ratio_amount": 0,
                    "cost": 666,
                    "credit_ratio_amount": 0,
                    "price_info": {
                        "cents": 999,
                        "currency_iso": "TWD"
                    },
                    "name": "腿肉",
                    "qty": 1,
                    "product": {
                        "image_urls": [
                            ""
                        ],
                        "_id": "2cf49cf6-5240-4152-9ad7-c80ac4fdcdd7",
                        "collection_id": {
                            "_id": "4e54495d-e499-4c45-9dff-dc9b575ab377",
                            "name": "牛肉",
                            "desc": ""
                        },
                        "check_inventory": true,
                        "variants": [
                            {
                                "values": [],
                                "label": ""
                            }
                        ],
                        "supplier_id": {
                            "phone": "",
                            "name": "",
                            "note": "",
                            "address": ""
                        },
                        "tags": [],
                        "name": "腿肉",
                        "listing_ids": []
                    },
                    "listing": {
                        "cost_info": {
                            "currency_iso": "TWD",
                            "cents": 666
                        },
                        "sku": "222",
                        "image_urls": [],
                        "cost": 666,
                        "_id": "1a466fe3-7fd9-4570-a81d-c7fcf0e46f00",
                        "barcode": "69666804",
                        "product_id": "63e1f814c0ee900017e09364",
                        "name": "腿肉",
                        "barcode_type": "",
                        "price": 999,
                        "variants": [],
                        "price_info": {
                            "cents": 999,
                            "currency_iso": "TWD"
                        }
                    },
                    "type": "lineitem",
                    "cost_info": {
                        "currency_iso": "TWD",
                        "cents": 666
                    },
                    "is_returned_item": false,
                    "price": 999
                }
            },
            "item_id": "63e1f814c0ee900017e09364",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 999,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$999",
                "dollars": 999.0
            },
            "price": {
                "cents": 999,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$999",
                "dollars": 999.0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "cost": {
                "cents": 666,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$666",
                "dollars": 666.0
            },
            "ref_data": null,
            "media": {},
            "product_subscription_id": null,
            "title_translations": {
                "th": "",
                "de": "",
                "vi": "",
                "id": "",
                "zh-cn": "",
                "en": "腿肉",
                "ja": "",
                "fr": "",
                "ms": "",
                "zh-hant": ""
            },
            "fields_translations": {},
            "sku": "222",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 999,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$999",
                "dollars": 999.0
            },
            "order_discounted_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0.0
            },
            "discounted_price": null,
            "created_by": "pos",
            "object_data": {
                "status": "draft",
                "weight": 0.0,
                "barcode_type": "Code 128",
                "max_order_quantity": -1,
                "gtin": "69666804"
            }
        }
    ],
    "promotion_items": [],
    "custom_data": [],
    "custom_discount_items": [
        {
            "id": "63ef4c605f8c54210b19a990",
            "item_type": "CustomDiscount",
            "item_data": {
                "name": "折扣: $1,500",
                "discount_level": 2,
                "discount_special_flag": 0,
                "discount_type": 2,
                "discount_id": "B3DBFC03-15AF-422E-99AF-A7BFA2FC98CC"
            },
            "item_id": null,
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 1500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,500",
                "dollars": 1500.0
            },
            "price": {
                "cents": 1500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,500",
                "dollars": 1500.0
            },
            "price_sale": {
                "cents": 1500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,500",
                "dollars": 1500.0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "ref_data": null,
            "media": {},
            "product_subscription_id": null,
            "title_translations": {
                "en": "折扣: $1,500",
                "zh-hant": "折扣: $1,500",
                "zh-hk": "折扣: $1,500",
                "zh-cn": "折扣: $1,500",
                "zh-tw": "折扣: $1,500",
                "vi": "折扣: $1,500",
                "ms": "折扣: $1,500",
                "ja": "折扣: $1,500",
                "th": "折扣: $1,500",
                "id": "折扣: $1,500",
                "de": "折扣: $1,500",
                "fr": "折扣: $1,500"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 1500,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,500",
                "dollars": 1500.0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": null,
            "object_data": {
                "status": "temp"
            }
        }
    ],
    "affiliate_data": {},
    "ref_order_id": "",
    "ref_customer_id": null,
    "channel": {
        "created_by_channel_id": "5d53eeb2211ff2002f7d7f88",
        "created_by_channel_name": {
            "en": "麵包總門市",
            "zh-hant": "麵包總門市"
        }
    },
    "agent": {
        "email": "",
        "name": "0127",
        "phone": "",
        "status": "active"
    },
    "parent_order_id": "",
    "child_order_ids": [],
    "split_at": null,
    "confirmed_at": null,
    "created_from": "pos",
    "created_by": "pos",
    "updated_at": "2023-02-17T09:44:01.744+00:00",
    "created_at": "2023-02-17T09:44:00.979+00:00",
    "skip_fulfillment": false,
    "utm_data": {},
    "ga_tracked": false,
    "order_comments": [],
    "order_notes": [],
    "payment_slips": [],
    "order_source": {
        "id": "6125e8c0ffd6770035ba116e",
        "type": "offline_store",
        "source_id": "5d53eeb2211ff2002f7d7f88",
        "name": {
            "en": "麵包總門市",
            "zh-hant": "麵包總門市"
        }
    },
    "tags": [],
    "inclusive_tax_info": {},
    "cart_page_id": null,
    "is_guest_checkout": true,
    "applied_tax_info": {
        "sales": {},
        "delivery": {}
    },
    "default_warehouse_id": "5d53ecdc693a9f5c5a0bc46d",
    "return_from_order_id": null,
    "membership_tier_data": null
}
{
    "id": "62973475299d0f000fbc3ace",
    "order_number": "20220601094213492",
    "system_order_number": "20220601094213492",
    "merchant_order_number": null,
    "status": "pending",
    "order_remarks": "",
    "order_payment": {
        "id": "62973475299d0f000fbc3ad6",
        "payment_method_id": "622e1a672b23a3001dce45d0",
        "payment_type": "custom",
        "name_translations": {
            "zh-hant": "退貨銀行轉帳"
        },
        "status": "pending",
        "payment_fee": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0.0
        },
        "total": {
            "cents": 519,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$519",
            "dollars": 519.0
        },
        "paid_at": null,
        "updated_at": "2022-06-01T09:42:14.761+00:00",
        "created_at": "2022-06-01T09:42:13.261+00:00",
        "payment_data": {},
        "last_four_digits": "",
        "ref_payment_id": null,
        "payment_slips_setting": {
            "enabled": false,
            "days_of_guest_view": 1
        }
    },
    "order_delivery": {
        "id": "62973475299d0f000fbc3ad7",
        "delivery_option_id": "628f47a863c6bc000fbe5abd",
        "platform": "store_pickup",
        "status": "pending",
        "delivery_status": "pending",
        "name_translations": {
            "en": "",
            "zh-hant": "實體門市取貨"
        },
        "total": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0.0
        },
        "shipped_at": null,
        "arrived_at": null,
        "collected_at": null,
        "returned_at": null,
        "updated_at": "2022-06-01T09:42:13.285+00:00",
        "remark": null,
        "request_accepted_at": null,
        "request_authorized_at": null,
        "request_submitted_at": null,
        "requested_fmt_at": null,
        "require_expired_upload": false,
        "require_storeclosed_upload": false,
        "return_order_id": null,
        "store_closed_at": null,
        "storeclosed_upload_at": null,
        "exp_type": null,
        "delivery_type": "store_pickup",
        "requires_customer_address": false
    },
    "delivery_address": {
        "country_code": "TW",
        "country": "台灣",
        "city": null,
        "state": null,
        "postcode": null,
        "address_1": null,
        "address_2": null,
        "key": null,
        "layer1": null,
        "layer2": null,
        "layer3": null,
        "district": null,
        "logistic_codes": [],
        "recipient_name": "stella",
        "recipient_phone": "82005605",
        "recipient_phone_country_code": null,
        "remarks": null
    },
    "delivery_data": {
        "hk_sfplus_home_region": null,
        "location_code": null,
        "location_name": "松山門市",
        "location_short_name": null,
        "name_translations": null,
        "store_address": "松山  100 號",
        "url": null,
        "tracking_number": "",
        "scheduled_delivery_date": null,
        "time_slot_key": "",
        "time_slot_translations": null,
        "instore_pickup": true,
        "target_channel_id": "622f115f7476665ab19622dc",
        "store_address_detail": {
            "level_1": "台灣",
            "level_2": "台北",
            "level_3": "松山區"
        }
    },
    "cart_attributes": {
        "affiliate_data": {},
        "shop_session_id": ""
    },
    "customer_id": "6226de4aa92df0000bba813c",
    "customer_name": "stella",
    "customer_email": "[email protected]",
    "customer_phone": "82005605",
    "customer_phone_country_code": "",
    "customer_info": {
        "gender": "male",
        "birthday": "2001-01-01",
        "custom_data": [
            {
                "value": "www",
                "name_translations": {
                    "zh-hant": "婚姻狀態"
                },
                "field_id": "622780894551c6001463403b"
            }
        ]
    },
    "currency_iso": "TWD",
    "subtotal": {
        "cents": 1297,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$1,297",
        "dollars": 1297.0
    },
    "order_discount": {
        "cents": 259,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$259",
        "dollars": 259.0
    },
    "user_credit": {
        "cents": 519,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$519",
        "dollars": 519.0
    },
    "total_tax_fee": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "total": {
        "cents": 519,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$519",
        "dollars": 519.0
    },
    "order_points": 0,
    "order_points_to_cash": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0.0
    },
    "invoice": {
        "tax_id": "",
        "mailing_address": "",
        "invoice_type": "",
        "buyer_name": "",
        "carrier_type": "",
        "carrier_number": "",
        "n_p_o_b_a_n": "",
        "invoice_tax_type": "",
        "invoice_number": "",
        "invoice_status": "",
        "invoice_date": null,
        "invoice_cancelled_at": null
    },
    "subtotal_items": [
        {
            "id": "62973475299d0f000fbc3ad1",
            "item_type": "ProductSet",
            "item_data": {
                "cart_item_id": "62971f540196f9000fac6241",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {
                    "order_discounted_price": "62973475299d0f000fbc3ad0"
                },
                "order_discounted_price": {
                    "cents": 239,
                    "currency_symbol": "NT$",
                    "currency_iso": "TWD",
                    "label": "NT$239",
                    "dollars": 239.0
                },
                "has_exclude_promotion_tag": false,
                "selected_child_products": [
                    {
                        "child_product_id": "623038ec40a182001d2d8ed0",
                        "child_variation_id": null,
                        "quantity": 1,
                        "stock_id": "623038ec40a182001d2d8ed7"
                    },
                    {
                        "child_product_id": "624d309cdb3cfa000fe52967",
                        "child_variation_id": null,
                        "quantity": 1,
                        "stock_id": "624d309cdb3cfa000fe5296f"
                    }
                ]
            },
            "item_id": "628329a7e513c900125b8311",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 399,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$399",
                "dollars": 399.0
            },
            "price": {
                "cents": 599,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$599",
                "dollars": 599.0
            },
            "price_sale": {
                "cents": 399,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$399",
                "dollars": 399.0
            },
            "cost": {
                "cents": 250,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$250",
                "dollars": 250.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    },
                    "favicon_small": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    },
                    "favicon": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    },
                    "favicon_large": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    },
                    "transparent_thumb": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    },
                    "transparent_large": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    },
                    "transparent_xlarge": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    },
                    "thumb": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    },
                    "source": {
                        "width": 259.0,
                        "height": 194.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6283297644845747e2060781/original.jpeg?1652762998"
                    }
                },
                "_id": "6283297644845747e2060781",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "女兒節禮盒",
                "zh-hant": "女兒節禮盒"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 3,
            "total": {
                "cents": 1197,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,197",
                "dollars": 1197.0
            },
            "order_discounted_price": {
                "cents": 239,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$239",
                "dollars": 239.0
            },
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active",
                "weight": 0.0,
                "barcode_type": "Code 128",
                "max_order_quantity": -1,
                "gtin": "00489594"
            },
            "child_products": [
                {
                    "title_translations": {
                        "zh-hant": "背心"
                    },
                    "weight": 0.0,
                    "id": "623038ec40a182001d2d8ed0",
                    "variation_id": null,
                    "fields_translations": null,
                    "price": {
                        "cents": 300,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$300",
                        "dollars": 300.0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0.0
                    },
                    "sku": "N0001"
                },
                {
                    "title_translations": {
                        "zh-hant": "無規格裙子"
                    },
                    "weight": 0.0,
                    "id": "624d309cdb3cfa000fe52967",
                    "variation_id": null,
                    "fields_translations": null,
                    "price": {
                        "cents": 120,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$120",
                        "dollars": 120.0
                    },
                    "price_sale": {
                        "cents": 0,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$0",
                        "dollars": 0.0
                    },
                    "sku": null
                }
            ]
        },
        {
            "id": "62973475299d0f000fbc3ad2",
            "item_type": "Product",
            "item_data": {
                "cart_item_id": "6297345c006626001b94b899",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {
                    "order_discounted_price": "62973475299d0f000fbc3ad0"
                },
                "order_discounted_price": {
                    "cents": 20,
                    "currency_symbol": "NT$",
                    "currency_iso": "TWD",
                    "label": "NT$20",
                    "dollars": 20.0
                },
                "has_exclude_promotion_tag": false
            },
            "item_id": "6295d1f57e4e850027233c87",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100.0
            },
            "price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100.0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0.0
            },
            "cost": {
                "cents": 50,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$50",
                "dollars": 50.0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    },
                    "favicon_small": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    },
                    "favicon": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    },
                    "favicon_large": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    },
                    "transparent_thumb": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    },
                    "transparent_large": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    },
                    "transparent_xlarge": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    },
                    "thumb": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    },
                    "source": {
                        "width": 750.0,
                        "height": 750.0,
                        "url": "https://img.shoplineapp.com/media/image_clips/6295d1a60e8586001e0582cc/original.jpeg?1653985701"
                    }
                },
                "_id": "6295d1a60e8586001e0582cc",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "sleeper",
                "zh-hant": "睡衣"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100.0
            },
            "order_discounted_price": {
                "cents": 20,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$20",
                "dollars": 20.0
            },
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active",
                "weight": 0.0,
                "barcode_type": "Code 128",
                "max_order_quantity": -1,
                "gtin": "88888888"
            }
        }
    ],
    "promotion_items": [
        {
            "id": "62973475299d0f000fbc3ad0",
            "discountable_amount": null,
            "discounted_amount": {
                "cents": 259,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$259",
                "dollars": 259.0
            },
            "subtotal_after": {
                "cents": 1038,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$1,038",
                "dollars": 1038.0
            },
            "promotion": {
                "_id": "6227712cdc7adb002f550796",
                "addon_product_id": null,
                "available_platforms": [
                    "ec"
                ],
                "banner_media_ids": [],
                "codes": null,
                "coupon_generated_by": null,
                "coupon_type": null,
                "created_at": "2022-03-08T15:07:24.731Z",
                "description_translations": {},
                "discount_amount": null,
                "discount_on": "order",
                "discount_percentage": 20.0,
                "discount_type": "percentage",
                "discountable_category_ids": [],
                "discountable_product_ids": [],
                "discountable_quantity": null,
                "discounted_point": null,
                "discounted_price": null,
                "end_at": null,
                "extended_promotion_id": null,
                "first_purchase_only": false,
                "for_affiliate_campaign": false,
                "is_accumulated": false,
                "max_use_count": 0,
                "membership_tier_id": "6227712c022b5e6c02966fc2",
                "merchant_id": "6226cca9ab30a9005121f6a2",
                "min_price_type": "subtotal",
                "multiple_code": false,
                "requires_membership": false,
                "seo_description_translations": {},
                "seo_keywords": null,
                "seo_title_translations": {},
                "show_coupon": false,
                "start_at": null,
                "status": "hidden",
                "term_translations": {},
                "title_translations": {},
                "updated_at": "2022-03-13T16:23:03.755Z",
                "use_count": 18,
                "user_max_use_count": 0,
                "whitelisted_tag_contents": [],
                "is_extend_promotion": false,
                "id": "6227712cdc7adb002f550796"
            },
            "updated_at": "2022-06-01T09:42:13.113+00:00",
            "created_at": "2022-06-01T09:42:13.113+00:00",
            "item_data": null,
            "promotion_conditions_data": [],
            "coupon_code": null
        }
    ],
    "custom_data": [
        {
            "value": "",
            "field_translations": {
                "zh-hant": "Line ID"
            },
            "field_id": "628f495063c6bc0012be5af3"
        }
    ],
    "custom_discount_items": [],
    "affiliate_data": {},
    "ref_order_id": "",
    "ref_customer_id": "",
    "channel": {},
    "parent_order_id": "",
    "child_order_ids": [],
    "split_at": null,
    "confirmed_at": null,
    "created_from": "shop",
    "created_by": "shop",
    "updated_at": "2023-02-23T08:32:22.721+00:00",
    "created_at": "2022-06-01T09:42:13.077+00:00",
    "skip_fulfillment": false,
    "utm_data": {},
    "ga_tracked": false,
    "order_comments": [],
    "order_notes": [],
    "payment_slips": [],
    "order_source": {
        "id": "6226dec6a90854002f6f4826",
        "type": "storefront",
        "source_id": null,
        "name": null
    },
    "tags": [
        "stella",
        "zlya"
    ],
    "inclusive_tax_info": {},
    "cart_page_id": null,
    "is_guest_checkout": false,
    "applied_tax_info": {
        "sales": {},
        "delivery": {}
    },
    "default_warehouse_id": "622ee89cec6274001cb7d101",
    "return_from_order_id": null,
    "membership_tier_data": {
        "_id": "6227712c022b5e6c02966fc2",
        "coupon_ids": [],
        "created_at": "2022-03-08T15:07:24.522Z",
        "level": 3,
        "membership_tier_scheme_id": "6226d1494f8fd000296cfd27",
        "merchant_id": "6226cca9ab30a9005121f6a2",
        "name_translations": {
            "zh-hant": "頂級會員"
        },
        "status": "active",
        "updated_at": "2022-03-08T15:07:24.522Z",
        "wapos_id": "804c801f-b838-4f65-9573-560dadf860d3"
    }
}
{
    "id": "6670fc2cd5db87006e247b45",
    "order_number": "20240618031700901",
    "system_order_number": "20240618031700901",
    "merchant_order_number": null,
    "status": "pending",
    "order_remarks": "",
    "order_payment": {
        "id": "6670fc2d91958e002f0665c0",
        "payment_method_id": "64ccba081e7315181eeb3fa0",
        "payment_type": "order_combine",
        "name_translations": {
            "zh-hant": "付款方式以原訂單為準",
            "zh-cn": "付款方式以原订单为准",
            "en": "Payment method is subject to the original order",
            "vi": "Phương thức thanh toán dựa theo đơn hàng ban đầu",
            "th": "วิธีชำระเงินขึ้นอยู่กับคำสั่งซื้อเดิม"
        },
        "status": "completed",
        "payment_fee": {
            "cents": 0,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "",
            "dollars": 0
        },
        "total": {
            "cents": 205,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$205",
            "dollars": 205
        },
        "paid_at": "2024-06-18T03:17:01.126+00:00",
        "updated_at": "2024-06-18T03:17:01.127+00:00",
        "created_at": "2024-06-18T03:17:01.127+00:00",
        "payment_data": {},
        "last_four_digits": "",
        "ref_payment_id": null
    },
    "order_delivery": {
        "id": "6670fc2d91958e002f0665c1",
        "delivery_option_id": "664703ef02611c0243e4eeb5",
        "platform": "custom",
        "status": "pending",
        "delivery_status": "pending",
        "name_translations": {
            "en": "",
            "zh-hant": "vvviiiccc",
            "zh-cn": "",
            "vi": "",
            "ms": "",
            "ja": "",
            "th": "",
            "id": ""
        },
        "total": {
            "cents": 5,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$5",
            "dollars": 5
        },
        "shipped_at": null,
        "arrived_at": null,
        "collected_at": null,
        "returned_at": null,
        "updated_at": "2024-06-18T03:17:00.421+00:00",
        "remark": null,
        "request_accepted_at": null,
        "request_authorized_at": null,
        "request_submitted_at": null,
        "requested_fmt_at": null,
        "require_expired_upload": false,
        "require_storeclosed_upload": false,
        "return_order_id": null,
        "store_closed_at": null,
        "storeclosed_upload_at": null,
        "exp_type": null,
        "delivery_type": "custom",
        "requires_customer_address": true
    },
    "delivery_address": {
        "country_code": "TW",
        "country": "台灣",
        "city": "台北市",
        "state": null,
        "postcode": "100",
        "address_1": "test",
        "address_2": "中正區",
        "key": null,
        "layer1": null,
        "layer2": null,
        "layer3": null,
        "district": null,
        "logistic_codes": [
            "1200001",
            "1200023"
        ],
        "recipient_name": "alex測試合併業績",
        "recipient_phone": "0972708510",
        "recipient_phone_country_code": "886",
        "remarks": null
    },
    "delivery_data": {
        "hk_sfplus_home_region": null,
        "location_code": null,
        "location_name": null,
        "location_short_name": null,
        "name_translations": null,
        "store_address": null,
        "url": null,
        "tracking_number": "",
        "scheduled_delivery_date": null,
        "time_slot_key": "",
        "time_slot_translations": null,
        "instore_pickup": false,
        "target_channel_id": null,
        "store_address_detail": {}
    },
    "cart_attributes": {
        "cart_id": "1327315",
        "affiliate_data": {
            "74b39e79-1e02-45c5-80fd-e76979c085d1": {
                "channel_id": "",
                "ref_data": "",
                "affiliate_source": "express_link",
                "metadata": {
                    "order_source": {
                        "type": "shop_crm",
                        "source_id": "63d8a173164ac629f6562d5f",
                        "name": {
                            "zh-hant": "多購物車test",
                            "en": "多購物車test"
                        }
                    }
                }
            },
            "0fa104d1-10d1-4b90-a883-7271d687325b": {
                "affiliate_ref_id": "0fa104d1-10d1-4b90-a883-7271d687325b",
                "affiliate_source": "express_link",
                "ref_data": "",
                "channel_id": "",
                "agent_id": "66706b726eacdf0073065c0d",
                "affiliate_name": "express_link"
            }
        },
        "shop_session_id": ""
    },
    "customer_id": "66706c1c1ab2bc001e664a5e",
    "customer_name": "alex測試合併業績",
    "customer_email": "[email protected]",
    "customer_phone": "0972708510",
    "customer_phone_country_code": null,
    "customer_info": {
        "gender": "male",
        "birthday": "",
        "birth_year": null,
        "birth_month": null,
        "birth_day": null,
        "custom_data": [
            {
                "value": "",
                "name_translations": {
                    "zh-hant": "IG 帳號"
                },
                "field_id": "64d9ec55ba0ca90046ed818c"
            },
            {
                "value": "",
                "name_translations": {
                    "zh-hant": "Line 帳號"
                },
                "field_id": "64d9ec55ba0ca90046ed818d"
            },
            {
                "value": "",
                "name_translations": {
                    "zh-hant": "FB 帳號"
                },
                "field_id": "64d9ec55ba0ca90046ed818e"
            }
        ]
    },
    "currency_iso": "TWD",
    "subtotal": {
        "cents": 200,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$200",
        "dollars": 200
    },
    "order_discount": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0
    },
    "user_credit": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0
    },
    "total_tax_fee": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0
    },
    "total": {
        "cents": 205,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "NT$205",
        "dollars": 205
    },
    "order_points": 0,
    "order_points_to_cash": {
        "cents": 0,
        "currency_symbol": "NT$",
        "currency_iso": "TWD",
        "label": "",
        "dollars": 0
    },
    "invoice": {
        "tax_id": "",
        "mailing_address": "",
        "invoice_type": "0",
        "buyer_name": "",
        "carrier_type": "0",
        "carrier_number": "",
        "n_p_o_b_a_n": "",
        "invoice_tax_type": "",
        "invoice_number": "",
        "invoice_status": "",
        "invoice_date": null,
        "invoice_cancelled_at": null
    },
    "invoices": [],
    "subtotal_items": [
        {
            "id": "6670fc2c91958e002f0665ba",
            "item_type": "Product",
            "item_data": {
                "cart_item_id": "2046853",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {},
                "custom_discounted_amount": {
                    "cents": 0,
                    "currency_symbol": "NT$",
                    "currency_iso": "TWD",
                    "label": "",
                    "dollars": 0
                },
                "custom_discounted_amount_items": [],
                "variation_data": {
                    "_id": "661265a0f33cf5009a26a2d1",
                    "barcode_type": "Code 128",
                    "cost": null,
                    "created_at": "2024-04-07T09:21:36.928Z",
                    "feed_variations": {
                        "color": {
                            "zh-hant": "已過",
                            "en": "",
                            "zh-cn": "",
                            "vi": "",
                            "ms": "",
                            "ja": "",
                            "th": "",
                            "id": ""
                        },
                        "size": {
                            "zh-hant": "連著",
                            "en": "",
                            "zh-cn": "",
                            "vi": "",
                            "ms": "",
                            "ja": "",
                            "th": "",
                            "id": ""
                        }
                    },
                    "fields": [
                        {
                            "name_translations": {
                                "en": "",
                                "zh-hant": "已過",
                                "zh-cn": "",
                                "vi": "",
                                "ms": "",
                                "ja": "",
                                "th": "",
                                "id": ""
                            }
                        },
                        {
                            "name_translations": {
                                "en": "",
                                "zh-hant": "連著",
                                "zh-cn": "",
                                "vi": "",
                                "ms": "",
                                "ja": "",
                                "th": "",
                                "id": ""
                            }
                        }
                    ],
                    "fields_translations": {
                        "en": [
                            "",
                            ""
                        ],
                        "zh-hant": [
                            "已過",
                            "連著"
                        ],
                        "zh-cn": [
                            "",
                            ""
                        ],
                        "vi": [
                            "",
                            ""
                        ],
                        "ms": [
                            "",
                            ""
                        ],
                        "ja": [
                            "",
                            ""
                        ],
                        "th": [
                            "",
                            ""
                        ],
                        "id": [
                            "",
                            ""
                        ]
                    },
                    "gtin": "16825590",
                    "key": "661265a05b05f9002d864cf5",
                    "location_id": null,
                    "max_order_quantity": -1,
                    "media_id": null,
                    "member_price": null,
                    "mpn": null,
                    "out_of_stock_orderable": false,
                    "preorder_limit": -1,
                    "price": {
                        "cents": 100,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$100",
                        "dollars": 100
                    },
                    "price_sale": null,
                    "root_product_variation_id": "661265a1f33cf5009a26a2ea",
                    "sku": null,
                    "stock_ids": [
                        "661265a1f33cf5009a26a2f7",
                        "661265a1f33cf5009a26a2f8"
                    ],
                    "unlimited_quantity": null,
                    "updated_at": "2024-04-07T09:22:17.999Z",
                    "variant_option_ids": [
                        "661265a0f33cf5009a26a2d7",
                        "661265a0f33cf5009a26a2da"
                    ],
                    "wapos_id": "c16602b5-0968-4bfd-ae18-8df28ae09b23",
                    "weight": 0,
                    "media_hash": {}
                }
            },
            "item_id": "659f529916da010048ed9d93",
            "item_variation_id": "661265a0f33cf5009a26a2d1",
            "item_variation_key": "661265a05b05f9002d864cf5",
            "item_price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "favicon_small": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "favicon": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "favicon_large": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "transparent_thumb": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "transparent_large": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "transparent_xlarge": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "thumb": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "source": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    }
                },
                "_id": "659f527ca63cee005fe515c7",
                "alt_translations": {},
                "blurhash": "UJSPX^o$-:kDxuWBj]j[_4jDM}s.j?ogRjj]"
            },
            "product_subscription_id": null,
            "title_translations": {
                "zh-hant": "aike_測試商品"
            },
            "fields_translations": {
                "en": [
                    "",
                    ""
                ],
                "zh-hant": [
                    "已過",
                    "連著"
                ],
                "zh-cn": [
                    "",
                    ""
                ],
                "vi": [
                    "",
                    ""
                ],
                "ms": [
                    "",
                    ""
                ],
                "ja": [
                    "",
                    ""
                ],
                "th": [
                    "",
                    ""
                ],
                "id": [
                    "",
                    ""
                ]
            },
            "sku": "",
            "is_preorder": true,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active"
            }
        },
        {
            "id": "6670fc2c91958e002f0665bc",
            "item_type": "Product",
            "item_data": {
                "cart_item_id": "2046885",
                "promotion_id": null,
                "parent_item_ids": [],
                "triggering_item_id": "",
                "order_promotion_items": {},
                "custom_discounted_amount": {
                    "cents": 0,
                    "currency_symbol": "NT$",
                    "currency_iso": "TWD",
                    "label": "",
                    "dollars": 0
                },
                "custom_discounted_amount_items": [],
                "variation_data": {
                    "_id": "661265a0f33cf5009a26a2d5",
                    "barcode_type": "Code 128",
                    "cost": null,
                    "created_at": "2024-04-07T09:21:36.930Z",
                    "feed_variations": {
                        "color": {
                            "zh-hant": "萬重山",
                            "en": "",
                            "zh-cn": "",
                            "vi": "",
                            "ms": "",
                            "ja": "",
                            "th": "",
                            "id": ""
                        },
                        "size": {
                            "zh-hant": "山外山",
                            "en": "",
                            "zh-cn": "",
                            "vi": "",
                            "ms": "",
                            "ja": "",
                            "th": "",
                            "id": ""
                        }
                    },
                    "fields": [
                        {
                            "name_translations": {
                                "en": "",
                                "zh-hant": "萬重山",
                                "zh-cn": "",
                                "vi": "",
                                "ms": "",
                                "ja": "",
                                "th": "",
                                "id": ""
                            }
                        },
                        {
                            "name_translations": {
                                "en": "",
                                "zh-hant": "山外山",
                                "zh-cn": "",
                                "vi": "",
                                "ms": "",
                                "ja": "",
                                "th": "",
                                "id": ""
                            }
                        }
                    ],
                    "fields_translations": {
                        "en": [
                            "",
                            ""
                        ],
                        "zh-hant": [
                            "萬重山",
                            "山外山"
                        ],
                        "zh-cn": [
                            "",
                            ""
                        ],
                        "vi": [
                            "",
                            ""
                        ],
                        "ms": [
                            "",
                            ""
                        ],
                        "ja": [
                            "",
                            ""
                        ],
                        "th": [
                            "",
                            ""
                        ],
                        "id": [
                            "",
                            ""
                        ]
                    },
                    "gtin": "59817037",
                    "key": "661265a05b05f9002d864cf9",
                    "location_id": null,
                    "max_order_quantity": -1,
                    "media_id": null,
                    "member_price": null,
                    "mpn": null,
                    "out_of_stock_orderable": false,
                    "preorder_limit": -1,
                    "price": {
                        "cents": 100,
                        "currency_symbol": "NT$",
                        "currency_iso": "TWD",
                        "label": "NT$100",
                        "dollars": 100
                    },
                    "price_sale": null,
                    "root_product_variation_id": "661265a1f33cf5009a26a2ee",
                    "sku": null,
                    "stock_ids": [
                        "661265a1f33cf5009a26a2ff",
                        "661265a1f33cf5009a26a300"
                    ],
                    "unlimited_quantity": null,
                    "updated_at": "2024-04-07T09:22:17.999Z",
                    "variant_option_ids": [
                        "661265a0f33cf5009a26a2d8",
                        "661265a0f33cf5009a26a2db"
                    ],
                    "wapos_id": "7267c255-f64f-4bd4-a2d7-64f15a6773c3",
                    "weight": 0,
                    "media_hash": {}
                }
            },
            "item_id": "659f529916da010048ed9d93",
            "item_variation_id": "661265a0f33cf5009a26a2d5",
            "item_variation_key": "661265a05b05f9002d864cf9",
            "item_price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "price": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "cost": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "favicon_small": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "favicon": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "favicon_large": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "transparent_thumb": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "transparent_large": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "transparent_xlarge": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "thumb": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    },
                    "source": {
                        "width": 400,
                        "height": 400,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/659f527ca63cee005fe515c7/original.jpg?1704940156"
                    }
                },
                "_id": "659f527ca63cee005fe515c7",
                "alt_translations": {},
                "blurhash": "UJSPX^o$-:kDxuWBj]j[_4jDM}s.j?ogRjj]"
            },
            "product_subscription_id": null,
            "title_translations": {
                "zh-hant": "aike_測試商品"
            },
            "fields_translations": {
                "en": [
                    "",
                    ""
                ],
                "zh-hant": [
                    "萬重山",
                    "山外山"
                ],
                "zh-cn": [
                    "",
                    ""
                ],
                "vi": [
                    "",
                    ""
                ],
                "ms": [
                    "",
                    ""
                ],
                "ja": [
                    "",
                    ""
                ],
                "th": [
                    "",
                    ""
                ],
                "id": [
                    "",
                    ""
                ]
            },
            "sku": "",
            "is_preorder": true,
            "preorder_note_translations": {},
            "quantity": 1,
            "total": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "gender": "unisex",
                "age_group": "all_ages",
                "adult": "no",
                "condition": "new",
                "status": "active"
            }
        },
        {
            "id": "6670fc2c91958e002f0665bd",
            "item_type": "Gift",
            "item_data": {
                "cart_item_id": "6670f790f4fed80075dfa37e",
                "promotion_id": "65fbf8eb3e8f060b72acafae",
                "parent_item_ids": [
                    "6670f790f4fed80075dfa37d"
                ],
                "triggering_item_id": ""
            },
            "item_id": "63eb53351ac51b665f74bfbb",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "cost": {
                "cents": 20,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$20",
                "dollars": 20
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "favicon_small": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "favicon": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "favicon_large": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "transparent_thumb": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "transparent_large": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "transparent_xlarge": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "thumb": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "source": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    }
                },
                "_id": "63eb53251ac51b0e1474bd24",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "贈品測試"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 2,
            "total": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "status": "active",
                "weight": 1,
                "barcode_type": "Code 128",
                "gtin": "35478847"
            }
        },
        {
            "id": "6670fc2c91958e002f0665be",
            "item_type": "Gift",
            "item_data": {
                "cart_item_id": "6670fb8661aa40293fbf8865",
                "promotion_id": "65fbf8eb3e8f060b72acafae",
                "parent_item_ids": [
                    "6670fb8661aa40293fbf8864"
                ],
                "triggering_item_id": ""
            },
            "item_id": "63eb53351ac51b665f74bfbb",
            "item_variation_id": "",
            "item_variation_key": "",
            "item_price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "price": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "price_sale": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$0",
                "dollars": 0
            },
            "cost": {
                "cents": 20,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$20",
                "dollars": 20
            },
            "ref_data": null,
            "media": {
                "images": {
                    "original": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "favicon_small": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "favicon": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "favicon_large": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "transparent_thumb": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "transparent_large": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "transparent_xlarge": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "thumb": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    },
                    "source": {
                        "width": 160,
                        "height": 150,
                        "url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/63eb53251ac51b0e1474bd24/original.png?1676366629"
                    }
                },
                "_id": "63eb53251ac51b0e1474bd24",
                "alt_translations": {}
            },
            "product_subscription_id": null,
            "title_translations": {
                "en": "贈品測試"
            },
            "fields_translations": {},
            "sku": "",
            "is_preorder": false,
            "preorder_note_translations": {},
            "quantity": 2,
            "total": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "order_discounted_price": null,
            "discounted_price": null,
            "created_by": "admin",
            "object_data": {
                "status": "active",
                "weight": 1,
                "barcode_type": "Code 128",
                "gtin": "35478847"
            }
        }
    ],
    "promotion_items": [
        {
            "id": "6670fc2d91958e002f0665c5",
            "discountable_amount": null,
            "discounted_amount": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "subtotal_after": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "promotion": {
                "_id": "65fbf8eb3e8f060b72acafae",
                "addon_product_id": null,
                "available_channel_ids": [],
                "available_platforms": [
                    "ec"
                ],
                "banner_media_ids": [],
                "codes": [],
                "coupon_generated_by": null,
                "coupon_type": null,
                "created_at": "2024-03-21T09:07:55.247Z",
                "description_translations": {},
                "discount_amount": null,
                "discount_on": "order",
                "discount_percentage": null,
                "discount_type": "gift",
                "discountable_category_ids": [],
                "discountable_product_ids": [
                    "63eb53351ac51b665f74bfbb"
                ],
                "discountable_quantity": 2,
                "discounted_point": null,
                "discounted_price": null,
                "draw_end_at": null,
                "draw_from": null,
                "draw_start_at": null,
                "drew_coupon_count": 0,
                "end_at": null,
                "extended_promotion_id": null,
                "first_purchase_only": false,
                "for_affiliate_campaign": false,
                "is_accumulated": false,
                "max_use_count": null,
                "membership_tier_id": null,
                "merchant_id": "61adc919065f7e0028cc8a27",
                "min_price_type": "after_discount",
                "multiple_code": false,
                "requires_membership": false,
                "seo_description_translations": {},
                "seo_enabled": true,
                "seo_keywords": null,
                "seo_title_translations": {},
                "show_coupon": false,
                "start_at": "2024-03-21T09:00:00.000Z",
                "status": "active",
                "term_translations": {},
                "title_translations": {
                    "zh-hant": "送"
                },
                "updated_at": "2024-06-07T02:54:03.127Z",
                "use_count": 174,
                "user_max_use_count": 0,
                "whitelisted_tag_contents": [],
                "is_extend_promotion": false,
                "id": "65fbf8eb3e8f060b72acafae"
            },
            "updated_at": "2024-06-18T03:17:00.421+00:00",
            "created_at": "2024-06-18T03:17:00.421+00:00",
            "item_data": {
                "type": "promotion",
                "promotion_id": "65fbf8eb3e8f060b72acafae",
                "parent_item_ids": [],
                "tax_region_id": null,
                "item_data": {},
                "triggering_item_id": null,
                "variation_id": null,
                "quantity": 2,
                "tax_price": null,
                "custom_price": null,
                "product_id": null,
                "addon_feature_id": null,
                "id": "6670f790f4fed80075dfa37d"
            },
            "promotion_conditions_data": [],
            "coupon_code": null
        },
        {
            "id": "6670fc2d91958e002f0665c6",
            "discountable_amount": null,
            "discounted_amount": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "subtotal_after": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "promotion": {
                "_id": "65dbfdb529131300685a3036",
                "addon_product_id": null,
                "available_channel_ids": [],
                "available_platforms": [
                    "ec"
                ],
                "banner_media_ids": [],
                "codes": [],
                "coupon_generated_by": null,
                "coupon_type": null,
                "created_at": "2024-02-26T02:55:49.885Z",
                "description_translations": {},
                "discount_amount": null,
                "discount_on": "order",
                "discount_percentage": null,
                "discount_type": "credit_reward",
                "discountable_category_ids": [],
                "discountable_product_ids": [],
                "discountable_quantity": null,
                "discounted_point": null,
                "discounted_price": null,
                "draw_end_at": null,
                "draw_from": null,
                "draw_start_at": null,
                "drew_coupon_count": 0,
                "end_at": null,
                "extended_promotion_id": null,
                "first_purchase_only": false,
                "for_affiliate_campaign": false,
                "is_accumulated": false,
                "max_use_count": null,
                "membership_tier_id": null,
                "merchant_id": "61adc919065f7e0028cc8a27",
                "min_price_type": "after_discount",
                "multiple_code": false,
                "requires_membership": true,
                "seo_description_translations": {},
                "seo_enabled": true,
                "seo_keywords": null,
                "seo_title_translations": {},
                "show_coupon": false,
                "start_at": "2024-02-26T03:00:00.000Z",
                "status": "active",
                "term_translations": {},
                "title_translations": {
                    "en": "",
                    "zh-hant": "test",
                    "zh-cn": "",
                    "vi": "",
                    "ms": "",
                    "ja": "",
                    "th": "",
                    "id": ""
                },
                "updated_at": "2024-02-26T02:55:49.885Z",
                "use_count": 252,
                "user_max_use_count": null,
                "whitelisted_tag_contents": [],
                "is_extend_promotion": false,
                "id": "65dbfdb529131300685a3036"
            },
            "updated_at": "2024-06-18T03:17:00.421+00:00",
            "created_at": "2024-06-18T03:17:00.421+00:00",
            "item_data": null,
            "promotion_conditions_data": [
                {
                    "min_item_count": null,
                    "min_price": {
                        "cents": 10,
                        "currency_iso": "TWD"
                    },
                    "type": null,
                    "whitelisted_product_ids": [],
                    "whitelisted_category_ids": [],
                    "blacklisted_product_ids": [],
                    "id": "65dbfdb529131300685a3035"
                }
            ],
            "coupon_code": null
        },
        {
            "id": "6670fc2d91958e002f0665c7",
            "discountable_amount": null,
            "discounted_amount": {
                "cents": 0,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "",
                "dollars": 0
            },
            "subtotal_after": {
                "cents": 100,
                "currency_symbol": "NT$",
                "currency_iso": "TWD",
                "label": "NT$100",
                "dollars": 100
            },
            "promotion": {
                "_id": "65fbf8eb3e8f060b72acafae",
                "addon_product_id": null,
                "available_channel_ids": [],
                "available_platforms": [
                    "ec"
                ],
                "banner_media_ids": [],
                "codes": [],
                "coupon_generated_by": null,
                "coupon_type": null,
                "created_at": "2024-03-21T09:07:55.247Z",
                "description_translations": {},
                "discount_amount": null,
                "discount_on": "order",
                "discount_percentage": null,
                "discount_type": "gift",
                "discountable_category_ids": [],
                "discountable_product_ids": [
                    "63eb53351ac51b665f74bfbb"
                ],
                "discountable_quantity": 2,
                "discounted_point": null,
                "discounted_price": null,
                "draw_end_at": null,
                "draw_from": null,
                "draw_start_at": null,
                "drew_coupon_count": 0,
                "end_at": null,
                "extended_promotion_id": null,
                "first_purchase_only": false,
                "for_affiliate_campaign": false,
                "is_accumulated": false,
                "max_use_count": null,
                "membership_tier_id": null,
                "merchant_id": "61adc919065f7e0028cc8a27",
                "min_price_type": "after_discount",
                "multiple_code": false,
                "requires_membership": false,
                "seo_description_translations": {},
                "seo_enabled": true,
                "seo_keywords": null,
                "seo_title_translations": {},
                "show_coupon": false,
                "start_at": "2024-03-21T09:00:00.000Z",
                "status": "active",
                "term_translations": {},
                "title_translations": {
                    "zh-hant": "送"
                },
                "updated_at": "2024-06-07T02:54:03.127Z",
                "use_count": 175,
                "user_max_use_count": 0,
                "whitelisted_tag_contents": [],
                "is_extend_promotion": false,
                "id": "65fbf8eb3e8f060b72acafae"
            },
            "updated_at": "2024-06-18T03:17:00.421+00:00",
            "created_at": "2024-06-18T03:17:00.421+00:00",
            "item_data": {
                "type": "promotion",
                "promotion_id": "65fbf8eb3e8f060b72acafae",
                "parent_item_ids": [],
                "tax_region_id": null,
                "item_data": {},
                "triggering_item_id": null,
                "variation_id": null,
                "quantity": 2,
                "tax_price": null,
                "custom_price": null,
                "product_id": null,
                "addon_feature_id": null,
                "id": "6670fb8661aa40293fbf8864"
            },
            "promotion_conditions_data": [],
            "coupon_code": null
        }
    ],
    "custom_data": [],
    "custom_discount_items": [],
    "affiliate_data": {},
    "ref_order_id": "",
    "ref_customer_id": "",
    "channel": {},
    "parent_order_id": "",
    "child_order_ids": [],
    "split_at": null,
    "confirmed_at": null,
    "created_from": "admin_combined",
    "created_by": "shop",
    "updated_at": "2024-06-18T03:17:01.999+00:00",
    "created_at": "2024-06-18T03:17:00.313+00:00",
    "edited_at": null,
    "skip_fulfillment": false,
    "utm_data": {},
    "ga_tracked": false,
    "order_comments": [],
    "order_notes": [],
    "payment_slips": [],
    "order_source": {
        "id": "62e25b57c318173d0658d527",
        "type": "other",
        "source_id": null,
        "name": null
    },
    "tags": [],
    "inclusive_tax_info": {
        "type": "inclusive",
        "tax_region_id": "65ad19aa18ef870080d52519",
        "rate": 0.1,
        "fee": {
            "cents": 9,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$9",
            "dollars": 9
        },
        "country_code": "TW",
        "tax_name": "萬萬稅"
    },
    "cart_page_id": null,
    "is_guest_checkout": false,
    "applied_tax_info": {
        "sales": {},
        "delivery": {}
    },
    "default_warehouse_id": "63d89d15164ac6001a6f112b",
    "return_from_order_id": null,
    "combined_to_order_id": null,
    "combined_from_order_ids": [
        "6670f790f4fed80075dfa383",
        "6670fb8661aa40293fbf886a"
    ],
    "membership_tier_data": null,
    "product_subscription_period": null,
    "checkout_object_data": {
        "_id": "6670fc2cd5db87006e247b46",
        "number": "C20240618031700902",
        "current_total": {
            "cents": 205,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$205",
            "dollars": 205
        },
        "order_ids": [
            "6670fc2cd5db87006e247b45"
        ]
    }
}

常見問題

  1. GET ORDER 中客人填寫的到貨日期、時段顯示在哪裡呢?

    Get order > order delivery data > scheduled_delivery_date、time_slot_key

  2. GET ORDER 中是否有欄位可以直接顯示折扣總金額?

    Get order > Order promotion items > subtotal_after

  3. GET ORDER 中 subtotal_items、custom_discount_items 的差別是什麼呢?

    subtotal_items 是訂單裡的商品 / 贈品 / 加購品
    custom_discount_items,是訂單的「自訂折扣」欄位

  4. 如何判斷查看哪些訂單內商品為「隱藏商品」,及訂單是透過哪一個隱藏賣場頁進到商店並完成結帳

    隱藏商品

一頁式商店 ID

  1. GET ORDER 訂單中的主商品、規格品、贈品、加購品與組合商品的重量分別要從哪些欄位取得?

    主商品:subtotal_items ("item_type": "Product") > object_data > weight
    規格品:subtotal_items ("item_type": "Product") > item_data > variation_data > weight
    組合商品總重量:subtotal_items ("item_type": "ProductSet") > object_data > weight
    組合商品子商品重量:subtotal_items ("item_type": "ProductSet") > child_products > weight
    加購品重量:subtotal_items ("item_type": "AddonProduct") > object_data > weight
    贈品重量:subtotal_items ("item_type": "Gift") > object_data > weight

  2. 如何知道此張訂單來自哪一個直播場次?

    例如:直播名稱 07221

  1. 訂單是否可以抓取各商品折扣分攤的金額?

    --> 可以,把訂單每個 item 裡面的 order_discounted_price(全單維度折扣分攤) + discounted_price (指定商品折扣) = 那個商品的折扣分攤

  2. 當訂單狀態是 removed,Response 回覆如下

    { error: 'Not found.', reason: 'order_removed' }