获取订单下的所有发货单
GET https://{handle}.myshopline.com/admin/openapi/v20250601/orders/:order_id/fulfillments.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。获取某个订单下的所有发货单。
路径参数
- order_id string required订单的的唯一标识 ID。最大长度限制:26Example:
21057401932826316666967110
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
fulfillmentsobject[]
发货单详情。created_at string包裹单创建时间。格式:ISO 8601。例子:2021-08-31T02:20:26+08:00
Example:2022-10-21T08:56:20-04:00
id string发货单 ID。Example:4005740193290131085320
line_itemsobject[]
订单包裹的商品列表。fulfillable_quantity integer商品行维度剩余可履约的商品数量。Example:1
fulfillment_quantity integer已发货数量。Example:1
fulfillment_status string发货状态。有效枚举值包含:unshipped
:未发货partial
:部分发货shipped
:已发货
Example:open
grams double商品总重量,单位:g。Example:10.5
id string商品快照表的唯一标识 ID,系统生成,与订单号唯一确认一个商品。Example:466157049
name string商品款式的标题。Example:Trade name
price string商品价格。Example:100.00
price_setobject
商品售价, 以店铺币种金额和买家币种金额展示。presentment_moneyobject
展示给买家的订单价格信息。amount string商品金额。数值保留到小数点后两位。例如,88.98
。Example:100.00
shop_moneyobject
展示给卖家的订单价格信息。amount string商品金额,数值保留到小数点后两位。例如,88.98
。Example:100.00
product_id string商品的唯一标识符 ID。Example:"343342675"
propertiesobject[]
附加信息详情。additional string附加信息。Example:" add-on information "
name string自定义属性名称。Example:" picture "
type string附加信息类型。有效枚举值包含:text
:文本类型picture
:图片类型link
:链接类型
Example:"picture"
urls array商品域名列表。Example:["https://www.myshopline.com"]
value string自定义属性值。Example:value
quantity integer商品款式的数量。Example:1
requires_shipping boolean该商品是否需要发货。true
:需要发货false
:不需要发货
Example:true
sku string商品条码。Example:"183423409238904944"
tax_linesobject[]
税费列表。name string税费名。Example:" item tax "
price string税费金额。商品实际收税以此字段金额为准。Example:"10.00"
price_setobject
税费金额。分别以买家币种金额和店铺币种金额展示。presentment_moneyobject
展示给买家的税费信息。amount string买家税费金额。数值保留到小数点后两位。例如,88.98
。Example:"10.00"
shop_moneyobject
展示给卖家的税费信息。amount string卖家税费金额。数值保留到小数点后两位。例如,88.98
。Example:"10.00"
rate string税率。该信息只做展示作用。Example:"1.00"
title string税费说明标题。该信息只做展示作用。Example:" Product tax "
taxable boolean该商品是否需要收税。true
:需要收税false
:不需要收税
Example:true
title string商品标题,用于展示给买家。最大长度限制:255Example:"Draft"
total_discount string总共的优惠价格。Example:0.00
total_discount_setobject
商品折扣总和,分别以店铺币种金额和买家币种金额展示。presentment_moneyobject
展示给买家的优惠价格信息。amount string折扣金额,数值保留到小数点后两位。例如,88.98
。Example:"0.00"
shop_moneyobject
展示给卖家的优惠价格信息。amount string折扣金额,数值保留到小数点后两位。例如,88.98
。Example:"88.98"
variant_id string商品款式的唯一标识 ID,即 SKU。最大长度限制:64Example:"183423409238904944"
variant_title string商品属性值。Example:"Black / Bracelet / Bracelet""
vendor string供应商。version string商品版本。Example:"1"
name string包裹名称。Example:"#21057116277667827637773776.1"
order_id string订单的的唯一标识 ID。最大长度限制:26例子:21057401932826316666967110
Example:"21057116277667827637773776"
shipment_status string物流状态。有效枚举值包含:out_for_delivery
:正在配送delivered
:已送达faliure
:配送失败picked_up
:已取货
Example:"success"
status string订单包裹的发货状态。有效枚举值包含:success
:发货成功cancelled
:已取消发货
Example:"success"
tracking_company string物流公司名称。Example:"Other"
tracking_number string第三方物流单号。Example:"UG198768340YP"
tracking_numbers array第三方物流单号列表。废弃:该字段自 API 版本 v20250331 起已废弃。Example:["UG198768340YP"]
tracking_url string物流公司的域名。Example:"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345"
tracking_urls array物流追踪域名列表。废弃:该字段自 API 版本 v20250331 起已废弃。Example:[""https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345""]
updated_at string物流信息的更新的时间。格式:ISO 8601。例子:2021-08-31T02:20:26+08:00
Example:2022-10-21T08:56:20-04:00
API Explorer
调试台
示例代码
这篇文章对你有帮助吗?
Error loading component.