- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
retrieveOrderChangeAction - Order Module Reference
This documentation provides a reference to the retrieveOrderChangeAction
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 retrieves an orde rchange action by its ID.
Example#
A simple example that retrieves an order change by its ID:
To specify relations that should be retrieved:
Parameters#
actionId
stringThe order change action's ID.
The configurations determining how the order change action is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with an order change action.
select
or relations
, accept the
attributes or relations associated with an order change action.Returns#
Promise
Promise<OrderChangeActionDTO>The retrieved order change action.
Promise
Promise<OrderChangeActionDTO>Was this page helpful?