需要 write_assigned_fulfillment_orders 权限点。
更多权限点使用信息,请参考:
POST https://{handle}.myshopline.com/admin/openapi/v20250601/fulfillment_orders/:order_id/:fulfillment_order_id/reschedule.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
重新预定履约时间
路径参数
  • fulfillment_order_id string required
    履约单id
    Example: "4005740193290131085320"
  • order_id string required
    订单id
    Example: "21057401932826316666967110"
请求头
  • Content-Type required
    字段值固定为application/json; charset=utf-8
  • Authorization string required
    资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
  • fulfillment_orderobject required
    入参
  • new_fulfill_at string required
    新可发货时间
    Example: "2021-05-26T10:00:00-04:00"
响应
更多状态码信息请参考 HTTP 状态码

响应头
  • traceId
    traceId
响应体
  • fulfillment_orderobject
    履约单详情
  • assigned_locationobject
    被分配的地点详情
  • address1 string
    地址1
    Example: "Chestnut Street 92"
  • address2 string
    地址2
    Example: "Chestnut Street 92"
  • city string
    城市
    Example: "Louisville"
  • country_code string
    国家码
    Example: "US"
  • location_id string
    地点id
    Example: "5327026538935748524"
  • name string
    地点名称
    Example: "Apple Api Shipwire"
  • phone string
    地点电话号码
    Example: "+1(502)-459-3417"
  • province string
    地点省份
    Example: "Kentucky"
  • zip string
    地点邮编
    Example: "40202"
  • assigned_location_id string
    被分配的地点id
    Example: "5327026538935748524"
  • destinationobject
    收货人信息
  • address1 string
    收货人地址1
    Example: "Chestnut Street 92"
  • address2 string
    收货人地址2
    Example: "Chestnut Street 92"
  • city string
    收货人城市
    Example: "Louisville"
  • company string
    收货人公司
    Example: "Apple inc"
  • country string
    收货人国家
    Example: "United States"
  • email string
    收货人邮箱
    Example: "bob.norman@mail.example.com"
  • first_name string
    收货人名称
    Example: "Bob"
  • last_name string
    收货人姓氏
    Example: "Norman"
  • phone string
    收货人电话号码
    Example: "+1(502)-459-2181"
  • province string
    收货人省份
    Example: Kentucky
  • zip string
    收货人地址邮编
    Example: "40202"
  • fulfill_at string
    可发货时间(格式见IOS8601)
    Example: "2023-11-19T03:43:00-05:00"
  • id string
    履约单id
    Example: "4005740193290131085320"
  • line_itemsobject[]
    商品行信息
  • fulfillable_quantity long
    可履约商品数量
    Example: 1
  • fulfillment_order_id string
    履约单id
    Example: "4005740193290131085320"
  • id string
    履约单商品行id
    Example: "1039283"
  • line_item_id string
    商品行id
    Example: "518995019"
  • quantity long
    订单商品行商品数量
    Example: 1
  • shop_id string
    店铺id
    Example: "1644828244663"
  • variant_id string
    商品sku
    Example: "18055128824718541486811487"
  • order_id string
    订单id
    Example: "21057401932826316666967110"
  • request_status string
    请求状态,包括:accepted,cancellation_accepted, cancellation_rejected,cancellation_Requested,closed,rejected,submitted,unsubmitted
    Example: "submitted"
  • shop_id string
    店铺id
    Example: "1644828244663"
  • status string
    履约单状态,包括:open,in_progress,closed,cancelled,incomplete,on_hold,scheduled
    Example: "open"
  • supported_actions array
    履约单支持的操作,包括:create_fulfillment -- 创建发货,move -- 移动到新地点,hold -- 暂停发货,release_hold -- (暂停之后)开始发货
    Example: ["create_fulfillment"]
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

path required
path required
header required

Body

required
{
  "fulfillment_order": {
    "new_fulfill_at": "\"2021-05-26T10:00:00-04:00\""
  }
}

Language

curl --request POST \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/fulfillment_orders/order_id/fulfillment_order_id/reschedule.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json' \
--data '
{
"fulfillment_order": {
"new_fulfill_at": "\"2021-05-26T10:00:00-04:00\""
}
}
'
这篇文章对你有帮助吗?

Error loading component.

Error loading component.