更新运单号
POST https://{handle}.myshopline.com/admin/openapi/v20250601/orders/:order_id/fulfillments/:fulfillment_id/update_tracking.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。订单更新运单号
路径参数
- fulfillment_id string required包裹ID
- order_id string required订单号
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
fulfillmentobject required
包裹信息tracking_infoobject
物流信息company string物流公司,,枚举见文档:https://shopline.yuque.com/docs/share/cfb1e1ca-aede-43e9-b1e6-59ab47fd7d0f?# 《物流公司名称枚举信息》Example:"4PX"
number string运单号Example:"1123212"
url string物流追踪URLExample:"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345"
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
fulfillmentobject
包裹信息created_at string创建日期Example:fulfillment
id string包裹IDExample:"4005740193290131085320"
line_itemsobject[]
商品组fulfillable_quantity integer可发货数量Example:1
grams double重量Example:10.5
id string商品IDExample:"466157049"
name string商品名称Example:Trade name
price string价格Example:"100.00"
price_setobject
多币种价格presentment_moneyobject
结算币种amount string金额Example:"100.00"
currency_code string币种Example:"USD"
shop_moneyobject
店铺币种amount string金额Example:"100.00"
currency_code string币种Example:"USD"
product_id string商品idExample:"343342675"
quantity integer商品发货数量Example:1
requires_shipping boolean是否需要发货Example:true
sku string商品货号Example:"183423409238904944"
tax_linesobject[]
税price string金额Example:"10.00"
price_setobject
多币种金额presentment_moneyobject
结算币种amount string金额Example:"10.00"
currency_code string币种Example:"USD"
shop_moneyobject
店铺币种amount string金额Example:"10.00"
currency_code string币种Example:"USD"
rate string税率Example:"1.00"
title string税名称Example:" Product tax "
taxable boolean是否收税Example:true
title string商品标题Example:"Draft"
total_discount string优惠金额Example:"0.00"
total_discount_setobject
多币种优惠presentment_moneyobject
结算币种amount string金额Example:"0.00"
currency_code string币种Example:"USD"
shop_moneyobject
店铺币种amount string金额Example:"0.00"
currency_code string币种Example:"USD"
variant_id string商品变体IDExample:"183423409238904944"
variant_title string商品变体名称Example:"Black / Bracelet / Bracelet""
version string商品版本Example:"1"
name string包裹Example:"#21057116277667827637773776.1"
order_id string订单号Example:"21057116277667827637773776"
shipment_status string物流状态Example:"delivered"
status string包裹状态Example:"success-shipped"
tracking_company string物流公司名称Example:"Other"
tracking_number string运单号Example:"UG198768340YP"
tracking_numbers array运单号数组Example:["UG198768340YP"]
tracking_url string物流追踪URLExample:"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345"
tracking_urls array物流追踪URL组Example:[""https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345""]
updated_at string更新时间Example:2022-10-21T08:56:20-04:00
API Explorer
调试台
这篇文章对你有帮助吗?