已退货发货单物流信息更新
POST https://{handle}.myshopline.com/admin/openapi/v20250601/return_express_update.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。退货发货单物流信息更新
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
- id string退货发货单IDExample:
RPP5873267430525507607
- reunrn_id string退货发ID YExample:
2605873267426331203599
tracking_infoobject
物流信息tracking_company string物流公司名称Example:DHL Express (Piece ID)
tracking_number string第三方物流单号Example:5345345345
tracking_url string物流追踪URLExample:http://www.dhl.com/
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
return_packagesobject[]
退货发货单id string退货发货单唯一业务标识Example:RPP5873267430525507605
return_id string关联的退货单编号Example:2605873267426331203599
reverse_delivery_line_itemsobject[]
退货发货单商品行信息id string退货发货单商品行行号Example:2605860580357012238342
quantity integer退货发货单商品数量Example:1
reverse_fulfillment_order_line_itemobject
退货发货单关联的退货履约单商品行信息节点line_itemobject
发货单关联的商品行信息attribute string商品属性信息:名称 - 属性值, 多个属性值时以逗号Example:颜色 - 红色, 尺寸 - X
fulfillable_quantity integer剩余需要履约的商品数量Example:1
fulfillment_service string物流商名称Example:顺丰国际
fulfillment_status string商品行发货状态: fulfilled-已发货; partial-部分发货; null-未发货Example:fulfilled
gift_card boolean是否为礼品卡商品:false、trueExample:true
grams double商品重量(克)Example:1
id string商品行idExample:405
image_url string商品图片链接urlExample:https://image.shopline.com/abc.jpg
name stringsku标题,同titleExample:这是个好商品
price string商品售价,商品详情页销售价格Example:100.0
product_id stringspu序列号,商品唯一识别号Example:16056898121352174690861487
propertiesobject[]
商品定制信息name string定制信息对象Example:文字
type string定制信息类型:text、picture、link 1)当type为text时,取name和value; 2)当type为picture时,展示类型取name,同时取urls获取商品的详情缩略图 3)当type为link时,支持点击urls获取详情Example:text
urls array地址链接信息Example:https://image.shopline.com
value string定制信息内容Example:自由
quantity integer商品数量Example:1
requires_shipping boolean商品是否需要发货:false、trueExample:true
sku string商户自定义编号Example:SKU1234
tags string商品标签,当存在多个时用逗号分隔Example:sales
taxable boolean商品是否含税:false、trueExample:true
title stringspu商品标题Example:这是个好商品
variant_id string商品sku序列号Example:18056898121355865678441487
variant_title string商品属性值, 多个以" / "分割Example:L/Red
vendor string商品供应商quantity integer关联的的退货履约单商品行数量Example:2
reverse_fulfillment_seq string关联的退货履约单编号tracking_informationobject
物流信息tracking_company string物流公司名称Example:DHL Express (Piece ID)
tracking_number string第三方物流单号Example:5345345345
tracking_url string物流追踪URLExample:http://www.dhl.com/
API Explorer
调试台
这篇文章对你有帮助吗?
Error loading component.