refreshInviteTokensStep - Medusa Core Workflows Reference
This documentation provides a reference to the refreshInviteTokensStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step refreshes the tokens of one or more invites.
Input#
RefreshInviteTokensStepInput
RefreshInviteTokensStepInputThe IDs of the invites to refresh.
RefreshInviteTokensStepInput
RefreshInviteTokensStepInputRefreshInviteTokensStepInput
string[]The IDs of the invites to refresh.
RefreshInviteTokensStepInput
string[]Output#
InviteDTO[]
InviteDTO[]
InviteDTO[]
InviteDTO[]id
stringThe ID of the invite.
id
stringemail
stringThe email of the invite.
email
stringaccepted
booleanWhether the invite is accepted.
accepted
booleantoken
stringThe token of the invite.
token
stringexpires_at
DateThe invite's expiry date.
expires_at
Datemetadata
null | Record<string, unknown>Holds custom data in key-value pairs.
metadata
null | Record<string, unknown>created_at
DateThe invite's creation date.
created_at
Dateupdated_at
DateThe invite's update date.
updated_at
Datedeleted_at
null | DateThe invite's deletion date.
deleted_at
null | DateWas this page helpful?