跳到主要内容

order_info

订单的订单信息。

Properties

Type

Description

cancelable

boolean

若订单已取消,则返回 true;否则返回 false

checkout_url

string

订单的相对结账 URL。

create_at

string

订单创建的日期和时间。

create_time

string

订单创建的日期和时间。 Same as the create_at.

code_discount_total

string

折扣码的总金额。

currency_code

string

订单的货币代码。

customer_note

string

订单的客户备注。

discount_applications

an array of discount_application

订单的折扣应用。

discount_code

string

订单的折扣码。

discount_total

string

订单的总折扣金额。

final_total

string

订单的最终总额。

financial_status

string from a set of values, refer to financial_status values

订单的财务状态。

gift_card_total

string

应用于订单的礼品卡总金额。

fulfillment_status

string from a set of values, refer to fulfillment_status values

订单的履单状态。

id

string

订单的 id。

line_item_discount_total

string

订单行项目的总折扣金额。

main_currency_prices

订单的主货币价格。

note

string

订单的备注。

order_no

string

订单的订单号。

order_url

string

订单的相对 URL。

paid_total

string

订单的已支付总金额。

payment_due

string

订单的未支付总金额。

payment_progress

number

订单的支付进度。

值为 1 时不显示礼品卡。

值为 2 时表示客户已支付。

值为 3 时显示 order.payment_lines

post_sale_status

string from a set of values, refer to post_sale_status values

订单的售后状态。

product_tax_included

boolean

若商品含税,则返回 true;否则返回 false

real_paid_total

string

订单的实际支付金额。

refer_info

订单的来源信息。

shipping_address_editable

boolean

若收货地址可编辑,则返回 true;否则返回 false

shipping_tax_total

string

应用于订单的总运费税。

shipping_tax_type

number

订单的运费税类型。

shipping_total

string

订单的运费。

status

string from a set of values, refer to status values

订单的状态。

sub_total

string

应用任何行项目或购物车折扣之前,小计行项目价格的总和。

tax_total

string

应用于订单的税费总额。

total

string

订单的总价格。

total_tip_received

string

订单的总小费金额。

updated_at

string

订单更新的日期和时间。

financial_status 可选值

Possible values
waiting
paying
paid
cancelled
failed
refunding
refund_failed
refunded
partially_refunded

fulfillment_status 可选值

Possible values
waiting
partially_shipped
shipped
partially_finished
finished
cancelled
returning
returned

post_sale_status 可选值

Possible values
pending
processing
finished

status 可选值

Possible values
opened
placed
cancelled
finished
{
"code_discount_total": "0.00",
"config": "{\"page_type\":\"three_step\"}",
"create_time": "2023-02-23T02:09:41Z",
"currency_code": "USD",
"customer_note": "",
"discount_applications": "[{\"discount_amount\":222,\"discount_id\":\"bb5ead96-3879-49b5-ae2e-9f14c22e9c50\",\"discount_type\":\"fixed_price\",\"show\":false,\"target_selection\":\"all\",\"target_type\":\"line_item\",\"title\":\"定价捆绑\",\"type\":\"automatic\",\"value_type\":\"fixed_price\"},{\"discount_amount\":20,\"discount_id\":\"53b13206-6de7-48dd-baa5-a542f5be26f5\",\"discount_type\":\"fixed_amount\",\"show\":false,\"target_selection\":\"entitled\",\"target_type\":\"line_item\",\"title\":\"满减\",\"type\":\"discount_rebate\",\"value_type\":\"fixed_amount\"}]",
"discount_code": "",
"discount_total": "242.00",
"fail_code": "",
"financial_status": "paid",
"fulfillment_status": "partially_shipped",
"id": "7126100318181827509",
"line_item_discount_total": "20.00",
"note": "",
"order_no": "00000290",
"post_sale_status": "",
"refer_info": {
"$latest_referrer": "",
"$latest_search_keyword": "未取到值_直接打开",
"$latest_traffic_source_type": "直接流量",
"address_check": true,
"client_id": "1675759325698268",
"country": "CN",
"customer_session": "4f08cd12-b2b5-4a06-ad5c-56fcae90d8db",
"domain": "duck.stg.myshoplaza.com",
"fbc": "",
"fbp": "fb.1.1673399565778.1555746572",
"inventory_deduction": "order_created",
"ip": "113.89.34.69",
"session_id": "1677112924658268",
"source": "cart",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"
},
"shipping_address_editable": false,
"shipping_total": "0.00",
"status": "placed",
"sub_total": "2796.00",
"tax_total": "0.00",
"total": "2554.00",
"updated_at": "2023-02-23T02:49:51Z",
"total_tip_received": "0.00",
"cancelable": false,
"create_at": "2023-02-23T02:09:41Z",
"gift_card_total": "20.00",
"paid_total": "2554.00",
"payment_due": "0.00",
"payment_progress": 3,
"real_paid_total": "2554.00",
"checkout_url": "/checkout/7126100318181827509",
"order_url": "/order/7126100318181827509",
"main_currency_prices": {
"sub_total": "2796",
"shipping_total": "0",
"tax_total": "0",
"discount_total": "242",
"total": "2554",
"total_tip_received": "0",
"actual_rate": "1",
"actual_rate_show": ""
},
"final_total": "2554.00",
"order_type": 0,
"shipping_tax_type": 0,
"shipping_tax_total": "0.00",
"product_tax_included": false
}