id | string | Checkout 唯一id | Y |
customer_id | string | 顾客Id | N |
email | string | 邮箱 手机号二选一 | Y |
phone | string | 手机号 | Y |
country_code | string | 国家二代码,填写手机号必须存在 | Y |
sn | string | 预生成订单编号 | Y |
token | string | 引用与订单时关联的唯一值 | Y |
cart_token | string | 引用与购物车时关联的唯一值 | Y |
abandoned_checkout_url | string | 恢复结账的地址 | Y |
status | string | 未完成: unfulfilled /已完成: fulfilled | Y |
shipping_address | object | Order Properties Address对象 | N |
billing_address | object | Order Properties Address对象 | N |
line_items | array | 订单项目 Line_items对象 | N |
currency | string | 币种因为缩写如 USD | Y |
total_discount | string | 订单折扣总金额 | N |
subtotal_price | string | 小计 | N |
total_shipping | string | 运费 | N |
total_tax | string | 税费 | N |
total_price | string | 订单总价格 | Y |
created_at | number | 创建时间 11位时间戳 | Y |
updated_at | number | 更新时间 11位时间戳 | Y |