Skip to main content
Skip to main content

applyPendingOrderActions - Order Module Reference

This documentation provides a reference to the applyPendingOrderActions method. This belongs to the Order Module.

This method {summary}

Example

await orderModuleService.applyPendingOrderActions("12345");

Parameters

orderIdstring | string[]Required
The order's ID.
sharedContextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

anyanyRequired
{summary}
Was this section helpful?