Cancel shipping
POST https://{handle}.myshopline.com/admin/openapi/v20260301/orders/:order_id/fulfillments/:fulfillment_id/cancel.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 .Order shipment cancellation
Path Parameters
- fulfillment_id string requiredPackage id
- order_id string requiredOrder number
Request Headers
- Content-Type string requiredThe field must be set to the fixed value
application/json; charset=utf-8. - Authorization string requiredThe access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
- 200
- 401
- 429
For the complete list of codes and messages, see Http status code.
Response Headers
traceId
A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
fulfillmentobject
Package informationid stringPackage IDstatus stringPackage trackingtracking_company stringLogistics company namecreated_at stringCreation dateline_itemsobject[]
Item groupsku stringProduct codegrams doubleWeightproduct_id stringProduct IDtax_linesobject[]
Taxtitle stringTax nameprice stringAmountprice_setobject
Multi-currency amountpresentment_moneyobject
Settlement currencyamount stringAmountcurrency_code stringCurrencyshop_moneyobject
Store currencycurrency_code stringCurrencyamount stringAmountrate stringTax ratefulfillment_quantity integerShipping quantityExample:1id stringProduct IDquantity integerProduct quantity shippedtitle stringProduct titletotal_discount stringDiscount amountprice_setobject
Multi-currency pricespresentment_moneyobject
Settlement currencyamount stringAmountcurrency_code stringCurrencyshop_moneyobject
Store currencycurrency_code stringCurrencyamount stringAmounttotal_discount_setobject
Multi-currency discountpresentment_moneyobject
Settlement currencyamount stringAmountcurrency_code stringCurrencyshop_moneyobject
Store currencyamount stringAmountcurrency_code stringCurrencyversion stringProduct versionname stringProduct nameprice stringPricefulfillable_quantity integerAvailable quantityvariant_title stringProduct variant nametaxable booleanTax or not?variant_id stringProduct variant IDrequires_shipping booleanShipping or nottracking_urls arrayLogistics tracking URL groupExample:[""]updated_at stringUpdate timeorder_id stringOrder numbertracking_number stringTracking numbertracking_numbers arrayTracking number arrayExample:[""]name stringPackageExample:e.g. #1001.1, #1001.2tracking_url stringLogistics tracking URL
API Explorer
Debugger
Was this article helpful to you?