- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
addOrderTransactions - Order Module Reference
This documentation provides a reference to the addOrderTransactions
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.
addOrderTransactions(data, sharedContext?): Promise<OrderTransactionDTO>#
This method adds a transaction to an order.
Example#
Parameters#
The transaction to be created.
Returns#
Promise
Promise<OrderTransactionDTO>The created transaction.
Promise
Promise<OrderTransactionDTO>addOrderTransactions(data, sharedContext?): Promise<OrderTransactionDTO[]>#
This method adds transactions to an order.
Example#
Parameters#
The order transactions to be created.
Returns#
Promise
Promise<OrderTransactionDTO[]>The created order transactions.
Promise
Promise<OrderTransactionDTO[]>Was this page helpful?