- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteOrderExchangeItems - Order Module Reference
This documentation provides a reference to the deleteOrderExchangeItems
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 deletes order exchange items by their IDs.
Example#
Parameters#
ids
string[]The IDs of the order exchange items.
Returns#
Promise
Promise<void>Resolves when the order exchange items are deleted successfully.
Was this page helpful?