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