POST /admin/sellers/:id/members/invite and the vendor invite routes; also run as a step by createSellersWorkflow for the initial member. Emits member_invite.created with { id, token, expires_at } per invite, which typically drives the invitation email.
Usage
Input
The input is an array of invites.Seller the invite belongs to.
Email of the invitee.
Role the invitee receives on acceptance.
Result
The created invites, including
token and expires_at.