- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteOrderAddresses - Order Module Reference
This documentation provides a reference to the deleteOrderAddresses
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.
deleteOrderAddresses(ids, sharedContext?): Promise<void>#
This method deletes addresses by their IDs.
Example#
Parameters#
ids
string[]The list of address IDs.
Returns#
Promise
Promise<void>Resolves when the addresses are deleted.
deleteOrderAddresses(ids, sharedContext?): Promise<void>#
This method deletes an address by its ID.
Example#
Parameters#
ids
stringThe ID of the address.
Returns#
Promise
Promise<void>Resolves when the address is deleted.
Was this page helpful?