deleteProductOptions( )


Deletes all options for an existing product.

The deleteProductOptions() function returns a Promise that resolves when the options for the product with the given ID are deleted.

Method Declaration
Copy
Method Parameters
productIdstringRequired

ID of the product with options to delete.

Was this helpful?
Yes
No