cancelOrder( )


Deprecated

This method is deprecated and was replaced with cancelOrder.

Changes the order status to CANCELED.

Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the order to mark as CANCELED.


optionsCancelOrderOptions
Returns
Return Type:Promise<CancelOrderResponse>
Errors

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

Did this help?