@mercurjs/core/workflows and run them against the Medusa container. They
wrap Medusa’s native product flows to add the marketplace layer: the store
allowlist, the review lifecycle, and the audit trail.
Product workflows
Allowlist & organization workflows
For plain create/update/delete of products, variants, and categories, Mercur
reuses Medusa’s native core-flows (
createProductsWorkflow,
updateProductsWorkflow, createProductVariantsWorkflow, and so on) under the
hood. The workflows above are the Mercur-specific entry points that add the
allowlist, review lifecycle, and audit history.