Skip to main content
Idempotently creates the built-in seller roles (administration, inventory management, order management, accounting, support). Run before assigning roles to members; also executed automatically by createSellerAccountWorkflow and acceptMemberInviteWorkflow.

Usage

import { createSellerDefaultsWorkflow } from "@mercurjs/core/workflows"

await createSellerDefaultsWorkflow(container).run({})

Input

No input.

Result

result
void
Nothing is returned.