confirmOrderChange - Order Module Reference
This documentation provides a reference to the confirmOrderChange
method. This belongs to the Order Module.
confirmOrderChange(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}
confirmOrderChange(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}
confirmOrderChange(data, sharedContext?): Promise<void>
This method Represents the completion of an asynchronous operation
Example
Parameters
The confirm order change details.
Returns
Promise
Promise<void>RequiredResolves when {summary}
confirmOrderChange(data, sharedContext?): Promise<void>
This method Represents the completion of an asynchronous operation
Example
Parameters
The confirm order change details.
Returns
Promise
Promise<void>RequiredResolves when {summary}
Was this section helpful?