需要 read_assigned_fulfillment_orders 权限点。
更多权限点使用信息,请参考:
GET https://{handle}.myshopline.com/admin/openapi/v20250601/orders/:order_id/fulfillments.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
获取某个订单下的所有发货单。
路径参数
  • order_id string required
    订单的的唯一标识 ID。
    最大长度限制:26
    Example: 21057401932826316666967110
请求头
  • Content-Type required
    字段值固定为application/json; charset=utf-8
  • Authorization string required
    资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
响应
更多状态码信息请参考 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
  • currency_code string
    订单币种。该字段值为三位币种码,遵循 ISO 4217 标准,例如,USD
    Example: USD
  • shop_moneyobject
    展示给卖家的订单价格信息。
  • amount string
    商品金额,数值保留到小数点后两位。例如,88.98
    Example: 100.00
  • currency_code string
    订单币种。该字段值为三位币种码,遵循 ISO 4217 标准,例如,USD
    Example: "USD"
  • 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"
  • currency_code string
    税费币种。该字段值为三位币种码,遵循 ISO 4217 标准,例如,USD
    Example: "USD"
  • shop_moneyobject
    展示给卖家的税费信息。
  • amount string
    卖家税费金额。数值保留到小数点后两位。例如,88.98
    Example: "10.00"
  • currency_code string
    税费币种。该字段值为三位币种码,遵循 ISO 4217 标准,例如,USD
    Example: "USD"
  • rate string
    税率。该信息只做展示作用。
    Example: "1.00"
  • title string
    税费说明标题。该信息只做展示作用。
    Example: " Product tax "
  • taxable boolean
    该商品是否需要收税。
    • true:需要收税
    • false:不需要收税
    Example: true
  • title string
    商品标题,用于展示给买家。
    最大长度限制:255
    Example: "Draft"
  • total_discount string
    总共的优惠价格。
    Example: 0.00
  • total_discount_setobject
    商品折扣总和,分别以店铺币种金额和买家币种金额展示。
  • presentment_moneyobject
    展示给买家的优惠价格信息。
  • amount string
    折扣金额,数值保留到小数点后两位。例如,88.98
    Example: "0.00"
  • currency_code string
    折扣金额币种。该字段值为三位币种码,遵循 ISO 4217 标准,例如,USD
    Example: "USD"
  • shop_moneyobject
    展示给卖家的优惠价格信息。
  • amount string
    折扣金额,数值保留到小数点后两位。例如,88.98
    Example: "88.98"
  • currency_code string
    折扣金额币种。该字段值为三位币种码,遵循 ISO 4217 标准,例如,USD
    Example: "USD"
  • variant_id string
    商品款式的唯一标识 ID,即 SKU。
    最大长度限制:64
    Example: "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
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

path required
header required

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/orders/order_id/fulfillments.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
{
"fulfillments": [
{
"created_at": "2024-11-13T01:15:33-10:00",
"id": "22067304893111950871417710",
"line_items": [
{
"fulfillable_quantity": 0,
"fulfillment_quantity": 2,
"fulfillment_status": "fulfilled",
"grams": 28350,
"id": 7771,
"name": "product-F",
"price": "45.0",
"price_set": {
"presentment_money": {
"amount": "45.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "45.0",
"currency_code": "USD"
}
},
"product_id": "16066988061694010388760910",
"properties": null,
"quantity": 2,
"requires_shipping": true,
"sku": "Test20200925200300801002",
"tax_lines": [
{
"name": null,
"price": "0.0",
"price_set": {
"presentment_money": {
"amount": "0.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.0",
"currency_code": "USD"
}
},
"rate": null,
"title": "VAT"
},
{
"name": null,
"price": "0.0",
"price_set": {
"presentment_money": {
"amount": "0.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.0",
"currency_code": "USD"
}
},
"rate": null,
"title": "VAT"
}
],
"taxable": true,
"title": "product-F",
"total_discount": "0.0",
"total_discount_set": {
"presentment_money": {
"amount": "0.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.0",
"currency_code": "USD"
}
},
"variant_id": "18066988061699379097950910",
"variant_title": null,
"vendor": null,
"version": "0"
}
],
"name": "#TU202132831.1",
"order_id": "21067304892129812651387710",
"shipment_status": null,
"status": "success",
"tracking_company": "",
"tracking_number": "",
"tracking_numbers": [],
"tracking_url": "",
"tracking_urls": [],
"updated_at": "2024-11-19T04:05:05-10:00"
}
]
}

Error loading component.

Error loading component.