- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updateOrderChangeActions - Order Module Reference
This documentation provides a reference to the updateOrderChangeActions
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.
updateOrderChangeActions(data, sharedContext?): Promise<OrderChangeActionDTO>#
This method updates an existing order change action.
Example#
Parameters#
The attributes to update in the order change action.
Returns#
Promise
Promise<OrderChangeActionDTO>The updated order change action.
Promise
Promise<OrderChangeActionDTO>updateOrderChangeActions(data, sharedContext?): Promise<OrderChangeActionDTO[]>#
This method updates order change actions.
Example#
Parameters#
The order change actions to be updated.
Returns#
Promise
Promise<OrderChangeActionDTO[]>The updated order change actions.
Promise
Promise<OrderChangeActionDTO[]>updateOrderChangeActions(data, sharedContext?): Promise<OrderChangeActionDTO | OrderChangeActionDTO[]>#
This method updates order change actions.
Example#
Parameters#
The order change actions to be updated.
Returns#
Promise
Promise<OrderChangeActionDTO | OrderChangeActionDTO[]>The updated order change actions.
Promise
Promise<OrderChangeActionDTO | OrderChangeActionDTO[]>Was this page helpful?