查询售后订单列表
GET/openapi/2026-07/orders/post_sales
获取与订单关联的售后记录列表,如退货或换货申请。
请求
Query参数
pending: 待处理processing: 处理中finished: 已完成
分页游标
每页记录数
筛选创建时间在该时间或之后的记录(如 2018-11-02T12:30:10Z)
筛选创建时间在该时间或之前的记录(如 2018-11-02T12:30:10Z)
售后状态:
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
- Array [
waiting: 待支付paying: 支付审核中authorized: 已授权partially_paid: 部分支付paid: 已支付cancelled: 已取消failed: 支付失败refunding: 退款中refund_failed: 退款失败refunded: 已全退partially_refunded: 部分退initialled: 初始waiting: 待发货partially_shipped: 部分发货shipped: 全部发货partially_finished: 部分收货finished: 全部收货cancelled: 已取消returning: 退货中partially_returned: 部分退货returned: 全部退货- Array [
- ]
- Array [
waiting: 初始/待发货shipped: 已全发finished: 已全收returning: 退货中returned: 已退货partially_shipped: 部分发货partially_finished: 部分收货partially_returned: 部分退货- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
pending: 待处理processing: 处理中finished: 已完成- ]
错误码
错误信息
data object
orders object[]
订单列表
售后记录的创建时间
所使用信用卡的末几位数字
货币代码(如 "CNY"、"USD")
顾客姓名
折扣码
订单的支付状态:
订单物流状态:
fulfillments object[]
物流记录列表
快递单号
物流记录创建时间(如 2018-11-02T12:30:10Z)
快递公司
此售后记录 ID
line_items object[]
与此售后记录关联的商品行列表
折扣前的原始价格
商品行物流状态:
商品行 ID
image object
图片
图片来源 URL
图片宽度(像素)
图片高度(像素)
图片替代文本
与此商品行关联的备注
options object[]
选项对象数组,通常描述规格属性(如尺码)
商品款式属性名称
商品款式属性值
此商品的单价
商品的 handle/别名
商品 ID
与此商品关联的标签数组
商品标题
字符串或 JSON 格式的自定义属性
购买数量(在售后申请中体现)
退款中的折扣部分
退款中的价格部分
此商品行的退款数量
退款中的税费部分
此商品行的总退款金额(含价格、税费、折扣)
此商品是否需要配送
规格的库存单位(SKU)
库存商品单位(SPU)或通用商品代码
此商品是否需要纳税
此商品行的总费用(单价 × 数量)
规格 ID
描述规格属性的标题
此商品的供应商或品牌
此商品的单位重量
重量单位(如 "kg"、"lb")
供应商网站 URL
超出库存的销售数量(若允许超卖)
main_currency_prices object
主货币价格列表
店铺/主要货币的划线价
主要货币的单价
总价(主要货币单价 × 数量)
实际使用的换算汇率
fulfillments object[]
物流记录列表
快递单号
物流记录创建时间(如 2018-11-02T12:30:10Z)
快递公司
售后单号(通常为原始订单号加后缀)
原始订单号
原始订单总价
原始订单使用的支付方式
物流信息中的收件人姓名
销售渠道(如 "shoplazza")
收货地址的国家
用于物流通知的电子邮件地址
shipping_line object
订单所选物流方案的信息
配送 ID
名称
描述
配送方式
收货地址的电话号码
首次访问落地页
首次互动来源
原始订单的下单时间
此售后申请的退款总金额
此售后申请的备注
最后一次互动来源
最后一次访问落地页 URL
payment_lines object[]
支付行列表
支付行 ID
支付渠道的显示名称(如 PayPal、信用卡)
交易使用的支付渠道(如 PayPal、Stripe、银行转账)
渠道内使用的具体支付方式(如 Visa、MasterCard、在线支付)
所使用信用卡的末几位数字
交易渠道
交易方式
与本次支付关联的唯一交易号
商家电子邮件地址
main_currency_prices object
主货币价格列表
店铺/主要货币的划线价
主要货币的单价
总价(主要货币单价 × 数量)
实际使用的换算汇率
配送方式标识符
原始订单的运费税总额
运费税类型
订单总税额
订单关联的店铺名称
与此售后记录关联的员工联系信息
售后申请状态:
分页游标
是否有更多记录
{
"code": "string",
"message": "string",
"data": {
"orders": [
{
"created_at": "string",
"credit_card_number": "string",
"currency_code": "string",
"customer_name": "string",
"discount_code": "string",
"financial_status": "string",
"fulfillment_status": "string",
"fulfillments": [
{
"tracking_number": "string",
"created_at": "string",
"tracking_company": "string"
}
],
"id": "string",
"line_items": [
{
"compare_at_price": "string",
"fulfillment_status": "string",
"id": "string",
"image": {
"src": "string",
"width": 0,
"height": 0,
"alt": "string"
},
"note": "string",
"options": [
{
"name": "string",
"value": "string"
}
],
"price": "string",
"product_handle": "string",
"product_id": "string",
"product_tags": [
"string"
],
"product_title": "string",
"properties": "string",
"quantity": 0,
"refund_discount": "string",
"refund_price": "string",
"refund_quantity": 0,
"refund_tax": "string",
"refund_total": "string",
"requires_shipping": true,
"sku": "string",
"spu": "string",
"taxable": true,
"total": "string",
"variant_id": "string",
"variant_title": "string",
"vendor": "string",
"weight": "string",
"weight_unit": "string",
"vendor_url": "string",
"oversold_quantity": 0,
"main_currency_prices": {
"compare_at_price": "string",
"price": "string",
"total_price": "string",
"actual_rate": "string"
},
"fulfillments": [
{
"tracking_number": "string",
"created_at": "string",
"tracking_company": "string"
}
]
}
],
"number": "string",
"order_number": "string",
"order_total": "string",
"payment_method": "string",
"recipient_name": "string",
"sales_platform": "string",
"shipping_country": "string",
"shipping_email": "string",
"shipping_line": {
"id": "string",
"name": "string",
"desc": "string",
"delivery_method": 0
},
"shipping_phone": "string",
"source": "string",
"source_name": "string",
"placed_at": "string",
"refund_amount": "string",
"post_sale_note": "string",
"last_referrer_show": "string",
"last_landing_url": "string",
"payment_lines": [
{
"id": "string",
"payment_name": "string",
"payment_channel": "string",
"payment_method": "string",
"credit_card_number": "string",
"trans_channel": "string",
"trans_method": "string",
"transaction_no": "string",
"merchant_email": "string"
}
],
"main_currency_prices": {
"compare_at_price": "string",
"price": "string",
"total_price": "string",
"actual_rate": "string"
},
"delivery_method": 0,
"shipping_tax_total": "string",
"shipping_tax_type": 0,
"all_tax_total": "string",
"shop_name": "string",
"staff_contact": "string",
"status": "string"
}
],
"cursor": "string",
"has_more": true
}
}