- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
applyPendingOrderActions - Order Module Reference
This documentation provides a reference to the applyPendingOrderActions
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.
This method applies orders' actions who are still pending on the order.
Example#
Parameters#
orderId
string | string[]The order's ID.
Returns#
Promise
Promise<OrderChangeReturn>The changes made by applying the actions on the orders.
Promise
Promise<OrderChangeReturn>Was this page helpful?