DELETE

Delete Fulfillment


Deletes an existing order fulfillment.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage eCommerce - all permissions
Manage Stores - all permissions
Manage Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/ecom/v1/fulfillments/{fulfillmentId}/orders/{orderId}

Path Params
orderIdstringRequired

Order ID.


fulfillmentIdstringRequired

ID of the fulfillment to delete.

Response Object
orderWithFulfillmentsOrderWithFulfillments

Order ID and the order's associated fulfillments after deletion.

Delete Fulfillment
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?