Skip to main content
The Seller module exposes a service you can resolve from the Medusa container to read and write records directly, without going through a workflow. Use it inside custom services, subscribers, or scheduled jobs.

Generated methods

Each data model gets a standard set of auto-generated methods. For Seller: The same set exists for every model in the module, such as Member, SellerMember, MemberInvite, ProfessionalDetails, SellerAddress, and PaymentDetails (e.g. createMembers, listMemberInvites, updatePaymentDetails).

Team methods

Prefer workflows for anything with side effects (status changes, invites, payouts). The service writes records directly and does not emit events or run compensation.