需要 read_orders 权限点。
更多权限点使用信息,请参考:
GET https://{handle}.myshopline.com/admin/openapi/v20260301/orders.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
可根据请求条件批量查询订单详细信息,比如根据订单创建时间或者更新时间来查询订单,同步订单数据,也可以指定订单 ID 查询单个订单信息。
查询参数
  • updated_at_max string
    指定截止日期和时间,在此时间或此时间之前更新的订单会被返回。格式:ISO 8601
    例子: 2021-08-18T23:59:59+08:00
  • buyer_id string
    下单用户 ID。
    例子: 4201057495
  • created_at_max string
    指定要查询订单的截止日期和时间,在此时间或此时间之前创建的订单会被返回。格式:ISO 8601
    例子: 2021-08-18T23:59:59+08:00
  • email string
    下单用户的 email。
    例子: Washingtontest@gmail.com
  • location string
    订单中商品被履约的地点 ID(或是 POS 交易点 ID),支持入参多个地点 ID,用逗号隔开。
    例子: 5453386037065169090, 5564834083287605454
  • search_content string
    搜索内容, 例如订单号、支付流水号、快递单号、商品名称、商品 SKU 货号或订单金额等。
    例子: D203
  • contract_ids string
    订阅合同 ID,多个以逗号分隔。最多支持 50 个 ID。
    例子: 3005619945158043247856
  • hidden_order string
    是否查询已归档订单。
    • true:查询已归档订单
    • false:查询未归档订单
    默认值:false
  • limit string
    查询数量限制,数量不能超过 100。
    默认值:50
  • status string
    指定订单状态,订单状态包含:
    • open:处理中
    • cancelled:已取消
    • any:包含任何状态,包括已归档
  • updated_at_min string
    指定截止日期和时间,在此时间或此时间之后更新的订单会被返回。格式:ISO 8601
    例子: 2021-08-04T23:59:59+08:00
  • ids string
    订单号,多个以逗号分隔。最多支持 100 个订单号。
    例子: 21050224312121887324667162, 21050224312121887324667164
  • sort_condition string
    设置查询订单结果的排序规则。可按以下字段进行排序:order_at (订单创建时间)或 ID (订单编号)。每个字段可以指定为升序 (asc)或降序 (desc)。如有多个排序条件,请使用逗号隔开。
    例如,若将该字段设置为 order_at:desc, id:asc,则订单结果将首先按照订单创建时间从新到旧的顺序排列,之后按照订单编号从小到大的顺序排列。
    例子: order_at:desc
  • created_at_min string
    指定要查询订单的截止日期和时间,在此时间或此时间之后创建的订单会被返回。格式:ISO 8601
    例子: 2021-08-04T23:59:59+08:00
  • fields string
    指定查询的字段,用逗号分隔,不传则返回所有的字段信息。
    例子: id,email,note
  • financial_status string
    指定订单支付状态,有效枚举值包含:
    • unpaid:未支付
    • authorized:已授权
    • pending:支付中
    • partially_paid:部分支付
    • paid:已支付
    • partially_refunded:部分退款
    • refunded:已退款
  • fulfillment_status string
    指定订单发货状态,有效枚举值包含:
    • unshipped:未发货
    • partial:部分发货
    • shipped:已发货
    默认值:unshipped
    注意:传入枚举值的准确性会进行强校验,如果枚举值校验不通过,则订单查询会失败,会报错 fulfillment status value is illegal
  • name string
    订单编号(和订单 ID 不同,该编号可以在商家后台自定义前缀)。
    例子: D2034
  • page_info string
    分页查询的唯一标识,用于定位特定页面。
    该字段值需要在你已经查询完分页信息后,在该接口响应头中的 link 字段值中获取。例如,你获取到的 link 的值为 <https://{handle}.myshopline.com/admin/openapi/{version}/orders.json?limit=1&page_info=eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9>; rel="next" ,那么 page_info 的值为 eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9
    关于更多如何使用分页信息,请参考 分页机制
  • since_id string
    要查询的数据的订单号 ID 的起始位置。
    例子: 21056199447626881527947685
请求头
  • Content-Type string required
    字段值固定为 application/json; charset=utf-8
  • Authorization string required
    资源的访问令牌。参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入。
    例子:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
状态码
更多状态码信息,参考 HTTP 状态码

响应头
  • link
    提供分页数据的 URL 链接。你可以获取该字段值中的 page_info 信息用于下一次分页请求中。
    当你请求的页面存在上一页或下一页的时候,该字段会被返回。关于更多如何使用分页信息,请参考 分页机制
  • traceId
    请求的全局唯一标识符。用于追踪请求在系统中的流转,以便于问题发生时进行定位和调试。
