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