- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createExchange - Order Module Reference
This documentation provides a reference to the createExchange
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 creates an order exchange.
Example#
Parameters#
exchangeData
CreateOrderExchangeDTOThe order exchange to be created.
exchangeData
CreateOrderExchangeDTOReturns#
Promise
Promise<OrderExchangeDTO>The created order exchange.
Promise
Promise<OrderExchangeDTO>Was this page helpful?