响应体
  • ordersobject[]
    订单数据列表。
  • adjust_price string
    POS 交易场景下因金额四舍五入带来的差额金额,用店铺币种。
    例子: 8.00
  • adjust_price_setobject
    POS 交易场景下因金额四舍五入带来的差额金额,分别以买家币种和卖家币种展示。
  • presentment_moneyobject
    展示给买家的差额金额信息。
  • amount string
    差额金额。数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的差额金额信息。
  • amount string
    差额金额。数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • billing_addressobject
    用于邮寄账单发票的地址。
  • address1 string
    账单地址的第一行。通常是街道地址或邮政信箱编号等信息。
    例子: Address 1
  • address2 string
    账单地址的第二行。通常是公寓、套房或单元等信息。
    例子: Address 2
  • city string
    账单地址中的城市。
    例子: New York
  • company string
    账单收件人所在的公司名称。
    例子: New company name
  • country string
    账单地址中的国家或区域。
    例子: USA
  • country_code string
    账单地址中国家或地区的二位码,遵循 ISO 3166-1 国际标准。
    例子: US
  • first_name string
    账单收件人的名。
    例子: Tom
  • last_name string
    账单收件人的姓。
    例子: Washington
  • name string
    账单收件人的全名。
    例子: test1001
  • phone string
    账单收件人的手机号码。
    例子: 13100000000
  • province string
    账单地址中的省份。
    例子: California
  • province_code string
    账单地址中省份的编码,该编码可以是自定义编号或者为二位的 ISO 3166-2 国际编码。
    例子: 4200006
  • standard_province_code string
    账单地址中省份的编码,该编码为二位的 ISO 3166-2 国际编码,区别于province_code返参为自定义编码。
  • zip string
    账单地址的邮编信息。
    例子: 92503
  • browser_ip string
    买家下单时的浏览器 IP 地址。
    例子: 157.119.232.35
  • buyer_note string
    买家留言。
    例子: message
  • cancel_reason string
    卖家取消原因。
    例子: I don't want to buy it.
  • cancelled_at string
    订单取消时间。格式:ISO 8601
    例子: 2012-05-01T14:22:25-04:00
  • cart_token string
    购物车数据的唯一标识。
    例子: c2c4a58186b9d96395d7e6b5c2969577
  • checkout_id string
    弃单 ID。
    例子: 2404785166526352972864
  • checkout_token string
    弃单数据的唯一标识,C 端用户发起结算,会生成弃单 。
    例子: c2c4a58186b9d96395d7e6b5c2969577
  • client_detailsobject
    客户端详细信息。
  • browser_ip string
    买家下单时的浏览器 IP 地址。
    例子: 157.119.232.35
  • session_hash string
    会员会话加密信息。
    例子: c2c4a58186b9d96395d7e6b5c2969577
  • user_agent string
    客户端代理。
    例子: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Sa
  • companyobject
    买家下单时买家所在的公司信息。
  • id string
    公司 ID。
    例子: 1005619945158043247856
  • location_id string
    地点 ID。
    例子: 3005619945158043247856
  • tax_registration_id string
    税号信息。
    例子: 213213
  • contract_seq string
    订阅合同号。
    例子: 3005619945158043247856
  • created_at string
    订单创建时间。格式:ISO 8601
    例子: 2021-08-16T08:27:57+00:00
  • credit_limitobject
    信用支付信息。
  • credit_limit_currency string
    信用额度币种,与店铺币种相同。三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • is_credit_limit boolean
    订单是否使用了信用支付。
    • true:有使用
    • false:未使用
  • outstanding_credit_limit string
    占用的信用额度总和。初始和 total_credit_limit 相等,如果后续有类似还款操作,占用的额度则相应减少。
    例子: 1.00
  • total_credit_limit string
    使用的信用额度总和,即该笔订单用了多少信用额度支付。
    例子: 1.00
  • currency string
    交易币种,三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • current_subtotal_price string
    商品金额总和,为商品单价 * 数量,以店铺币种展示。
    例子: 78.0
  • current_subtotal_price_setobject
    商品金额总和,为商品单价 * 数量,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的订单价格信息。
  • amount string
    订单金额。数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的订单价格信息。
  • amount string
    订单金额。数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • current_total_discounts string
    折扣金额总和,数值保留到小数点后两位,为营销优惠 + 人工折扣,以店铺币种展示。
    例子: 1.00
  • current_total_discounts_setobject
    折扣金额总和,数值保留到小数点后两位,为营销优惠 + 人工折扣,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的折扣金额信息。
  • amount string
    折扣金额总和,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的折扣金额信息。
  • amount string
    折扣金额总和,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • current_total_duties_setobject
    商品总关税,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的商品总关税信息。
  • amount string
    关税金额,数值保留到小数点后两位。
    例子: 8.88
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的商品总关税信息。
  • amount string
    关税金额,数值保留到小数点后两位。
    例子: 8.88
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • current_total_price string
    订单总额,以店铺币种金额展示。
    例子: 60.0
  • current_total_price_setobject
    订单总额,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的订单价格信息。
  • amount string
    订单总额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的订单价格信息。
  • amount string
    订单总额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • current_total_tax string
    税费金额总和,以店铺币种金额展示。
    例子: 1.00
  • current_total_tax_setobject
    税费金额总和,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • customerobject
    买家信息。
  • addressesobject
    买家地址信息。
  • address1 string
    买家地址的第一行。通常是街道地址或邮政信箱编号等信息。
    例子: Wanda
  • address2 string
    买家地址的第二行。通常是公寓、套房或单元等信息。
    例子: 65788
  • city string
    买家地址中的城市。
    例子: Yangquan City
  • country string
    买家地址中的国家或区域。
    例子: China
  • country_code string
    买家地址中国家或地区的二位码,遵循 ISO 3166-1 国际标准。
    例子: US
  • first_name string
    买家地址中收件人的名。
    例子: Tom
  • last_name string
    买家地址中收件人的姓。
    例子: Washington
  • name string
    买家地址中收件人的全名。
    例子: D203
  • phone string
    买家地址中收件人手机号。
    例子: 13100000000
  • province string
    买家地址中的省份。
    例子: Shanxi Province
  • province_code string
    买家地址中省份的编码,该编码可以是自定义编号或者为二位的 ISO 3166-2 国际编码。
    例子: ASD
  • zip string
    买家地址的邮编信息。
    例子: 521000
  • area_code string
    国家或地区的手机区号。
    例子: +86
  • created_at string
    买家信息创建时间。格式:ISO 8601
    例子: 2024-08-31T02:20:26+08:00
  • currency string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • email string
    买家的邮箱地址。
    例子: Washingtontest@gmail.com
  • first_name string
    买家的名。
    例子: Tom
  • id string
    买家 ID。
    例子: 4201057495
  • last_name string
    买家的姓。
    例子: Washington
  • phone string
    买家的手机号。
    例子: 13100000000
  • updated_at string
    买家信息更新时间。格式:ISO 8601
    例子: 2022-11-04T10:18:46+00:00
  • customer_locale string
    买家语种编码 + 国家或地区码。语种编码遵循 ISO 639 标准。国家或地区码遵循 ISO 3166-1 标准。
    例子: enCA
  • deduct_member_point_amount string
    当前订单会员积分抵扣金额,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • deduct_member_point_amount_setobject
    当前订单会员积分抵扣金额,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的订单抵扣金额信息。
  • amount string
    抵扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的订单抵扣金额信息。
  • amount string
    抵扣金额,数值保留到小数点后两位。
    例子: 1.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • discount_applicationsobject[]
    折扣信息列表。
  • activity_type integer
    商品行享受的活动类型:
    • 0:满减满折、免邮
    • 1:限时促销
    • 2:捆绑组合
    • 3:优惠码
    • 4:一页商店
    • 5:赠品活动
    • 6:预售
    • 7:加购品
    • 8:礼品盒
    • 9:商品追售活动
  • allocation_method string
    折扣的范围。有效枚举值包含:
    • across:按照购买总数折扣
    • each:按照单个商品分别折扣
    示例:如一次购买三个相同的商品,折扣为 10 元。如果 allocation_methodacross 代表三个一起减 10 元;如果 allocation_methodeach 代表每个减 10 元。
  • benefit_type integer
    商品行享受的优惠类型:
    • -1:无优惠
    • 1:减金额
    • 2:打折
    • 3:免运费
    • 4:加价品
    • 5:任意N件优惠价
    • 6:A+B组合优惠价
    • 7:赠品
    • 8:固定售价
    • 9:最低价商品免费
    • 11:第N件打折
    • 12:买x送y
    • 13:自定义
    • 14:N件M元
  • code string
    折扣码。
    例子: 82UD6BTPX9L2
  • description string
    自定义折扣的描述。
    例子: Custom discount description
  • target_selection string
    折扣分配商品行方式。有效枚举值包含:
    • explicit:折扣分配到明确选择的商品行
    • all:折扣分配到所有商品行
    • entitled:折扣仅分配到其有权使用的商品行
  • target_type string
    折扣应用的对象。有效枚举值包含:
    • line_item:作用在商品上的折扣
    • shipping_line:作用在运费上的折扣
  • title string
    自动折扣的标题。
    例子: Automatic discount title
  • type string
    折扣类型。有效枚举值包含:
    • manual:手动折扣
    • automatic:自动折扣
    • discount_code:折扣码
  • value string
    折扣的具体值,以店铺币种展示。
    • value_typefix_amount 时,此字段值表示特定的折扣金额。例如,如果值为 10 ,商店币种为人民币,则表示折扣为 10 元。
    • value_typepercentage 时,此字段值的值表示特定的折扣百分比。例如,10 表示订单金额的 10% 折扣。
    例子: 2.01
  • value_type string
    折扣值的类型。有效枚举值包含:
    • fix_amount:固定金额折扣。例如,如果 value10,则意味着折扣为 10 元。
    • percentage:百分比折扣。例如,如果 value10,则表示订单金额的 10% 折扣。
  • discount_codesobject[]
    优惠码信息列表。
  • amount string
    优惠金额,以店铺币种展示,数值保留到小数点后两位。
    例子: 8.00
  • amount_setobject
    优惠金额,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的优惠金额信息。
  • amount string
    优惠金额,数值保留到小数点后两位。
    例子: 70.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的优惠金额信息。
  • amount string
    优惠金额,数值保留到小数点后两位。
    例子: 10.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • code string
    优惠码。
    例子: KIN4GNAB2FRH
  • type string
    优惠类型。有效枚举值包含:
    • 减金额:全场满 100 元立减 10 元
    • 打折:全场满 100 元打 9 折
    • 免运费:满 3 件免运费
    • 加价品:需要支付额外金额
    • 任意N件优惠价:任意买 3 件商品,只需 99 元
    • A+B组合优惠价:同时买 A 商品和 B 商品,两件一起只需 88 元
    • 赠品:购买制定商品赠送额外商品
    • 固定售价:统一售价 29 元
    • 最低价商品免费:买 3 件商品,最便宜的那件免费
    • 打包价:多件商品组合以固定总价出售
    • 第N件打折:第 2 件打 8 折
    • 买x送y:满 2 件送 1 件
    • 自定义:自定义折扣
    废弃:该字段自 API 版本 v20241201 起已废弃。
  • email string
    买家邮箱。
    例子: hok@shoplineapp.com
  • financial_status string
    订单付款状态。有效枚举值包含:
    • unpaid:未支付
    • authorized:已授权
    • pending:处理中
    • partially_paid:部分付款
    • paid:已付款
    • partially_refunded:部分退款
    • refunded:已退款
  • fulfillment_status string
    发货状态。有效枚举值包含:
    • fulfilled:已发货
    • partial:部分发货
    • null:未发货
  • fulfillmentsobject[]
    发货单信息列表。
  • created_at string
    发货单创建时间。格式:ISO 8601
    例子: 2024-08-31T02:20:26+08:00
  • id string
    发货单 ID。
    例子: 22046737798141702810214336
  • line_itemsobject[]
    商品列表。
  • attribute string
    款式规格信息,以款式名称和规格值拼接展示。
    例子: color - red
  • bundle_parent_variant_id string
    套装子商品关联的父商品变体ID。
  • fulfillable_quantity integer
    商品剩余可发货数量。
    例子: 1
  • fulfillment_quantity integer
    已发货数量。
    例子: 1
  • fulfillment_service string
    物流商名称。
    例子: SF Express
  • fulfillment_status string
    商品发货状态。有效枚举值包含:
    • fulfilled:已发货
    • partial:部分发货
    • null:未发货
  • grams double
    重量,单位:g。
    例子: 100
  • id string
    商品快照表的 ID,系统生成,与订单号 order.id 唯一确认一个商品。
    例子: 100
  • image_url string
    商品图片的 URL 地址。
    例子: https://d2n979dmt31clo.cloudfront.net/image/store/4211449909/1667384795847/63928f08a7174ab2958c6a969
  • is_bundle boolean
    是否为套装商品:true:套装商品 false:非套装商品
  • is_bundle_component boolean
    是否为套装子商品:true:子商品 false:非子商品
  • location_id string
    取货地点唯一编号。
    例子: 5445886274929439997
  • name string
    SKU 标题,该字段值和 title 一致。
    例子: Product name
  • price string
    商品售价,以店铺币种展示。数值保留到小数点后两位。
    例子: 10.00
  • price_setobject
    商品售价,分别以店铺币种金额和买家币种金额展示。
  • presentment_moneyobject
    展示给买家的商品售价信息。
  • amount string
    商品售价,数值保留到小数点后两位。
    例子: 70.0
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的商品售价信息。
  • amount string
    商品售价,数值保留到小数点后两位。
    例子: 10.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • product_id string
    款式对应商品的唯一标识 ID。
    例子: 16056761559984840457934011
  • quantity integer
    订单中的商品数量。
    例子: 1
  • requires_shipping boolean
    商品是否需要发货。
    • true:需要发货
    • false:不需要发货
  • sku string
    商品 SKU 序列号。
    例子: test-002
  • tax_linesobject[]
    税费明细列表。
  • price string
    税费,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • price_setobject
    税费,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • rate double
    税率,以小数形式表示,数值保留到小数点后四位。如果税率为2%,该值为0.0200。该信息只做展示作用。
  • title string
    税费说明标题。该信息只做展示作用。
    例子: taxes
  • taxable boolean
    该商品是否需要收税。
    • true:需要收税
    • false:不需要收税
  • title string
    商品标题。
    例子: Useful product
  • variant_id string
    分配给库存中某一特定商品的唯一编码。
    例子: 18056761559987524812644011
  • variant_title string
    商品款式值,多个以 / 分割。
    例子: big/red
  • vendor string
    供应商。
    例子: Supplier
  • name string
    发货单编码。
    例子: 1032-F2
  • order_id string
    订单号。
    例子: 21056577640603870897253153
  • shipment_status string
    物流状态。有效枚举值包含:
    • out_for_delivery:正在配送
    • delivered:已送达
    • faliure:配送失败
    • picked_up:已取货
  • status string
    物流配送状态。有效枚举值包含:
    • success:已发货
    • cancelled:已取消
  • tracking_company string
    物流公司名称。
    例子: SF International
  • tracking_info_listobject[]
    物流追踪信息列表,若指定该入参,则单个入参的tracking_urltracking_numbertracking_company被拦截。最多传入 10 个追踪信息。
  • tracking_company string
    物流服务商。
  • tracking_number string
    物流单号。
  • tracking_url string
    追踪链接。
  • tracking_number string
    第三方物流单号。
    例子: yun0001
  • tracking_url string
    物流公司的域名。
    例子: https://www.sf-international.com/
  • updated_at string
    订单包裹更新时间。格式:ISO 8601
    例子: 2022-11-04T10:18:46+00:00
  • hidden_order boolean
    订单是否为已归档订单。
    • true:已归档订单
    • false:未归档订单
  • id string
    订单号,系统自定义编号。
    例子: 21050224312121887324667162
  • landing_site string
    记录完整的订单归因落地页的链接。
    例子: https://www.url.com
  • line_itemsobject[]
    订单商品快照信息列表。
  • attribute string
    款式规格信息,以款式名称和规格值拼接展示。
    例子: color - red
  • bundle_parent_variant_id string
    套装子商品关联的父商品变体ID。
  • country_code_of_origin string
    原产地或发货地的国家或地区代码,用于识别市场所在的国家或地区。遵循 ISO 3166-1 国际标准。
    例子: US
  • customized_attributesobject[]
    商品自定义的属性。
  • key string
    自定义属性名称。由外部传入,但只有 keybusinessType 时,value 为下单时系统主动生成,值为 3
  • value string
    商品自定义属性值,当 keybusinessType 时,只透出值为 3 (表示赠品)。
  • discount_allocationsobject[]
    营销折扣金额,分别以买家币种金额和店铺币种金额展示。
  • amount string
    营销折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • amount_setobject
    折扣明细金额多币种。
  • presentment_moneyobject
    展示给买家的营销折扣金额信息。
  • amount string
    营销折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的营销折扣金额信息。
  • amount string
    营销折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • discount_application_index integer
    标明商品行应用的折扣在 orders.discount_applications 中的位置。
    例子: 1
  • dutiesobject[]
    关税信息。
  • country_code_of_origin string
    原产地或发货地的国家或地区代码,用于识别市场所在的国家或地区。遵循 ISO 3166-1 国际标准。
    例子: US
  • harmonized_system_code string
    海关编码,用于在国际贸易中对产品进行分类。
    例子: A0023
  • id string
    关税编号。
    例子: H2325
  • priceobject
    关税金额,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的关税金额信息。
  • amount string
    关税金额,数值保留到小数点后两位。
    例子: 8.88
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的关税金额信息。
  • amount string
    关税金额,数值保留到小数点后两位。
    例子: 8.88
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • tax_linesobject[]
    税费信息列表。
  • price_setobject
    税费金额,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费金额,数值保留到小数点后两位。
    例子: 8.88
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费金额,数值保留到小数点后两位。
    例子: 8.88
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • rate double
    税率,以小数形式表示,数值保留到小数点后四位。如果税率为2%,该值为0.0200。该信息只做展示作用。
  • rate_percentage double
    税率,以百分比数值形式表示,数值保留到小数点后两位。如果税率为2%,该值为2.00。该信息只做展示作用。
  • title string
    税费标题,该信息只做展示作用。
    例子: Tax title
  • fulfillable_quantity integer
    剩余可发货数量。
    例子: 1
  • fulfillment_service string
    物流商名称。
    例子: SF International
  • fulfillment_status string
    商品发货状态。有效枚举值包含:
    • fulfilled:已发货
    • partial:部分发货
    • null:未发货
  • gift_card boolean
    是否为礼品卡商品。
    • true:是礼品卡商品
    • false:不是礼品卡商品
  • grams double
    重量,单位:g。
    例子: 100
  • harmonized_system_code string
    海关编码,用于在国际贸易中对产品进行分类。
    例子: harmonized system code
  • id string
    商品快照表的 ID,系统生成,与订单号 order.id 唯一确认一个商品。
    例子: 417
  • image_url string
    商品图片的 URL 地址。
    例子: https://d2n979dmt31clo.cloudfront.net/image/store/4211449909/1667384795847/63928f08a7174ab2958c6a969
  • is_bundle boolean
    是否为套装商品:true:套装商品 false:非套装商品
  • is_bundle_component boolean
    是否为套装子商品:true:子商品 false:非子商品
  • location_id string
    本地配送地点编号或普通配送地点编号。
    例子: 5327026538935748524
  • name string
    SKU 标题,该字段值和 title 一致。
    例子: Product title
  • price string
    商品售价,以店铺币种金额展示,数值保留到小数点后两位。
    例子: 8.00
  • price_setobject
    商品售价,分别以店铺币种金额和买家币种金额展示。
  • presentment_moneyobject
    展示给买家的商品售价信息。
  • amount string
    商品售价,数值保留到小数点后两位。
    例子: 80.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的商品售价信息。
  • amount string
    商品售价,数值保留到小数点后两位。
    例子: 10
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • product_id string
    款式对应商品的唯一标识 ID。
    例子: 16056761559984840457934011
  • propertiesobject[]
    商品定制信息列表。
  • additional string
    定制商品附加字段,比如当 name文字additional 可以附加文字的字号、字体、颜色等。
    例子: Additional fields
  • name string
    自定义属性名称。
    例子: Attribute name
  • role_visibility string
    定制信息可见对象:
    • customer: 仅对买家可见
    • merchant: 仅对商家可见
    • all: 同时对买家和商家可见
    • none: 同时对买家和商家不可见
  • show boolean
    定制信息是否可见
  • type string
    定制信息类型。有效枚举值包含:
    • text:字符类型
    • picture:图片类型
    • link:链接类型
  • urls array
    URL 资源列表。
    • 如果 typepicture,可通过 urls 获取渲染出缩略图。
    • 如果 typelink,那么超链接为 urls 的第一个。
    例子: ["[\"https://www.url.com\"]"]
  • value string
    自定义属性值。
    例子: attribute value
  • quantity integer
    订单中的商品数量。
    例子: 1
  • requires_shipping boolean
    商品是否需要发货。
    • true:需要发货
    • false:不需要发货
  • sku string
    商品 SKU 序列号。
    例子: 18056761559987524812644011
  • tags string
    商品标签,多个以逗号隔开。
    例子: watch
  • tax_linesobject[]
    税费明细列表。
  • price string
    税费,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • price_setobject
    税费,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • rate double
    税率,以小数形式表示,数值保留到小数点后四位。如果税率为2%,该值为0.0200。该信息只做展示作用。
  • title string
    税费说明标题。该信息只做展示作用。
    例子: taxes
  • type string
    税费用类型,用于区分是商品税还是运费税。
    • product_tax:商品税
    • shipping_tax:运费税
  • taxable boolean
    该商品是否需要收税。
    • true:需要收税
    • false:不需要收税
  • title string
    商品标题。
    例子: beautiful skirt
  • variant_id string
    分配给库存中某一特定商品的唯一编码。
    例子: 18056761559987524812644011
  • variant_title string
    商品属性值,多个以 / 分割。
    例子: big
  • vendor string
    供应商。
    例子: Supplier
  • locationsobject[]
    到店取货地点地址信息列表。
  • address string
    地址的第一行。通常包含街道地址或邮政信箱编号等信息。
    例子: Address 1
  • address_add string
    地址的第二行。通常是公寓、套房或单元等信息。
    例子: Address 22
  • city string
    地址中的城市。
    例子: Guangzhou
  • country string
    地址中的国家或区域。
    例子: China
  • country_code string
    国家或地区码。遵循 ISO 3166-1 国际标准的二位国家或区域码,用于识别市场所在的国家或地区。
    例子: CN
  • district string
    地址中的区或县。
    例子: Panyu District
  • location_id string
    取货地点唯一编号。
    例子: 5327026538935748524
  • name string
    取货地址名称。
    例子: Wanda square
  • phone string
    电话号码。
    例子: 13100000000
  • province string
    地址中的省份。
    例子: Guangdong Province
  • town string
    地址中的乡或镇。
    例子: town
  • type string
    地点类型。有效枚举值包含:
    • posLocation:POS 渠道创建该订单的门店地点。建议使用 posLocationId,因为 posLocation 后续将废弃。
    • pickupLocation:当订单的配送方式为自提时,自提的门店地点。
    • productLocation:订单中商品的库存地点。建议使用商品行中的 location 信息,因为 productLocation 后续将废弃。
  • zip string
    地址的邮编信息。
    例子: 521000
  • name string
    商家自定义的订单号,从 1001 开始,可以设置前缀。
    例子: test1001
  • note string
    商家备注内容。
    例子: Notes
  • note_attributesobject[]
    商家备注日志。
  • create_time string
    备注创建时间。格式:ISO 8601
    例子: 2022-11-04T10:18:46+00:00
  • name string
    卖家标识,表明备注来源。
    例子: Note source
  • value string
    备注内容。
    例子: Notes
  • order_at string
    订单成单时间。格式:ISO 8601
    例子: 2021-08-16T08:27:57+00:00
  • order_source string
    订单来源渠道,目前只有 POS 渠道该字段才有值,其他渠道该值为空。
  • order_status_url string
    订单状态页 URL。
    例子: https://shoptest.myshoplinestg.com/trade/thank_you?mainOrderMark=xxx&mainOrderSeq=200565776406008509
  • payment_detailsobject[]
    支付单信息列表。
  • create_time string
    支付单创建时间。格式:ISO 8601
    例子: 2021-08-16T08:27:57+00:00
  • gateway string
    支付方式名称。
    例子: Mypay
  • giftcard_presentment_moneyobject
    展示给买家的礼品卡金额。
  • amount string
    礼品卡金额,数值保留到小数点后两位。
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
  • pay_amount double
    支付金额,以店铺币种金额展示。数值保留到小数点后两位。
    例子: 8
  • pay_channel string
    支付渠道。
    例子: Paypal
  • pay_channel_deal_id string
    外部渠道支付流水号。
    例子: pi_3MI897Hezv8FxjBO1uGxMPhX
  • pay_merchant_email string
    支付商户 email 账户。
    例子: Washingtontest@gmail.com
  • pay_merchant_id string
    支付商户 ID。
    例子: 4201057379
  • pay_merchant_order_id string
    支付商户订单号。
    例子: 233445354566
  • pay_seq string
    支付单号。
    例子: 23057287797738260472676128
  • pay_status string
    支付单状态。有效枚举值包含:
    • unpaid:未支付
    • pending:支付中
    • risking:风控中
    • paid:已支付
    • paid_overtime:支付超时
    • paid_failed:支付失败
  • payment_method string
    支付方式
  • processed_at string
    支付单创建时间。格式:ISO 8601
    例子: 2023-04-12T22:59:52+08:00
  • settle_currency string
    支付结算币种。三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • settle_pay_amount double
    支付金额,以结算币种展示。数值保留到小数点后两位。
    例子: 8
  • status_code string
    支付网关标准状态码。
    例子: RISK_PENDING
  • status_msg string
    支付网关状态码信息。
    例子: PENDING_REVIEW
  • payment_gateway_names array
    付款方式列表。有效枚举值包含:
    • SLpayments
    • Paypal(PayPal支付)
    • Oceanpay(钱海支付)
    • TwoCheckout
    • AsiaBill
    • Stripe
    • Pacypay
    • WorldPay
    • COD(货到付款)
    • CUSTOM(自定义)
    • adjustPay(资金调整)
    • Xendit(xendit 信用卡)
    • XenditOther
    例子: ["SLpayments"]
  • payment_termsobject
    支付条款。
  • created_at string
    支付条款创建时间。格式:ISO 8601
    例子: 2024-06-05 08:00:00
  • due_in_days integer
    多少天后未付款则到期,当 payment_terms_typeNET 时提供。
    例子: 2
  • id string
    唯一识别该支付条款的 ID。
    例子: 6497210673894431747
  • overdue boolean
    支付是否逾期。
    • true:已逾期
    • false:未逾期
  • payment_schedulesobject[]
    与付款条件相关联的一组时间表。
  • completed_at string
    付款完成时间。格式:ISO 8601
    例子: 2024-06-05 08:00:00
  • due_at string
    预计付款时间。格式:ISO 8601
    例子: 2024-06-05 08:00:00
  • issued_at string
    付款起始的时间。当 payment_terms_typeFIXEDNET 时,issue_at 表示草稿单或订单保存时间。若草稿单成单,则订单继承草稿单的保存时间。当 payment_terms_typeFULFILLMENTRECEIPT 时,为付款起始的时间。格式: ISO 8601
    例子: 2024-06-05 08:00:00
  • payment_terms_name string
    用于创建付款条件的付款条件模板的名称。
    例子: Due on receipt
  • payment_terms_type string
    用于创建付款条件的模板名称。有效枚举值包含:
    • FIXED:商家指定日期
    • FULFILLMENT:完成发货日期
    • NET:固定条件日期
    • RECEIPT:发送账单日期
    • UNKNOWN:未知类型
  • updated_at string
    支付条款更新时间。格式:ISO 8601
    例子: 2024-06-05 08:00:00
  • phone string
    买家的手机号。
    例子: 18978789878
  • po_number string
    B2B 场景在订单上记录的采购订单号。
  • pos_location_id string
    POS 交易地点 ID。
    例子: 5327026538935748524
  • presentment_currency string
    买家侧币种,同卖家侧币种。三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • processed_at string
    成单时间。格式:ISO 8601
    例子: 2023-04-12T22:59:52+08:00
  • processed_user_id string
    订单创建者的 ID。
    例子: 4201057495
  • referring_site string
    归因 URL,用于记录买家如何被重定向到在线商店。
    例子: https://www.referringSite.com
  • refundsobject[]
    退款列表。
  • created_at string
    退款单创建时间。格式:ISO 8601
    例子: 2021-08-16T08:27:57+00:00
  • id string
    退款 ID。
    例子: 2605659027312156877634
  • note string
    卖家退款备注。
    例子: Refund notes
  • order_adjustmentsobject[]
    调整单信息,用于记录两类信息:
    • 与运费相关的退款信息,调整单类型 kindshipping_refund
    • 自动计算的退款金额与实际退款金额的差值,调整单类型 kindrefund_discrepancy
  • amount string
    调整单金额,数值保留到小数点后两位。
    例子: 8.00
  • amount_setobject
    调整单金额。分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的调整单金额信息。
  • amount double
    调整单金额,数值保留到小数点后两位。
    例子: 8
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的调整单金额信息。
  • amount double
    调整单金额,数值保留到小数点后两位。
    例子: 8
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • id string
    调整单 ID。
    例子: RAP5570565996182771228
  • kind string
    调整单类型。有效枚举值包含:
    • refund_discrepancy:运费金额调整
    • shipping_refund:支付单金额调整
  • order_id string
    订单号。
    例子: 21056577640603870897253153
  • reason string
    调整原因。
    例子: Refund discrepancy
  • refund_id string
    退款单 ID。
    例子: 2605659027312156877634
  • tax_amount string
    调整单税费金额,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • tax_amount_setobject
    调整单税费金额,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount double
    税费金额,数值保留到小数点后两位。
    例子: 8
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount double
    税费金额,数值保留到小数点后两位。
    例子: 8
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • order_id string
    订单号。
    例子: 21056577640603870897253153
  • processed_at string
    退款发起时间。格式:ISO 8601
    例子: 2021-08-16T08:27:57+00:00
  • refund_line_itemsobject[]
    商品行退款详情列表。
  • id string
    退款单号。
    例子: 2605659027312156877634
  • line_itemobject
    发货单商品行信息。
  • attribute string
    款式规格信息,以规格名称和规格值拼接展示。
    例子: color - red
  • fulfillable_quantity integer
    剩余可发货数量。
    例子: 1
  • fulfillment_service string
    物流商名称。
    例子: SF International
  • fulfillment_status string
    商品发货状态。有效枚举值包含:
    • fulfilled:已发货
    • partial:部分发货
    • null:未发货
  • grams double
    重量,单位:g。
    例子: 1
  • id string
    商品快照表的 ID,系统生成,与订单号 order.id 唯一确认一个商品。
    例子: 403
  • name string
    SKU 标题,该字段值和 title 一致。
    例子: 18056761559987524812644011
  • price string
    商品售价,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • price_setobject
    商品售价,分别以店铺币种金额和买家币种金额展示。
  • presentment_moneyobject
    展示给买家的商品售价信息。
  • amount string
    商品售价,数值保留到小数点后两位。
    例子: 10.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的商品售价信息。
  • amount string
    商品售价,数值保留到小数点后两位。
    例子: 70.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • product_id string
    款式对应商品的唯一标识 ID。
    例子: 16056761559984840457934011
  • quantity integer
    订单中的商品数量。
    例子: 1
  • requires_shipping boolean
    商品是否需要发货。
    • true:需要发货
    • false:不需要发货
  • sku string
    商品 SKU 序列号。
    例子: sku name
  • tax_linesobject[]
    税费明细列表。
  • price string
    税费,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • price_setobject
    税费,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • rate double
    税率,以小数形式表示,数值保留到小数点后四位。如果税率为2%,该值为0.0200。该信息只做展示作用。
  • title string
    税费说明标题。该信息只做展示作用。
    例子: Headline
  • taxable boolean
    该商品是否需要收税。
    • true:需要收税
    • false:不需要收税
  • title string
    商品标题。
    例子: Product title
  • variant_id string
    分配给库存中某一特定商品的唯一编码。
    例子: 18056761559987524812644011
  • variant_title string
    商品属性值,多个以 / 分割。
    例子: big/red
  • vendor string
    供应商。
    例子: Supplier
  • line_item_id string
    商品快照表的 ID,系统生成,与订单号 order.id 唯一确认一个商品。
    例子: 406
  • quantity integer
    退款商品数量。
    例子: 1
  • restock_type string
    库存返还类型。有效枚举值包含:
    • no_restock:未返还
    • cancel:取消
    • return:返还
  • subtotal double
    退款金额合计,以店铺币种金额展示。数值保留到小数点后两位。
    例子: 8
  • subtotal_setobject
    退款总额,按单价和数量的乘积计算,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的退款金额信息。
  • amount string
    退款金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的退款金额信息。
  • amount string
    退款金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • total_tax double
    退款商品的税额,以店铺币种展示。数值保留到小数点后两位。
    例子: 8
  • total_tax_setobject
    总税额,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • transactionsobject[]
    退款交易信息列表。
  • amount string
    退款金额,数值保留到小数点后两位。
    例子: 8.00
  • channel_refund_id string
    渠道退款单号,暂时支持SHOPLINE Payment支付渠道
  • created_at string
    退款交易单创建时间。格式:ISO 8601
    例子: 2021-08-16T08:27:57+00:00
  • currency string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • gateway string
    支付渠道代码
    例子: Mypay
  • id string
    退款 ID。
    例子: 2605659027312156877634
  • kind string
    交易类型,返回值为 refund
    例子: refund
  • order_id string
    订单号。
    例子: 21056577640603870897253153
  • processed_at string
    退款单更新时间。格式:ISO 8601
    例子: 2021-08-16T08:27:57+00:00
  • settle_amount string
    退款金额 (结算币种)。数值保留到小数点后两位。
    例子: 8.00
  • settle_currency string
    退款结算币种。三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • status string
    处理状态。有效枚举值包含:
    • pending:退款中
    • failure:退款失败
    • success:退款成功
    • error:退款出错
  • status_update_at string
    退款单状态变更时间。
  • user_id string
    买家 ID。
    例子: 4201057495
  • user_id string
    买家 ID。
    例子: 4201057495
  • service string
    运输方式类型。有效枚举值包含:
    • Pickup:到店取货
    • null:其他运输方式
  • shipping_addressobject
    收货地址。
  • address1 string
    地址的第一行。通常是街道地址或邮政信箱编号等信息。
    例子: Address 1
  • address2 string
    地址的第二行。通常是公寓、套房或单元等信息。
    例子: Address 2
  • city string
    地址中的城市。
    例子: City
  • company string
    收件人所在的公司名称。
    例子: Company Name
  • country string
    地址中的国家或区域。
    例子: China
  • country_code string
    地址中国家或区域的二位码,遵循 ISO 3166-1 国际标准的二位国家或区域码,用于识别市场所在的国家或地区。
    例子: US
  • delivery_store_code string
    台湾店配配送方式的门店编码。
    例子: 1001
  • delivery_store_name string
    台湾店配配送方式的门店名称。
    例子: Store name
  • district string
    地址中的区。
    例子: Panyu District
  • district_code string
    地址中的区编码。
    例子: 521000
  • first_name string
    收件人的名。
    例子: Tom
  • last_name string
    收件人的姓。
    例子: Washington
  • latitude string
    地址所在的纬度。
    例子: 15
  • longitude string
    地址所在的经度。
    例子: 41
  • name string
    收件人的全名。
    例子: Tom.Washington
  • phone string
    收件人的手机号码。
    例子: 13100000000
  • province string
    地址中的省份。
    例子: Guangdong Province
  • province_code string
    地址中省份的编码,该编码可以是自定义编号或者为二位的 ISO 3166-2 国际编码。
    例子: 510000
  • standard_province_code string
    地址中省份的编码,该编码为二位的 ISO 3166-2 国际编码,区别于province_code返参为自定义编码。
  • zip string
    地址的邮编信息。
    例子: 521000
  • shipping_linesobject[]
    运费列表。
  • code string
    只有本地配送运费方案有值,返回 Local delivery
    例子: Local delivery
  • discount_allocationsobject[]
    折扣明细列表。
  • amount string
    折扣金额,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • amount_setobject
    折扣金额,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的折扣金额信息。
  • amount string
    折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的折扣金额信息。
  • amount string
    折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • discount_application_index integer
    标明商品行应用的折扣在 orders.discount_applications 中的位置。
    例子: 1
  • discounted_price string
    折扣金额,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • discounted_price_setobject
    折扣金额,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的折扣金额信息。
  • amount string
    折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的折扣金额信息。
  • amount string
    折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • phone string
    买家的手机号。
    例子: 13100000000
  • price string
    运费,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • price_setobject
    运费金额,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的运费信息。
  • amount string
    运费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的运费信息。
  • amount string
    运费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循ISO 4217 标准。
    例子: USD
  • requested_fulfillment_service_id string
    运输服务代号。
  • shipping_price string
    原运费金额值,非折扣后金额,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • shipping_price_setobject
    原运费金额值,非折扣后金额,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的运费信息。
  • amount string
    运费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的运费信息。
  • amount string
    运费,数值保留到小数点后两位。
    例子: 1.00
  • currency_code string
    三位币种码,遵循 ISO 4217 标准。
    例子: USD
  • shipping_strategy_name string
    运输策略名称,当发货方式为 SHIPPINGLOCAL_DELIVERY ,才有对应的值。
  • source string
    物流承运商类型。有效枚举值包含:
    • Shipper:Shipper 物流
    • Oneship:Oneship 物流
    • Api:通过开放能力添加的承运商的物流
    • null:系统物流或自定义物流
  • tax_linesobject[]
    税费信息列表。
  • price string
    税费,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • price_setobject
    税费,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • rate double
    税率,以小数形式表示,数值保留到小数点后四位。如果税率为2%,该值为0.0200。该信息只做展示作用。
  • title string
    税费说明标题。该信息只做展示作用。
    例子: Tax name
  • title string
    物流公司名称。
    例子: SF International
  • source_identifier string
    客户点击链接访问商店时的营销推荐代码。支持以下 URL 参数:refresourcer。例如,如果 URL 是 myshopline.com/products/slide?ref=22dd9dctg 则该值为 22dd9dctg
  • source_name string
    表示查询订单的行为是由哪个应用触发的。有效枚举值包含:
    • sales_plugin_of:行为来自营销系统的分销插件
    • member_plugin_referral:行为来自会员系统的推荐插件
  • source_url string
    归因 URL,用于记录买家如何被重定向到在线商店。
  • status string
    订单状态。有效枚举值包含:
    • open:订单处理中
    • cancelled:订单已取消
  • store_id string
    店铺 ID。
    例子: 1644828244663
  • subtotal_price string
    商品折后价总和,为商品总价 - 营销优惠 - 自定义折扣,以店铺币种展示。
    例子: 8.00
  • subtotal_price_setobject
    商品折后价总和,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的折后价格信息。
  • amount string
    折后价格,数值保留到小数点后两位。
    例子: 1.00
  • currency_code string
    三位币种码,遵循 ISO 4217 标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的折后价格信息。
  • amount string
    折后价格,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 标准。
    例子: USD
  • tags string
    订单标签。
    例子: Label
  • tax_description string
    税费说明。
  • tax_linesobject[]
    税费明细列表。
  • name string
    税费名称。
    例子: Tax name
  • price string
    税费,以店铺币种展示。数值保留到小数点后两位。
    例子: 8.00
  • price_setobject
    税费,分别以买家币种和店铺币种展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • rate double
    税率,以小数形式表示,数值保留到小数点后四位。如果税率为2%,该值为0.0200。该信息只做展示作用。
  • title string
    税费说明标题。该信息只做展示作用。
    例子: Tax name
  • tax_number string
    税号。
  • tax_type string
    订单的税费类型。有效枚举值包含:
    • product_tax:商品税
    • shipping_tax:运费税
  • taxes_included boolean
    该订单是否包含税费金额。
    • true:包含税费金额
    • false:不包含税费金额
  • total_discounts string
    订单折扣总和,为营销折扣 + 自定义折扣,数值保留到小数点后两位,以店铺币种金额展示。
    废弃:该字段自 API 版本 v20210901 起已废弃。
    例子: 3.25
  • total_discounts_setobject
    订单折扣总和,为营销折扣 + 自定义折扣,分别以店铺币种金额和买家币种金额展示。
    废弃:该字段自 API 版本 v20210901 起已废弃。
  • presentment_moneyobject
    展示给买家的折扣信息。
  • amount string
    折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的折扣信息。
  • amount string
    折扣金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 标准。
    例子: USD
  • total_line_items_price string
    商品原价总和,数值保留到小数点后两位,以店铺币种金额展示。
    例子: 8.00
  • total_line_items_price_setobject
    商品原价总和,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的商品原价信息。
  • amount string
    商品原价,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的商品原价信息。
  • amount string
    商品原价,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • total_outstanding string
    未付款金额总额,数值保留到小数点后两位,以店铺币种金额展示。
    例子: 8.00
  • total_shipping_price_setobject
    订单运费总和,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的运费信息。
  • amount string
    运费金额,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的运费信息。
  • amount string
    运费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • total_tax string
    税费总额,数值保留到小数点后两位,以店铺币种金额展示。
    例子: 8.00
  • total_tax_setobject
    税费总和,分别以买家币种金额和店铺币种金额展示。
  • presentment_moneyobject
    展示给买家的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的税费信息。
  • amount string
    税费,数值保留到小数点后两位。
    例子: 8.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • total_tip_received string
    小费,数值保留到小数点后两位,以店铺币种金额展示。
    例子: 8.00
  • total_tip_received_setobject
    小费,分别以店铺币种金额和买家币种金额展示。
  • presentment_moneyobject
    展示给买家的小费信息。
  • amount string
    小费金额,数值保留到小数点后两位。
    例子: 10.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • shop_moneyobject
    商家侧记录的小费信息。
  • amount string
    小费,数值保留到小数点后两位。
    例子: 70.00
  • currency_code string
    三位币种码,遵循 ISO 4217 国际标准。
    例子: USD
  • total_weight double
    商品总重量,单位:g。
    例子: 1
  • updated_at string
    订单更新时间。格式:ISO 8601
    例子: 2021-08-16T08:27:57+00:00
  • user_id string
    买家 ID。
    例子: 4201057495
  • utm_parameters string
    广告业务专用的参数,用于广告的归因计算。
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301

