deleteOptions - Product Module Reference
BetaThis documentation provides a reference to the deleteOptions method. This belongs to the Product Module.
This method is used to delete a product option.
Example
Parameters
productOptionIds
string[]RequiredThe IDs of the product options to delete.
sharedContext
ContextA context used to share resources, such as transaction manager, between the application and the module.
sharedContext
ContextReturns
Promise
Promise<void>RequiredResolves when the product options are successfully deleted.
Was this section helpful?