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