cancelOrderChange - Order Module Reference
This documentation provides a reference to the cancelOrderChange
method. This belongs to the Order Module.
cancelOrderChange(orderId, sharedContext?): Promise<void>
This method Represents the completion of an asynchronous operation
Example
Parameters
orderId
stringRequiredThe order's ID.
Returns
Promise
Promise<void>RequiredResolves when {summary}
cancelOrderChange(orderId, sharedContext?): Promise<void>
This method Represents the completion of an asynchronous operation
Example
Parameters
orderId
string[]RequiredThe order's ID.
Returns
Promise
Promise<void>RequiredResolves when {summary}
cancelOrderChange(data, sharedContext?): Promise<void>
This method Represents the completion of an asynchronous operation
Example
Parameters
The cancel order change details.
Returns
Promise
Promise<void>RequiredResolves when {summary}
cancelOrderChange(data, sharedContext?): Promise<void>
This method Represents the completion of an asynchronous operation