查询订单
GET https://{handle}.myshopline.com/admin/openapi/v20250601/orders.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。根据请求条件批量查询订单详细信息,可以根据订单创建时间或者更新时间来查询订单,同步订单数据。
查询参数
- buyer_id string下单用户id
- contract_ids string订阅合同id,多个以逗号分隔,最大支持50个
- created_at_max string订单创建时间(结束)(格式见ISO 8601)
- created_at_min string订单创建时间(开始)(格式见ISO 8601)
- email string下单用户的email
- fields string要查询的字段,逗号分隔,不传查所有的字段信息,目前全部字段返回
- financial_status string支付状态: unpaid - 未支付; pending-支付中; partially_paid-部分支付; paid-已支付; partially_refunded-部分退款; refunded-已退款;
- fulfillment_status string发货状态, unshipped-未发货; partial-部分发货; shipped-已发货;
- hidden_order boolean是否是归档订单, true=已归档订单, false=未归档订单
- ids string订单号,多个以逗号分隔,最大支持100个
- limit integer查询数量限制,默认50,不能超过100
- location string订单中商品被履约的地点(或是POS交易点),支持入参多个地点,用","隔开
- name string自定义订单编号
- page_info string加密后的请求参数,用于上一页、下一页,直接取该字段解析访问
- search_content string搜索内容, 涉及订单号、支付流水号、快递单号、商品名称、商品sku货号、订单金额
- since_id string要查询的数据的订单号id的起始位置
- sort_condition string排序:格式如:order_at,id 多种排序按逗号分割;排序规则:如 order_at,id,先按order_at倒序,再按id正序; order_at, id排序
- status string订单状态,open-处理中,cancelled-已取消,any-包含任何状态,包含已归档;
- updated_at_max string订单更新时间(结束)(格式见ISO 8601)
- updated_at_min string订单更新时间(开始)(格式见ISO 8601)
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
link
包含上一页、下一页的请求参数traceId
traceId
响应体
ordersobject[]
数据列表adjust_price string调整金额(店铺币种金额),在pos场景下因金额四舍五入带来的平衡金额Example:8.00
adjust_price_setobject
按照店铺币种和交易币种计价的调整金额信息presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:US D
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
billing_addressobject
账单地址信息address1 string详细地址1Example:地址1
address2 string详细地址2,备选Example:地址2
city string城市Example:纽约
company string公司名称Example:新公司名
country string国家Example:美国
country_code string国家码Example:US
first_name string姓Example:Tom
last_name string名Example:Washington
name string全名Example:test1001
phone string电话Example:13100000000
province string省份Example:加利福尼亚州
province_code string省份码Example:4200006
zip string邮编Example:92503
browser_ip string客户端ipExample:157.119.232.35
buyer_note string买家留言Example:留言
cancel_reason string卖家取消原因Example:"不想买了"
cancelled_at string订单取消时间(结束)(格式见ISO 8601),2012-05-01T14:22:25-04:00Example:2012-05-01T14:22:25-04:00
cart_token string购物车tokenExample:c2c4a58186b9d96395d7e6b5c2969577
checkout_id string弃单idExample:2404785166526352972864
checkout_token string结算页tokenExample:c2c4a58186b9d96395d7e6b5c2969577
client_detailsobject
客户端详细信息browser_ip string浏览器地址Example:157.119.232.35
session_hash string会员会话加密信息Example:c2c4a58186b9d96395d7e6b5c2969577
user_agent string客户端代理Example:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Sa
companyobject
公司信息id string公司idExample:1005619945158043247856
location_id string地点idExample:3005619945158043247856
tax_registration_id string税号信息Example:213213
contract_seq string订阅合同号Example:3005619945158043247856
created_at string订单创建时间,系统记录(格式见ISO 8601)Example:2021-08-16T08:27:57+00:00
credit_limitobject
信用支付credit_limit_currency string信用额度币种,目前是店铺币种Example:USD
is_credit_limit boolean订单是否使用了信用支付 true:使用 false:未使用Example:true
outstanding_credit_limit string订单占用的信用额度总额Example:1.00
total_credit_limit string订单使用的信用额度总额Example:1.00
currency string交易币种Example:“USD”
current_subtotal_price string当前商品总和(店铺币种金额),商品总价*数量Example:“78.0”
current_subtotal_price_setobject
当前商品总和多币种信息, 买卖家币种和金额一致presentment_moneyobject
买家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
current_total_discounts string折扣总和(店铺币种金额),精度2,营销优惠+人工折扣Example:“0.0”
current_total_discounts_setobject
presentment_moneyobject
买家侧金额amount string金额Example:8.00
currency_code string币种信息Example:USD
shop_moneyobject
卖家侧金额amount string金额,精度2Example:8.00
currency_code string币种codeExample:USD
current_total_duties_setobject
当前商品总关税presentment_moneyobject
买家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
current_total_price string当前订单总额(店铺币种金额),取值逻辑:商品总额 - 优惠总额 + 运费 + 税费Example:“60.0”
current_total_price_setobject
当前订单总额多币种信息,买卖家币种和金额一致presentment_moneyobject
买家侧金额amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:8.00
currency_code string币种Example:USD
current_total_tax string税费总和(店铺币种金额),商品税 + 运费税Example:”0.0“
current_total_tax_setobject
税费总和多币种信息, 买卖家币种和金额一致presentment_moneyobject
买家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
customerobject
买家信息addressesobject
买家地址信息address1 string详细地址1Example:万达
address2 string详细地址2,备选Example:65788
city string城市Example:阳泉市
country string国家Example:中国
country_code string国家码Example:CN
first_name string姓Example:Tom
last_name string名Example:Washington
name string全名Example:D203
phone string电话Example:13100000000
province string省份Example:山西省
province_code string省份码Example:asd
zip string邮编Example:521000
area_code string手机区号Example:+86
created_at string买家创建时间(格式见ISO 8601)Example:2022-11-04T10:18:46+00:00
currency string币种Example:USD
email string用户邮箱Example:Washingtontest@gmail.com
first_name string名Example:Tom
id string用户idExample:4201057495
last_name string姓Example:Washington
phone string用户手机号Example:13100000000
updated_at string买家更新时间Example:2022-11-04T10:18:46+00:00
customer_locale string买家国家,语种编码+国家名称缩写Example:”enCN“
deduct_member_point_amount string当前订单会员积分抵扣金额(店铺币种金额)Example:8.00
deduct_member_point_amount_setobject
当前订单会员积分抵扣金额, 多币种金额信息presentment_moneyobject
当前订单会员积分抵扣金额, 市场金额信息amount string当前订单会员积分抵扣市场金额Example:8.00
currency_code string市场币种Example:CNY
shop_moneyobject
当前订单会员积分抵扣金额, 店铺金额信息amount string当前订单会员积分抵扣店铺金额Example:1.00
currency_code string店铺币种Example:USD
discount_applicationsobject[]
折扣信息allocation_method string分布授权的范围 1)across(该值分布在所有授权行中) 2)each(该值应用于每个授权行) allocation_methodExample:across
code string折扣码Example:82UD6BTPX9L2
description string自定义折扣的描述Example:自定义折扣的描述
target_selection string1)explicit(折扣分配到明确选择的行) 2)all(折扣分配到所有行) 3)ENTITLED(折扣仅分配到其有权使用的行)Example:explicit
target_type string1)line_item、shipping_lineExample:line_item
title string自动折扣的标题Example:自动折扣的标题
type string折扣类型,1)manual 2)automatic 3)discount_codeExample:manual
value string折扣的具体值(可以是 N折,也可以是具体的 金额值,店铺币种金额)Example:2.01
value_type string解释value的类型Example:fixed_amount
discount_codesobject[]
优惠码信息amount string优惠金额(店铺币种金额),精度2Example:8.00
amount_setobject
优惠市场金额信息presentment_moneyobject
市场金额信息amount string优惠金额,市场金额Example:70.00
currency_code string市场币种Example:CNY
shop_moneyobject
店铺金额信息amount string优惠金额Example:10.00
currency_code string店铺币种Example:USD
code string优惠码Example:KIN4GNAB2FRH
type string优惠类型,减金额;打折;免运费;固定售价;最低价商品免费;打包价;第N件打折;Example:减金额
email string买家邮箱,二者必有其一Example:hok@shoplineapp.com
financial_status string支付状态,unpaid,authorized, pending,partially_paid,paid,partially_refunded,refundedExample:"paid"
fulfillment_status string发货状态, fulfilled-已发货; partial-部分发货; null-未发货; 注:返回的枚举值与入参的查询枚举值不一样Example:"fulfilled"
fulfillmentsobject[]
包裹信息created_at string创建时间(格式见ISO 8601)Example:2022-11-04T10:18:46+00:00
id string包裹编号Example:22046737798141702810214336
line_itemsobject[]
商品列表attribute string商品属性:名称 - 属性值 多个以逗号", "分割 如:颜色 - 红色, 尺寸 - XExample:红色
fulfillable_quantity integer可发货数量Example:1
fulfillment_quantity integer发货数量Example:1
fulfillment_service string物流商名称Example:顺丰
fulfillment_status string商品的发货状态, 发货状态, fulfilled-已发货; partial-部分发货; null-未发货;Example:未发货
grams double重量(克)Example:100
id string商品快照表的id, 系统生成,与订单号唯一确认一个商品Example:100
image_url string商品图片Example:https://d2n979dmt31clo.cloudfront.net/image/store/4211449909/1667384795847/63928f08a7174ab2958c6a969
location_id string取货地点唯一编号Example:5445886274929439997
name stringsku标题,同titleExample:商品名称
price string商品售价,精度2Example:10.00
price_setobject
商品售价, 多币种金额信息presentment_moneyobject
市场金额信息amount string商品售价,市场币种价Example:70.0
currency_code string市场币种Example:CNY
shop_moneyobject
店铺金额信息amount string商品售价,店铺币种价Example:10.00
currency_code string币种Example:USD
product_id stringspu序列号Example:16056761559984840457934011
quantity integer订单中的商品数量Example:1
requires_shipping boolean是否需要发货Example:true
sku string商品码,barCodeExample:测试-002
tax_linesobject[]
税费信息price string税费,精度2Example:8.00
price_setobject
税费多币种信息presentment_moneyobject
买家侧金额amount string描金额述Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.00
currency_code string币种Example:USD
rate double税率Example:1
title string税费名称Example:税费
taxable boolean是否收税title string商品标题Example:好用的商品
variant_id string商品sku序列号Example:18056761559987524812644011
variant_title string商品属性值, 多个以" / "分割, 如: “155 / 红色 / 大"Example:大
vendor string供应商Example:供应商
name string发货单短号Example:1032-F2
order_id string订单号Example:21056577640603870897253153
shipment_status string包裹状态Example:fulfilled
status string物流配送状态, success-已发货; cancelled-已取消;Example:cancelled
tracking_company string物流公司名称Example:顺丰国际
tracking_number string第三方物流单号Example:yun0001
tracking_url string物流公司urlExample:https://www.sf-international.com/
updated_at string更新时间(格式见ISO 8601)Example:2022-11-04T10:18:46+00:00
hidden_order boolean是否是归档订单, true=已归档订单, false=未归档订单id string订单号,系统自定义编号Example:21050224312121887324667162
landing_site string记录完整的后缀信息的链接Example:https://www.url.com
line_itemsobject[]
订单商品快照信息attribute string商品属性:名称 - 属性值 多个以逗号", "分割 如:颜色 - 红色, 尺寸 - XExample:红色
country_code_of_origin string原产地国家Example:原产地国家
customized_attributesobject[]
商品自定义的属性key string自定义属性名称keyExample:"businessType"
value string商品自定义属性value, 如:当key为businessType时,value为3(表示赠品)Example:"3"
discount_allocationsobject[]
营销折扣明细金额多币种amount string折扣明细金额(店铺币种金额)Example:8.00
amount_setobject
折扣明细金额多币种presentment_moneyobject
支付币种amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
店铺币种amount string金额,精度2Example:8.00
currency_code string币种Example:USD
discount_application_index integer标明在折扣明细中的位置Example:1
dutiesobject[]
关税信息country_code_of_origin string原产地/发货地的国家代码Example:USD
harmonized_system_code string海关编码Example:A0023
id string关税编号Example:H2325
priceobject
关税多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
tax_linesobject[]
税费明细列表price_setobject
税费多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
rate double税率Example:1
rate_percentage double税率(百份比的值,即rate * 100)Example:100
title string税费标题Example:Tax title
fulfillable_quantity integer可发货数量Example:1
fulfillment_service string物流商名称Example:顺丰国际
fulfillment_status string商品的发货状态, 发货状态, fulfilled-已发货; partial-部分发货; null-未发货;Example:fulfilled
gift_card boolean是否为礼品卡商品Example:true
grams double重量(克)Example:100
harmonized_system_code string协调制度代码Example:协调制度代码
id string商品快照表的id, 系统生成,与订单号唯一确认一个商品Example:417
image_url string商品图片Example:https://d2n979dmt31clo.cloudfront.net/image/store/4211449909/1667384795847/63928f08a7174ab2958c6a969
location_id string取货地点唯一编号Example:5327026538935748524
name stringsku标题,同titleExample:商品标题
price string商品售价(店铺币种金额),精度2Example:8.00
price_setobject
商品售价,精度2presentment_moneyobject
商品售价,市场币种amount string商品售价,市场币种金额Example:80.00
currency_code string市场币种Example:CNY
shop_moneyobject
商品售价,店铺币种amount string商品售价,店铺币种Example:10
currency_code string市场币种Example:USD
product_id stringspu序列号Example:16056761559984840457934011
propertiesobject[]
商品定制信息additional string定制商品附加字段Example:附加字段
name string自定义属性名称Example:属性名称
role_visibility string定制信息可见对象: ● customer:仅对买家可见 ● merchant:仅对商家可见 ● all:对买家、商家都可见 ● none:对买家、商家都不可见show boolean定制信息是否可见。type string属性类型, text-字符,展示格式为 name: value; picture-图片,展示类型为 name: 通过urls获取渲染出缩略图;link-超链,展示类型为 name: value,支持点击链接跳转 到urls第一个Example:text
urls arrayurl资源列表Example:https://www.url.com
value string自定义属性值Example:属性值
quantity integer订单中的商品数量Example:1
requires_shipping boolean是否需要发货Example:true
sku string商品码,barCodeExample:18056761559987524812644011
tags string商品标签(多个逗号隔开)Example:手表
tax_linesobject[]
税费信息price string税费(店铺币种金额),精度2Example:8.00
price_setobject
税费多币种信息presentment_moneyobject
买家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
rate double税率Example:1
title string税费名称Example:税费
type string税费用类型,用于区分是商品税还是运费税,枚举值如下 product_tax:商品税 shipping_tax:运费税Example:shipping_tax
taxable boolean是否收税Example:true
title string商品标题Example:漂亮的裙子
variant_id string商品sku序列号Example:18056761559987524812644011
variant_title string商品属性值, 多个以" / "分割, 如: “155 / 红色 / 大"Example:大
vendor string供应商Example:供应商
locationsobject[]
到店取货地点地址信息address string详细地址1Example:地址1
address_add string详细地址2Example:地址22
city string城市Example:广州
country string国家Example:中国
country_code string国家码Example:CN
district string区/县Example:番禺区
location_id string取货地点唯一编号Example:5327026538935748524
name string地址名称Example:万达广场
phone string电话号码,如(555)555-5555Example:13100000000
province string省份Example:广东省
town string乡/镇Example:镇
type string地点类型。 1.posLocation: POS渠道创建该订单的门店地点(建议使用posLocationId,后续将废弃) 2.pickupLocation: 当订单的配送方式为自提时,自提的门店地点 3.productLocation: 订单中商品的库存地点(建议使用商品行中的location信息,后续将废弃)Example:posLocation
zip string邮编Example:521000
name string店铺自定义订单号,从1001开始,可以设置前缀Example:test1001
note string商家备注内容Example:备注
note_attributesobject[]
商家备注日志,日期内容create_time string备注创建时间(格式见ISO 8601)Example:2022-11-04T10:18:46+00:00
name string备注来源(卖家标识)Example:备注来源
value string备注内容Example:备注内容
order_at string订单成单时间(格式见ISO 8601)Example:2021-08-16T08:27:57+00:00
order_source string订单来源渠道,目前只有pos渠道该字段才有值,其他渠道该值为空Example:pos
order_status_url string订单状态页urlExample:https://shoptest.myshoplinestg.com/trade/thank_you?mainOrderMark=xxx&mainOrderSeq=200565776406008509
payment_detailsobject[]
支付单信息create_time string支付单创建时间Example:2021-08-16T08:27:57+00:00
gateway string支付方式名称Example:Mypay
pay_amount double支付金额(店铺币种金额)Example:8
pay_channel string支付渠道Example:Paypal
pay_channel_deal_id string外部渠道支付流水号Example:pi_3MI897Hezv8FxjBO1uGxMPhX
pay_merchant_email string支付商户email账户Example:Washingtontest@gmail.com
pay_merchant_id string支付商户idExample:4201057379
pay_merchant_order_id string支付商户订单号Example:233445354566
pay_seq string支付单号Example:23057287797738260472676128
pay_status string支付单状态, unpaid-未支付;pending-支付中;risking-风控中;paid-已支付;paid_overtime-支付失败;paid_failed-支付失败;Example:unpaid
processed_at stringprocessed_at 支付创建时间,格式:2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
settle_currency string结算币种Example:USD
settle_pay_amount double支付金额(结算币种金额)Example:8
status_code string支付状态码Example:RISK_PENDING
status_msg string支付单状态码描述Example:PENDING_REVIEW
payment_gateway_names array付款方式列表,该订单所用到的付款方式列表, SLpayments �,Paypal(PayPal支付�), Oceanpay(钱海支付�), TwoCheckout,AsiaBill, Stripe,Pacypay, WorldPay, COD(货到付款), CUSTOM(自定义), adjustPay(资金调整), Xendit(xendit信用卡�), XenditOtherExample:Paypal
payment_termsobject
支付条款created_at string创建时间Example:2024-06-05 08:00:00
due_in_days integer当条款类型为NET时提供,多少天后未付款则到期Example:2
id string唯一识别该支付条款的idExample:6497210673894431747
overdue boolean支付条款是否超时:true/falseExample:true
payment_schedulesobject[]
与付款条件相关联的一组时间表completed_at string付款完成时间Example:2024-06-05 08:00:00
due_at string预计付款时间Example:2024-06-05 08:00:00
issued_at string付款条件启动的时间。当为FIXED时,为保存时间(若草稿单成单,则订单继承草稿单时间) ;当为FULFILLMENT/RECEIPT时,为条件生效时间;当为NET时,则为保存时间(若草稿单成单,则订单继承草稿单时间)Example:2024-06-05 08:00:00
payment_terms_name string用于创建付款条件的付款条件模板的名称Example:Due on receipt
payment_terms_type string用于创建付款条件的付款条件模板类型: FIXED:商家指定日期 FULFILLMENT:完成发货日期 NET:固定条件日期 RECEIPT:发送账单日期 UNKNOWN:未知类型Example:RECEIPT
updated_at string更新时间Example:2024-06-05 08:00:00
phone string买家联系方式,二者必有其一Example:18978789878
po_number stringB2B场景在订单上记录的采购订单号pos_location_id string地点IDExample:5327026538935748524
presentment_currency string买家侧币种,同卖家侧币种Example:USD
processed_at string成单时间,格式:2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
processed_user_id string订单创建者Example:4201057495
referring_site string外部链接Example:https://www.referringSite.com
refundsobject[]
退款列表created_at string退款单创建时间 (格式见ISO 8601)Example:2021-08-16T08:27:57+00:00
id string退款idExample:2605659027312156877634
note string退款备注Example:退款备注
order_adjustmentsobject[]
调整单信息,用于记录两类信息: 1)与运费相关的退款信息(type类型为shipping_refund) 2)自动计算的退款金额与实际退款金额的差值(type类型为refund_discrepancy)amount string调整单金额(店铺币种金额)Example:8.00
amount_setobject
调整单金额presentment_moneyobject
店铺调整单展示金额amount double店铺调整展示金额Example:8
currency_code string店铺调整展示金额币种Example:USD
shop_moneyobject
店铺调整金额amount double店铺调整金额Example:8
currency_code string店铺调整金额币种Example:USD
id string退款调整单idExample:RAP5570565996182771228
kind string调整单类型:refund_discrepancy、shipping_refundExample:refund_discrepancy
order_id string订单号Example:21056577640603870897253153
reason string调整原因:Refund discrepancy、shipping_refundExample:Refund discrepancy
refund_id string退款单idExample:2605659027312156877634
tax_amount string调整单税费金额(店铺币种金额)Example:8.00
tax_amount_setobject
调整单税费金额(多币种金额)presentment_moneyobject
店铺调整单展示税费金额amount double店铺调整单展示税费金额Example:8
currency_code string店铺调整单展示税费币种Example:USD
shop_moneyobject
店铺调整单税费金额amount double店铺调整单税费金额Example:8
currency_code string店铺调整单税费币种Example:USD
order_id string订单号Example:21056577640603870897253153
processed_at string更新时间 (格式见ISO 8601)Example:2021-08-16T08:27:57+00:00
refund_line_itemsobject[]
退款详细信息id string退款单号Example:2605659027312156877634
line_itemobject
描述attribute string商品属性:名称 - 属性值 多个以逗号", "分割 如:颜色 - 红色, 尺寸 - XExample:红色
fulfillable_quantity integer可发货数量Example:1
fulfillment_service string物流商名称Example:顺丰国际
fulfillment_status string商品的发货状态, 发货状态, fulfilled-已发货; partial-部分发货; null-未发货;Example:fulfilled
grams double重量(克)Example:1
id string商品快照表的id, 系统生成,与订单号唯一确认一个商品Example:403
name stringsku标题,同titleExample:18056761559987524812644011
price string商品售价(店铺币种金额),精度2的金额字符串Example:8.00
price_setobject
商品售价,市场币种信息presentment_moneyobject
商品售价,市场币种信息amount string商品售价,市场币种金额Example:10.00
currency_code string市场币种Example:USD
shop_moneyobject
当前订单会员积分抵扣金额,店铺币种信息amount string商品售价,店铺币种金额Example:70.00
currency_code string店铺币种Example:CNY
product_id stringspu序列号Example:16056761559984840457934011
quantity integer订单中的商品数量Example:1
requires_shipping boolean是否需要发货Example:true
sku string商品码,barCodeExample:sku名称
tax_linesobject[]
税费信息price string税费(店铺币种金额),精度2Example:8.00
price_setobject
税费多币种信息presentment_moneyobject
买家侧币种amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.00
currency_code string币种Example:USD
rate double税率Example:1
title string标题Example:标题
taxable boolean是否收税Example:true
title string商品标题Example:商品标题
variant_id string商品sku序列号Example:18056761559987524812644011
variant_title string商品属性值, 多个以" / "分割, 如: “155 / 红色 / 大"Example:大
vendor string供应商Example:供应商
line_item_id string商品快照表的id, 系统生成,与订单号唯一确认一个商品Example:406
quantity integer数量,商品数量Example:1
restock_type string库存返还类型,no_restock-未返还,cancel-取消, return-返还Example:cancel
subtotal double退款金额合计(店铺币种金额),精度2Example:8
subtotal_setobject
退款金额合计,多币种信息,卖家和买家侧相同presentment_moneyobject
买家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
total_tax double退款商品的税额(店铺币种金额),精度2Example:8
total_tax_setobject
总税额,多币种信息presentment_moneyobject
买家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧币种amount string金额Example:8.00
currency_code string币种Example:USD
transactionsobject[]
退款交易信息amount string退款金额,精度2Example:8.00
created_at string创建时间Example:2021-08-16T08:27:57+00:00
currency string币种Example:USD
id string退款idExample:2605659027312156877634
kind string交易类型(authorization, capture, sale, void, refund)Example:void
order_id string订单号Example:21056577640603870897253153
processed_at string退款单更新时间Example:2021-08-16T08:27:57+00:00
settle_amount string退款金额(结算币种),精度2Example:8.00
settle_currency string结算币种Example:USD
status string处理状态, pending, failure, success, and errorExample:success
user_id string买家idExample:4201057495
user_id string用户idExample:4201057495
service string发货方式类型, pickUp表示到店取货.Example:pickUp
shipping_addressobject
收货地址address1 stringaddress1Example:地址1
address2 string详细地址2,备选Example:地址2
city string城市Example:城市
company string公司名称Example:公司名称
country string国家Example:中国
country_code string国家码Example:CN
delivery_store_code string门店编码Example:1001
delivery_store_name string门店名称Example:门店名称
district string区Example:番禺区
district_code string区编码Example:521000
first_name string姓Example:Tom
last_name string名Example:Washington
latitude string纬度Example:15
longitude string经度Example:41
name string全名Example:Tom.Washington
phone string电话Example:13100000000
province string省份Example:广东省
province_code string省份码Example:510000
zip string邮编Example:521000
shipping_linesobject[]
物流信息code string物流编号Example:SF
discount_allocationsobject[]
折扣明细amount string折扣金额(店铺币种金额),精度2Example:8.00
amount_setobject
折扣多币种金额presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
店铺侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
discount_application_index integer在折扣明细中的位置Example:1
discounted_price string折扣金额(店铺币种金额),精度2Example:8.00
discounted_price_setobject
折扣多币种金额presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
店铺侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
phone string电话Example:13100000000
price string物流运费(店铺币种金额),精度2Example:8.00
price_setobject
物流运费多资源信息presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
店铺侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
requested_fulfillment_service_id string运输服务代号Example:-
shipping_price string原运费金额值(非折扣后金额,店铺币种金额)Example:8.00
shipping_price_setobject
原运费金额值(非折扣后金额),多币种金额信息presentment_moneyobject
买家侧金额信息amount stringamount,精度2Example:8.00
currency_code string市场币种Example:CNY
shop_moneyobject
店铺侧金额信息amount stringamount,精度2Example:1.00
currency_code string店铺币种Example:USD
source string运费来源Example:来源
tax_linesobject[]
物流征税列表price string税费(店铺币种金额)Example:8.00
price_setobject
税费多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
rate double税率Example:1
title string税费名称Example:税费名称
title string物流名称Example:顺丰国际
source_identifier string用于识别业务处理的id标识Example:-
source_name string用于识别业务处理的类型筛选Example:-
source_url string跳转到店铺的链接的html格式信息Example:-
status string订单状态 open=处理中,cancelled-已取消Example:open
store_id string店铺idExample:1644828244663
subtotal_price string商品折后价总和(店铺币种金额), 商品总价 - 营销优惠 - 人工折扣Example:8.00
subtotal_price_setobject
商品折后价总和多币种信息presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:1.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
tags string订单标签Example:标签
tax_description string税费说明。tax_linesobject[]
税费信息name string税费名称Example:税费名称
price string税费(店铺币种金额),精度2Example:8.00
price_setobject
税费多币种信息presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
rate double税率Example:1
title string税费名称Example:税费名称
tax_number string税号Example:-
tax_type string税号类型Example:-
taxes_included boolean总计额是否包含税额Example:true
total_discounts string折扣总额(店铺币种金额),营销优惠+人工折扣Example:8.00
total_discounts_setobject
折扣总额多币种信息presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
total_line_items_price string商品原价总和(店铺币种金额),精度2Example:8.00
total_line_items_price_setobject
商品原价总和,多币种信息presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
total_outstanding string未付款金额总和(店铺币种金额),精度2Example:8.00
total_shipping_price_setobject
订单运费总和,多币种信息presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
total_tax string税费总和(店铺币种金额),精度2, 商品税 + 运费税Example:8.00
total_tax_setobject
税费总和,多币种信息presentment_moneyobject
买家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额,精度2Example:8.00
currency_code string币种Example:USD
total_tip_received string小费(店铺币种金额),精度2Example:8.00
total_tip_received_setobject
当前订单会员积分抵扣金额, 多币种金额信息presentment_moneyobject
当前订单会员积分抵扣金额,市场币种信息amount string当前订单会员积分抵扣金额,市场币种Example:10.00
currency_code string市场币种Example:USD
shop_moneyobject
当前订单会员积分抵扣金额,店铺币种信息amount string当前订单会员积分抵扣金额,店铺币种金额Example:70.00
currency_code string店铺币种Example:CNY
total_weight double商品总重量(g)Example:1
updated_at string订单更新时间,(格式见ISO 8601)Example:2021-08-16T08:27:57+00:00
user_id string买家idExample:4201057495
utm_parameters string广告业务专用的参数,用于广告的归因计算Example:-
API Explorer
调试台
这篇文章对你有帮助吗?