Types > SentStatus
Commerce APITypesSentStatus
SentStatus

Values

ValueDescription
error
not_attempted
onboarding_limit
successfully_sent

Used By

Types

Message

Preview (typescript)

type SentStatus =
| "error"
| "not_attempted"
| "onboarding_limit"
| "successfully_sent"