ParamOptions

header required
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301/orders.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
查询订单
Response
{
"orders": [
{
"adjust_price": "0.00",
"adjust_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"billing_address": {
"address1": "9800+Fredericksburg+Road+Northwest+Side",
"address2": "San+Antonio",
"city": "Air Force Academy",
"company": "",
"country": "United States",
"country_code": "US",
"first_name": "FireXuan_CN",
"last_name": "Addr-US",
"name": "FireXuan_CN Addr-US",
"phone": "13212345678",
"province": "New York",
"province_code": "4200037",
"zip": "12000"
},
"browser_ip": "157.119.232.36",
"buyer_note": "",
"cancel_reason": "",
"cancelled_at": "2024-10-30T18:07:25+08:00",
"cart_token": null,
"checkout_id": "2406696682020612513424",
"checkout_token": "c2c4a6696682a2a6b2f1d4c48396a1b3",
"client_details": {
"browser_ip": "157.119.232.36",
"session_hash": "a3980801-295b-46ea-a331-b43b2e0f7758",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
},
"company": null,
"contract_seq": null,
"created_at": "2024-10-21T11:32:56+08:00",
"credit_limit": null,
"currency": "USD",
"current_subtotal_price": "200.00",
"current_subtotal_price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"current_total_discounts": "0.00",
"current_total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"current_total_duties_set": null,
"current_total_price": "274.72",
"current_total_price_set": {
"presentment_money": {
"amount": "274.72",
"currency_code": "USD"
},
"shop_money": {
"amount": "274.72",
"currency_code": "USD"
}
},
"current_total_tax": "14.72",
"current_total_tax_set": {
"presentment_money": {
"amount": "14.72",
"currency_code": "USD"
},
"shop_money": {
"amount": "14.72",
"currency_code": "USD"
}
},
"customer": {
"addresses": {
"address1": "9800+Fredericksburg+Road+Northwest+Side",
"address2": "",
"city": "Air Force Academy",
"country": "United States",
"country_code": "US",
"first_name": "FireXuan_CN",
"last_name": "Addr-US",
"name": "FireXuan_CN Addr-US",
"phone": "13212345678",
"province": "New York",
"province_code": "4200037",
"zip": "12000"
},
"area_code": null,
"created_at": "2024-04-19T10:23:49+08:00",
"currency": "USD",
"email": "bing+448@shopline.com",
"first_name": "FireXuan_CN",
"id": "4600604163",
"last_name": "FireXuan_CN Addr-US",
"phone": null,
"updated_at": null
},
"customer_locale": "enUS",
"deduct_member_point_amount": "0.00",
"deduct_member_point_amount_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"discount_applications": [],
"discount_codes": [],
"email": "bing+448@shopline.com",
"financial_status": "unpaid",
"fulfillment_status": "null",
"fulfillments": [
{
"created_at": "2024-10-24T13:33:49+08:00",
"id": "22067011542659047173883424",
"line_items": [
{
"attribute": "",
"fulfillable_quantity": 0,
"fulfillment_quantity": 1,
"fulfillment_service": "",
"fulfillment_status": "fulfilled",
"grams": 28350,
"id": "7432",
"image_url": "https://d2n979dmt31clo.cloudfront.net/image/store/3300003215/219/49bde8461ca648ab966be7505f6cf2f4.jpeg?w=500&h=375",
"location_id": "5479245311502721516",
"name": "TW and US Goods",
"price": "200.00",
"price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"product_id": "16066882414538428437450910",
"quantity": 1,
"requires_shipping": true,
"sku": "T20200925200122",
"tax_lines": [
{
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax"
}
],
"taxable": true,
"title": "TW and US Goods",
"variant_id": "18066882414545307096080910",
"variant_title": "",
"vendor": "C03-Test Title"
}
],
"name": "TU202132481-F1",
"order_id": "21066966839327957070363424",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "123",
"tracking_url": "",
"updated_at": "2024-10-24T14:01:23+08:00"
},
{
"created_at": "2024-10-24T14:01:30+08:00",
"id": "22067011821330785972073424",
"line_items": [
{
"attribute": "",
"fulfillable_quantity": 0,
"fulfillment_quantity": 1,
"fulfillment_service": "",
"fulfillment_status": "fulfilled",
"grams": 28350,
"id": "7432",
"image_url": "https://d2n979dmt31clo.cloudfront.net/image/store/3300003215/219/49bde8461ca648ab966be7505f6cf2f4.jpeg?w=500&h=375",
"location_id": "5479245311502721516",
"name": "TW and US Goods",
"price": "200.00",
"price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"product_id": "16066882414538428437450910",
"quantity": 1,
"requires_shipping": true,
"sku": "T20200925200122",
"tax_lines": [
{
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax"
}
],
"taxable": true,
"title": "TW and US Goods",
"variant_id": "18066882414545307096080910",
"variant_title": "",
"vendor": "C03-Test Title"
}
],
"name": "TU202132481-F2",
"order_id": "21066966839327957070363424",
"shipment_status": null,
"status": null,
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-10-24T14:01:38+08:00"
}
],
"hidden_order": false,
"id": "21066966839327957070363424",
"landing_site": "https://bingtang.asia/zh-hans-cn/",
"line_items": [
{
"attribute": "",
"country_code_of_origin": null,
"customized_attributes": null,
"discount_allocations": null,
"duties": [],
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "fulfilled",
"gift_card": false,
"grams": 28350,
"harmonized_system_code": "988777788999",
"id": "7432",
"image_url": "https://d2n979dmt31clo.cloudfront.net/image/store/3300003215/219/49bde8461ca648ab966be7505f6cf2f4.jpeg?w=500&h=375",
"location_id": "5479245311502721516",
"name": "TW and US Goods",
"price": "200.00",
"price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"product_id": "16066882414538428437450910",
"properties": null,
"quantity": 1,
"requires_shipping": true,
"sku": "T20200925200122",
"tags": "rocketbig",
"tax_lines": [
{
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax",
"type": "product_tax"
},
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax",
"type": "shipping_tax"
}
],
"taxable": true,
"title": "TW and US Goods",
"variant_id": "18066882414545307096080910",
"variant_title": "",
"vendor": "C03-Test Title"
}
],
"locations": [
{
"address": "12 Stout Street",
"address_add": "",
"city": "Paterson",
"country": "United States",
"country_code": "US",
"district": "",
"location_id": "5479245311502721516",
"name": "United States - Texas (9800 Fredericksburg Road, San Antonio, Texas 78288, United States)",
"phone": "13845678909",
"province": "New Jersey",
"town": null,
"type": "productLocation",
"zip": "07522"
}
],
"name": "TU202132481",
"note": null,
"note_attributes": [],
"order_at": "2024-10-21T11:32:56+08:00",
"order_source": "web",
"order_status_url": "https://bing5.myshoplinestg.com/219/orders/21066966839327957070363424/authenticate?key=c6c1a669668393c7957070d6d4c4e0a8&orderMark=865CFE9932E98DB1487217C0C5C315E533979F7CB0B8C80E6B12CCAC27AB52EB",
"payment_details": [
{
"create_time": "2024-10-21T11:32:56+08:00",
"gateway": "COD",
"pay_amount": 274.72,
"pay_channel": "customPay",
"pay_channel_deal_id": null,
"pay_merchant_email": null,
"pay_merchant_id": null,
"pay_merchant_order_id": null,
"pay_seq": "23066966839379630895653424",
"pay_status": "unpaid",
"processed_at": null,
"settle_currency": "USD",
"settle_pay_amount": 274.72,
"status_code": null,
"status_msg": null
}
],
"payment_gateway_names": [
"customPay"
],
"payment_terms": null,
"phone": null,
"po_number": null,
"pos_location_id": null,
"presentment_currency": "USD",
"processed_at": "2024-10-21T11:32:56+08:00",
"processed_user_id": "4600604163",
"referring_site": "",
"refunds": [
{
"created_at": "2024-10-30T18:07:25+08:00",
"id": "2606710127006922054812",
"note": null,
"order_adjustments": [
{
"amount": "60.00",
"amount_set": {
"presentment_money": {
"amount": 60,
"currency_code": "USD"
},
"shop_money": {
"amount": 60,
"currency_code": "USD"
}
},
"id": "RAP6710127008012573855",
"kind": "shipping_refund",
"order_id": "21066966839327957070363424",
"reason": "Shipping refund",
"refund_id": "2706710127007089826973",
"tax_amount": "3.40",
"tax_amount_set": {
"presentment_money": {
"amount": 3.4,
"currency_code": "USD"
},
"shop_money": {
"amount": 3.4,
"currency_code": "USD"
}
}
},
{
"amount": "274.72",
"amount_set": {
"presentment_money": {
"amount": 274.72,
"currency_code": "USD"
},
"shop_money": {
"amount": 274.72,
"currency_code": "USD"
}
},
"id": "RAP6710127008079682720",
"kind": "refund_discrepancy",
"order_id": "21066966839327957070363424",
"reason": "Refund discrepancy",
"refund_id": "2706710127007089826973",
"tax_amount": "14.72",
"tax_amount_set": {
"presentment_money": {
"amount": 14.72,
"currency_code": "USD"
},
"shop_money": {
"amount": 14.72,
"currency_code": "USD"
}
}
}
],
"order_id": "21066966839327957070363424",
"processed_at": null,
"refund_line_items": [
{
"id": "RDP6710127007224044702",
"line_item": {
"attribute": "",
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "fulfilled",
"grams": 28350,
"id": "7432",
"name": "TW and US Goods",
"price": "200.00",
"price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"product_id": "16066882414538428437450910",
"quantity": 1,
"requires_shipping": true,
"sku": "T20200925200122",
"tax_lines": [
{
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax"
}
],
"taxable": true,
"title": "TW and US Goods",
"variant_id": "18066882414545307096080910",
"variant_title": "",
"vendor": "C03-Test Title"
},
"line_item_id": "7432",
"quantity": 1,
"restock_type": "return",
"subtotal": 211.32,
"subtotal_set": {
"presentment_money": {
"amount": "211.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "211.32",
"currency_code": "USD"
}
},
"total_tax": 11.32,
"total_tax_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
}
}
],
"transactions": [],
"user_id": "4600604163"
}
],
"service": null,
"shipping_address": {
"address1": "9800+Fredericksburg+Road+Northwest+Side",
"address2": "",
"city": "Air Force Academy",
"company": "",
"country": "United States",
"country_code": "US",
"delivery_store_code": null,
"delivery_store_name": null,
"district": "",
"district_code": "",
"first_name": "FireXuan_CN",
"last_name": "Addr-US",
"latitude": null,
"longitude": null,
"name": "FireXuan_CN Addr-US",
"phone": "13212345678",
"province": "New York",
"province_code": "4200037",
"zip": "12000"
},
"shipping_lines": [
{
"code": "Local delivery",
"discount_allocations": null,
"discounted_price": null,
"discounted_price_set": null,
"phone": "00113212345678",
"price": "60.00",
"price_set": {
"presentment_money": {
"amount": "60.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "60.00",
"currency_code": "USD"
}
},
"requested_fulfillment_service_id": null,
"shipping_price": "60.00",
"shipping_price_set": {
"presentment_money": {
"amount": "60.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "60.00",
"currency_code": "USD"
}
},
"source": null,
"tax_lines": [
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.06,
"title": "express_tax"
}
],
"title": "Local delivery"
}
],
"source_identifier": "",
"source_name": "",
"source_url": "",
"status": "cancelled",
"store_id": "219",
"subtotal_price": "200.0",
"subtotal_price_set": {
"presentment_money": {
"amount": "200.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.0",
"currency_code": "USD"
}
},
"tags": null,
"tax_lines": [
{
"name": "GST",
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"name": "GST",
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax"
}
],
"tax_number": "45345",
"tax_type": "Tax Identification Number",
"taxes_included": true,
"total_discounts": "0.00",
"total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_line_items_price": "200.00",
"total_line_items_price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"total_outstanding": "274.72",
"total_shipping_price_set": {
"presentment_money": {
"amount": "60.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "60.00",
"currency_code": "USD"
}
},
"total_tax": "14.72",
"total_tax_set": {
"presentment_money": {
"amount": "14.72",
"currency_code": "USD"
},
"shop_money": {
"amount": "14.72",
"currency_code": "USD"
}
},
"total_tip_received": "0.00",
"total_tip_received_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_weight": 28350,
"updated_at": "2024-10-30T18:07:25+08:00",
"user_id": "4600604163",
"utm_parameters": "{\"sl_source_ad_platform\":\"\",\"sl_source_campaign_id\":\"\",\"sl_source_placement\":\"\",\"sl_source_ad_id\":\"\",\"utm_source\":\"\",\"utm_medium\":\"\",\"utm_campaign\":\"\",\"utm_adset\":\"\",\"utm_ad\":\"\",\"utm_content\":\"\",\"utm_term\":\"\"}"
},
{
"adjust_price": "0.00",
"adjust_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"billing_address": {
"address1": "8899 Garfield Street, xihuanwann",
"address2": "xihuanwann",
"city": "Riverside",
"company": "",
"country": "US",
"country_code": "US",
"first_name": "lucous",
"last_name": "toba",
"name": "lucous toba",
"phone": "01066666666",
"province": "California",
"province_code": "4200006",
"zip": "92504"
},
"browser_ip": "183.90.187.195",
"buyer_note": null,
"cancel_reason": "",
"cancelled_at": "2024-11-05T16:28:34+08:00",
"cart_token": null,
"checkout_id": null,
"checkout_token": null,
"client_details": {
"browser_ip": "183.90.187.195",
"session_hash": null,
"user_agent": null
},
"company": null,
"contract_seq": null,
"created_at": "2024-11-05T15:17:21+08:00",
"credit_limit": null,
"currency": "USD",
"current_subtotal_price": "1000.00",
"current_subtotal_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"current_total_discounts": "0.00",
"current_total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"current_total_duties_set": null,
"current_total_price": "1056.60",
"current_total_price_set": {
"presentment_money": {
"amount": "1056.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "1056.60",
"currency_code": "USD"
}
},
"current_total_tax": "56.60",
"current_total_tax_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"customer": {
"addresses": {
"address1": "8899 Garfield Street, xihuanwann",
"address2": "xihuanwann",
"city": "Riverside",
"country": "US",
"country_code": "US",
"first_name": "lucous",
"last_name": "toba",
"name": "lucous toba",
"phone": "01066666666",
"province": "California",
"province_code": "4200006",
"zip": "92504"
},
"area_code": "86",
"created_at": "2023-12-04T15:58:39+08:00",
"currency": "USD",
"email": "xubihui@shopline.com",
"first_name": "",
"id": "4217351534",
"last_name": "xubihui",
"phone": "13718003611",
"updated_at": null
},
"customer_locale": "enUS",
"deduct_member_point_amount": "0.00",
"deduct_member_point_amount_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"discount_applications": [],
"discount_codes": [],
"email": "xubihui@shopline.com",
"financial_status": "refunded",
"fulfillment_status": "null",
"fulfillments": [
{
"created_at": "2024-11-05T16:24:49+08:00",
"id": "22067187210199546020099591",
"line_items": [
{
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_quantity": 5,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"name": "TU202132585-F1",
"order_id": "21067186531146929695929591",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-11-05T16:25:40+08:00"
},
{
"created_at": "2024-11-05T16:24:56+08:00",
"id": "22067187211539877806349591",
"line_items": [
{
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_quantity": 5,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"name": "TU202132585-F2",
"order_id": "21067186531146929695929591",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-11-05T16:26:05+08:00"
},
{
"created_at": "2024-11-05T16:27:07+08:00",
"id": "22067187233522896159009591",
"line_items": [
{
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_quantity": 5,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"name": "TU202132585-F3",
"order_id": "21067186531146929695929591",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-11-05T16:27:58+08:00"
},
{
"created_at": "2024-11-05T16:27:15+08:00",
"id": "22067187234793938043179591",
"line_items": [
{
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_quantity": 5,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"name": "TU202132585-F4",
"order_id": "21067186531146929695929591",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-11-05T16:28:13+08:00"
}
],
"hidden_order": false,
"id": "21067186531146929695929591",
"landing_site": null,
"line_items": [
{
"attribute": null,
"country_code_of_origin": null,
"customized_attributes": null,
"discount_allocations": null,
"duties": [],
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "null",
"gift_card": false,
"grams": null,
"harmonized_system_code": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"properties": null,
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tags": "",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax",
"type": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax",
"type": "shipping_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"locations": [
{
"address": "12 Stout Street",
"address_add": "",
"city": "Paterson",
"country": "US",
"country_code": "US",
"district": "",
"location_id": "5479245311502721516",
"name": "United States - Texas (9800 Fredericksburg Road, San Antonio, Texas 78288, United States)",
"phone": "13845678909",
"province": "New Jersey",
"town": null,
"type": "productLocation",
"zip": "07522"
},
{
"address": "600 State Drive",
"address_add": "",
"city": "Los Angeles",
"country": "US",
"country_code": "US",
"district": "",
"location_id": "5479246478190322184",
"name": "US - California (600 State Drive, Los Angeles, California 90037, US)",
"phone": "13909876789",
"province": "California",
"town": null,
"type": "productLocation",
"zip": "90037"
}
],
"name": "TU202132585",
"note": null,
"note_attributes": [],
"order_at": "2024-11-05T15:17:21+08:00",
"order_source": null,
"order_status_url": "https://bing5.myshoplinestg.com/219/orders/21067186531146929695929591/authenticate?key=c6c1a67186f3b1e6929695929591b376&orderMark=4477FA761CA26C9F4DB37997B78D415D5FB0546664B81DD7D8715E7871F9A4C6",
"payment_details": [
{
"create_time": "2024-11-05T15:17:21+08:00",
"gateway": "KOMOJU Other",
"pay_amount": 105.66,
"pay_channel": "KomojuOther",
"pay_channel_deal_id": null,
"pay_merchant_email": null,
"pay_merchant_id": null,
"pay_merchant_order_id": null,
"pay_seq": "23067186531215884053699591",
"pay_status": "unpaid",
"processed_at": null,
"settle_currency": "USD",
"settle_pay_amount": 105.66,
"status_code": null,
"status_msg": null
},
{
"create_time": "2024-11-05T16:26:37+08:00",
"gateway": "codPay",
"pay_amount": 1056.6,
"pay_channel": "codPay",
"pay_channel_deal_id": null,
"pay_merchant_email": null,
"pay_merchant_id": null,
"pay_merchant_order_id": null,
"pay_seq": "2306718722843319214107",
"pay_status": "paid",
"processed_at": "2024-11-05T16:26:37+08:00",
"settle_currency": "USD",
"settle_pay_amount": 1056.6,
"status_code": null,
"status_msg": null
}
],
"payment_gateway_names": [
"KomojuOther",
"codPay"
],
"payment_terms": null,
"phone": "13718003611",
"po_number": null,
"pos_location_id": null,
"presentment_currency": "USD",
"processed_at": "2024-11-05T15:17:21+08:00",
"processed_user_id": "4217351534",
"referring_site": null,
"refunds": [
{
"created_at": "2024-11-05T16:28:35+08:00",
"id": "2606718724816303038494",
"note": null,
"order_adjustments": [],
"order_id": "21067186531146929695929591",
"processed_at": null,
"refund_line_items": [
{
"id": "RDP6718724821134876704",
"line_item": {
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
},
"line_item_id": "8434",
"quantity": 5,
"restock_type": "return",
"subtotal": 528.3,
"subtotal_set": {
"presentment_money": {
"amount": "528.30",
"currency_code": "USD"
},
"shop_money": {
"amount": "528.30",
"currency_code": "USD"
}
},
"total_tax": 28.3,
"total_tax_set": {
"presentment_money": {
"amount": "28.30",
"currency_code": "USD"
},
"shop_money": {
"amount": "28.30",
"currency_code": "USD"
}
}
},
{
"id": "RDP6718724822997147681",
"line_item": {
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
},
"line_item_id": "8434",
"quantity": 5,
"restock_type": "return",
"subtotal": 528.3,
"subtotal_set": {
"presentment_money": {
"amount": "528.30",
"currency_code": "USD"
},
"shop_money": {
"amount": "528.30",
"currency_code": "USD"
}
},
"total_tax": 28.3,
"total_tax_set": {
"presentment_money": {
"amount": "28.30",
"currency_code": "USD"
},
"shop_money": {
"amount": "28.30",
"currency_code": "USD"
}
}
}
],
"transactions": [
{
"amount": "1056.60",
"created_at": "2024-11-05T16:28:35+08:00",
"currency": "USD",
"id": "2306718722843319214107",
"kind": "refund",
"order_id": "21067186531146929695929591",
"processed_at": null,
"settle_amount": "1056.60",
"settle_currency": "USD",
"status": "success",
"user_id": "4217351534"
}
],
"user_id": "4217351534"
}
],
"service": null,
"shipping_address": {
"address1": "8899 Garfield Street, xihuanwann",
"address2": "xihuanwann",
"city": "Riverside",
"company": "",
"country": "US",
"country_code": "US",
"delivery_store_code": null,
"delivery_store_name": null,
"district": null,
"district_code": null,
"first_name": "lucous",
"last_name": "toba",
"latitude": null,
"longitude": null,
"name": "lucous toba",
"phone": "01066666666",
"province": "California",
"province_code": "4200006",
"zip": "92504"
},
"shipping_lines": [
{
"code": null,
"discount_allocations": null,
"discounted_price": null,
"discounted_price_set": null,
"phone": "",
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"requested_fulfillment_service_id": null,
"shipping_price": "0.00",
"shipping_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"source": null,
"tax_lines": [
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"title": null
}
],
"source_identifier": null,
"source_name": null,
"source_url": null,
"status": "cancelled",
"store_id": "219",
"subtotal_price": "1000.0",
"subtotal_price_set": {
"presentment_money": {
"amount": "1000.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.0",
"currency_code": "USD"
}
},
"tags": "[\"Subscription\"]",
"tax_lines": [
{
"name": "GST",
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"name": null,
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"tax_number": null,
"tax_type": null,
"taxes_included": true,
"total_discounts": "0.00",
"total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_line_items_price": "1000.00",
"total_line_items_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"total_outstanding": "0.00",
"total_shipping_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_tax": "56.60",
"total_tax_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"total_tip_received": "0.00",
"total_tip_received_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_weight": 0,
"updated_at": "2024-11-05T16:28:36+08:00",
"user_id": "4217351534",
"utm_parameters": null
},
{
"adjust_price": "0.00",
"adjust_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"billing_address": {
"address1": null,
"address2": null,
"city": null,
"company": null,
"country": null,
"country_code": null,
"first_name": null,
"last_name": null,
"name": "",
"phone": null,
"province": null,
"province_code": null,
"zip": null
},
"browser_ip": "183.90.187.195",
"buyer_note": null,
"cancel_reason": "",
"cancelled_at": "2024-11-05T16:47:34+08:00",
"cart_token": null,
"checkout_id": null,
"checkout_token": null,
"client_details": {
"browser_ip": "183.90.187.195",
"session_hash": null,
"user_agent": null
},
"company": null,
"contract_seq": null,
"created_at": "2024-11-05T16:42:01+08:00",
"credit_limit": null,
"currency": "USD",
"current_subtotal_price": "1000.00",
"current_subtotal_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"current_total_discounts": "0.00",
"current_total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"current_total_duties_set": null,
"current_total_price": "1000.00",
"current_total_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"current_total_tax": "0.00",
"current_total_tax_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"customer": {
"addresses": {
"address1": null,
"address2": null,
"city": null,
"country": null,
"country_code": null,
"first_name": null,
"last_name": null,
"name": "",
"phone": null,
"province": null,
"province_code": null,
"zip": null
},
"area_code": "86",
"created_at": "2021-11-11T15:32:01+08:00",
"currency": "USD",
"email": null,
"first_name": "baiwei xie",
"id": "4200115946",
"last_name": null,
"phone": "18814111769",
"updated_at": null
},
"customer_locale": null,
"deduct_member_point_amount": "0.00",
"deduct_member_point_amount_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"discount_applications": [],
"discount_codes": [],
"email": null,
"financial_status": "unpaid",
"fulfillment_status": "null",
"fulfillments": [],
"hidden_order": false,
"id": "21067187383398129101990198",
"landing_site": null,
"line_items": [
{
"attribute": null,
"country_code_of_origin": null,
"customized_attributes": null,
"discount_allocations": null,
"duties": [],
"fulfillable_quantity": 10,
"fulfillment_service": null,
"fulfillment_status": "null",
"gift_card": false,
"grams": null,
"harmonized_system_code": null,
"id": "7456",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"properties": null,
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tags": "",
"tax_lines": [
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "product_tax",
"type": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax",
"type": "shipping_tax"
}
],
"taxable": false,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"locations": [
{
"address": "12 Stout Street",
"address_add": "",
"city": "Paterson",
"country": "US",
"country_code": "US",
"district": "",
"location_id": "5479245311502721516",
"name": "",
"phone": "13845678909",
"province": "New Jersey",
"town": null,
"type": "productLocation",
"zip": "07522"
},
{
"address": "600 State Drive",
"address_add": "",
"city": "Los Angeles",
"country": "US",
"country_code": "US",
"district": "",
"location_id": "5479246478190322184",
"name": "US - California (600 State Drive, Los Angeles, California 90037, US)",
"phone": "13909876789",
"province": "California",
"town": null,
"type": "productLocation",
"zip": "90037"
}
],
"name": "TU202132591",
"note": null,
"note_attributes": [],
"order_at": "2024-11-05T16:42:01+08:00",
"order_source": null,
"order_status_url": "https://bing5.myshoplinestg.com/219/orders/21067187383398129101990198/authenticate?key=c6c1a67187d8d398b291a199a1988067&orderMark=523F1D0AA687B7F7D96C73B86916428D62BB12B1158FAF67D606D78F0827CF2C",
"payment_details": [
{
"create_time": "2024-11-05T16:42:01+08:00",
"gateway": "KOMOJU Other",
"pay_amount": 1000,
"pay_channel": "KomojuOther",
"pay_channel_deal_id": null,
"pay_merchant_email": null,
"pay_merchant_id": null,
"pay_merchant_order_id": null,
"pay_seq": "23067187383399303507120198",
"pay_status": "unpaid",
"processed_at": null,
"settle_currency": "USD",
"settle_pay_amount": 1000,
"status_code": null,
"status_msg": null
}
],
"payment_gateway_names": [
"KomojuOther"
],
"payment_terms": null,
"phone": "18814111769",
"po_number": null,
"pos_location_id": null,
"presentment_currency": "USD",
"processed_at": "2024-11-05T16:42:01+08:00",
"processed_user_id": "4200115946",
"referring_site": null,
"refunds": null,
"service": null,
"shipping_address": {
"address1": null,
"address2": null,
"city": null,
"company": null,
"country": null,
"country_code": null,
"delivery_store_code": null,
"delivery_store_name": null,
"district": null,
"district_code": null,
"first_name": null,
"last_name": null,
"latitude": null,
"longitude": null,
"name": "",
"phone": null,
"province": null,
"province_code": null,
"zip": null
},
"shipping_lines": [
{
"code": null,
"discount_allocations": null,
"discounted_price": null,
"discounted_price_set": null,
"phone": "",
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"requested_fulfillment_service_id": null,
"shipping_price": "0.00",
"shipping_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"source": null,
"tax_lines": [
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"title": null
}
],
"source_identifier": null,
"source_name": null,
"source_url": null,
"status": "cancelled",
"store_id": "219",
"subtotal_price": "1000.0",
"subtotal_price_set": {
"presentment_money": {
"amount": "1000.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.0",
"currency_code": "USD"
}
},
"tags": "[\"Subscription\"]",
"tax_lines": [
{
"name": null,
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "product_tax"
},
{
"name": null,
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"tax_number": null,
"tax_type": null,
"taxes_included": true,
"total_discounts": "0.00",
"total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_line_items_price": "1000.00",
"total_line_items_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"total_outstanding": "1000.00",
"total_shipping_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_tax": "0.00",
"total_tax_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_tip_received": "0.00",
"total_tip_received_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_weight": 0,
"updated_at": "2024-11-05T16:47:34+08:00",
"user_id": "4200115946",
"utm_parameters": null
}
]
}
这篇文章对你有帮助吗?