Cancel shipping
POST https://{handle}.myshopline.com/admin/openapi/v20250601/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 requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe 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
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
fulfillmentobject
Package informationcreated_at stringCreation dateid stringPackage IDline_itemsobject[]
Item groupfulfillable_quantity integerAvailable quantityfulfillment_quantity integerShipping quantityExample:1
grams doubleWeightid stringProduct IDname stringProduct nameprice stringPriceprice_setobject
Multi-currency pricespresentment_moneyobject
Settlement currencyamount stringAmountcurrency_code stringCurrencyshop_moneyobject
Store currencyamount stringAmountcurrency_code stringCurrencyproduct_id stringProduct IDquantity integerProduct quantity shippedrequires_shipping booleanShipping or notsku stringProduct codetax_linesobject[]
Taxprice stringAmountprice_setobject
Multi-currency amountpresentment_moneyobject
Settlement currencyamount stringAmountcurrency_code stringCurrencyshop_moneyobject
Store currencyamount stringAmountcurrency_code stringCurrencyrate stringTax ratetitle stringTax nametaxable booleanTax or not?title stringProduct titletotal_discount stringDiscount amounttotal_discount_setobject
Multi-currency discountpresentment_moneyobject
Settlement currencyamount stringAmountcurrency_code stringCurrencyshop_moneyobject
Store currencyamount stringAmountcurrency_code stringCurrencyvariant_id stringProduct variant IDvariant_title stringProduct variant nameversion stringProduct versionname stringPackageExample:e.g. #1001.1, #1001.2
order_id stringOrder numberstatus stringPackage trackingtracking_company stringLogistics company nametracking_number stringTracking numbertracking_numbers arrayTracking number arrayExample: ``tracking_url stringLogistics tracking URLtracking_urls arrayLogistics tracking URL groupExample: ``updated_at stringUpdate time
API Explorer
Debugger
Was this article helpful to you?