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