Requires write_assigned_fulfillment_orders access scope.
For more info , refer to:
POST https://{handle}.myshopline.com/admin/openapi/v20250601/fulfillment_orders/:order_id/:fulfillment_order_id/release_hold.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .
Path Parameters
  • fulfillment_order_id string required
    Performance order id
    Example: "4005740193290131085320"
  • order_id string required
    Order id
    Example: "21057401932826316666967110"
Request Headers
  • Content-Type required
    The value of this field is fixed to application/json; charset=utf-8
  • Authorization string required
    The access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Response
For more information about status codes, see Http status code.

Response Headers
  • traceId
    traceId
Response Body
  • fulfillment_orderobject
    Order details
  • assigned_locationobject
    Location details assigned
  • address1 string
    Address 1
    Example: "Chestnut Street 92"
  • address2 string
    Address 2
    Example: "Chestnut Street 92"
  • city string
    City
    Example: "Louisville"
  • country_code string
    Country code
    Example: "US"
  • location_id string
    Location id
    Example: "5327026538935748524"
  • name string
    Location name
    Example: "Apple Api Shipwire"
  • phone string
    Location phone number
    Example: "+1(502)-459-3417"
  • province string
    Local province
    Example: "Kentucky"
  • zip string
    Location zip code
    Example: "40202"
  • assigned_location_id string
    Assigned location id
    Example: "5327026538935748524"
  • delivery_method string
    Express order logistics method ,○ STORE_STREET -- super HOME_STREET -- PO_BOX-- self- POST_HOUSE-- self- PICK_UP--Pick up by yourself-seller pick up point ( pick up at store ) ; local delivery by LOCAL_DELIVERY-- ; no shipping required by NONE--
    Example: "STORE_STREET"
  • destinationobject
    Consignee information
  • address1 string
    Consignee address 1
    Example: "Chestnut Street 92"
  • address2 string
    Consignee address 2
    Example: "Chestnut Street 92"
  • city string
    Consignee city
    Example: "Louisville"
  • company string
    Consignee company
    Example: "Apple inc"
  • country string
    Consignee country
    Example: "United States"
  • email string
    Consignee mailbox
    Example: "bob.norman@mail.example.com"
  • first_name string
    Consignee name
    Example: "Bob"
  • last_name string
    Consignee last name
    Example: "Norman"
  • phone string
    Consignee phone number
    Example: "+1(502)-459-2181"
  • province string
    Consignee province
    Example: Kentucky
  • zip string
    Consignee address zip
    Example: "40202"
  • fulfill_at string
    Shipping time ( format see IOS8601 )
    Example: "2023-11-19T03:43:00-05:00"
  • fulfillment_holdsobject[]
    Shipping pause information
  • reason string
    Delivery suspension reason , out of stock : out of stock , address error : address_error , high-risk fraud : high_fraudulent_risk , waiting for payment : wait_for_payment ,Other : other
    Example: "inventory_out_of_stock"
  • reason_notes string
    Shipping pause note
    Example: "Not enough inventory to complete this work."
  • id string
    Performance order id
    Example: "4005740193290131085320"
  • line_itemsobject[]
    Product line information
  • fulfillable_quantity long
    Available in approximately Product quantities
    Example: 1
  • fulfillment_order_id string
    Performance order id
    Example: "4005740193290131085320"
  • id string
    Performance order Product line id
    Example: "1039283"
  • line_item_id string
    Product row id
    Example: "518995019"
  • quantity long
    Order Product line Product quantity
    Example: 1
  • shop_id string
    store ID
    Example: "1644828244663"
  • variant_id string
    Product sku
    Example: "18055128824718541486811487"
  • order_id string
    Order id
    Example: "21057401932826316666967110"
  • request_status string
    Request status, including: accepted, cancellation_accepted, cancellation_rejected, cancellation_Requested, closed, rejected, submitted, unsubmitted
    Example: "submitted"
  • shop_id string
    store ID
    Example: "1644828244663"
  • status string
    Map order status , including : open , in_progress , cmos ed , cancelled , incomplete , on_hold , scheduled
    Example: "open"
  • supported_actions array
    Operation supported by the appointment order includes : create_fulfillment -- created delivery , move -- moved to a new location , hold -- suspended delivery , release_hold -- ( after pause ) started delivery
    Example: ["create_fulfillment"]
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

path required
path required
header required

Language

curl --request POST \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/fulfillment_orders/order_id/fulfillment_order_id/release_hold.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Was this article helpful to you?