获取履约单下的所有发货单
GET https://{handle}.myshopline.com/admin/openapi/v20250601/fulfillment_orders/:order_id/:fulfillment_order_id/fulfillments.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。获取某个履约单下的所有发货单
路径参数
- fulfillment_order_id string required履约单idExample:
"21057401932826316666967110"
- order_id string required订单idExample:
"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创建时间Example:2022-10-21T08:56:20-04:00
id string包裹单idExample:"4005740193290131085320"
line_itemsobject[]
包裹商品fulfillable_quantity integer剩余可以发货数量Example:1
fulfillment_quantity integer发货数量Example:1
fulfillment_status string包裹状态Example:"open"
grams double重量Example:10.5
id stringidExample:"466157049"
name stringsku标题Example:"商品名称"
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商品序号Example:"343342675"
propertiesobject[]
附加信息additional string附加信息Example:"附加信息"
name string自定义属性名称Example:"图片"
type string属性类型Example:"picture"
urls arrayurl列表Example:["https://www.myshopline.com"]
value string自定义属性值Example:"value"
quantity integersku数量Example:1
requires_shipping boolean是否需要发货Example:true
sku string商品条码Example:"183423409238904944"
tax_linesobject[]
税项name string税费名Example:"商品税"
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:"商品税费"
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 stringsku序号Example:"183423409238904944"
variant_title string商品属性值Example:"Black / Bracelet / Bracelet""
vendor string供应商version string商品版本Example:"1"
name string包裹名称Example:"#21057116277667827637773776.1"
order_id string订单idExample:"21057116277667827637773776"
shipment_status string物流状态Example:"success"
status string包裹单状态Example:"success"
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
调试台
这篇文章对你有帮助吗?
Error loading component.