- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
confirmOrderChange - Order Module Reference
This documentation provides a reference to the confirmOrderChange
method. This belongs to the Order Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
confirmOrderChange(orderChangeId, sharedContext?): Promise<OrderChangeReturn>#
This method confirms an order change, applying these changes on the associated order.
Example#
Parameters#
orderChangeId
stringThe order change's ID.
Returns#
Promise
Promise<OrderChangeReturn>The item and shipping method changes made on the order.
Promise
Promise<OrderChangeReturn>confirmOrderChange(orderChangeId, sharedContext?): Promise<OrderChangeReturn>#
This method confirms order changes, applying these changes on the associated orders.
Example#
Parameters#
orderChangeId
string[]The order changes' IDs.
Returns#
Promise
Promise<OrderChangeReturn>The item and shipping method changes made on the order.
Promise
Promise<OrderChangeReturn>confirmOrderChange(data, sharedContext?): Promise<OrderChangeReturn>#
This method confirms an order change, specifying confirmation details.
Example#
Parameters#
The confirmation's details of the order change.
Returns#
Promise
Promise<OrderChangeReturn>The item and shipping method changes made on the order.
Promise
Promise<OrderChangeReturn>confirmOrderChange(data, sharedContext?): Promise<OrderChangeReturn>#
This method confirms order changes, specifying confirmation details.
Example#
Parameters#
data
ConfirmOrderChangeDTO[]The confirm order changes details.
data
ConfirmOrderChangeDTO[]Returns#
Promise
Promise<OrderChangeReturn>The item and shipping method changes made on all the orders.
Promise
Promise<OrderChangeReturn>Was this page helpful?