Cancel Shipping Label & Mark Unshipped
Notes
- This endpoint will cancel the shipping label for a fulfillment and mark the fulfillment as unshipped.
- A successful request will cancel the label with the shipping label partner, delete the shipping label document, set the HasShippingLabel property of the fulfillment to false, and change the DeliveryStatus to NoChange (indicating the fulfillment is unshipped).
Resource URL / Endpoint
DELETE https://api.channeladvisor.com/v1/Fulfillments(FulfillmentID)/Label?unshipfulfillment=true
Important and/or Required Parameters
Property | Required | Note |
---|---|---|
FulfillmentID | Yes | Include in URL. The ChannelAdvisor generated unique identifier for the Fulfillment. |
Unshipfulfillment | Yes | Include in URL as parameter. Send true to mark as Unshipped. Otherwise the fulfillment will stay in current status. |
Example Request
DELETE https://api.channeladvisor.com/v1/Fulfillments(123456789)/Label?access_token=xxxxxxxxxx&unshipfulfillment=true
Example Response (Success)
204 No Content