You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This workflow adds/removes one or more product options to/from a product. It's used by the [TODO](TODO).
37
37
* This workflow also creates non-existing product options before adding them to the product.
38
38
*
39
39
* You can also use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around product-option and product association.
40
40
*
41
41
* @example
42
-
* const { result } = await linkProductOptionsToProductWorkflow(container)
42
+
* const { result } = await createAndLinkProductOptionsToProductWorkflow(container)
0 commit comments