取消发货
POST https://{handle}.myshopline.com/admin/openapi/v20250601/orders/:order_id/fulfillments/:fulfillment_id/cancel.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
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
fulfillmentobject
包裹信息created_at string创建日期id string包裹IDline_itemsobject[]
商品组fulfillable_quantity integer可发货数量fulfillment_quantity integer发货数量Example:1
grams double重量id string商品IDname string商品名称price string价格price_setobject
多币种价格presentment_moneyobject
结算币种amount string金额currency_code string币种shop_moneyobject
店铺币种amount string金额currency_code string币种product_id string商品idquantity integer商品发货数量requires_shipping boolean是否需要发货sku string商品货号tax_linesobject[]
税price string金额price_setobject
多币种金额presentment_moneyobject
结算币种amount string金额currency_code string币种shop_moneyobject
店铺币种amount string金额currency_code string币种rate string税率title string税名称taxable boolean是否收税title string商品标题total_discount string优惠金额total_discount_setobject
多币种优惠presentment_moneyobject
结算币种amount string金额currency_code string币种shop_moneyobject
店铺币种amount string金额currency_code string币种variant_id string商品变体IDvariant_title string商品变体名称version string商品版本name string包裹Example:e.g. #1001.1, #1001.2
order_id string订单号status string包裹状态tracking_company string物流公司名称tracking_number string运单号tracking_numbers array运单号数组Example: ``tracking_url string物流追踪URLtracking_urls array物流追踪URL组Example: ``updated_at string更新时间
API Explorer
调试台
这篇文章对你有帮助吗?
Error loading component.