curl --request POST \
--url https://api.example.com/api/storefront/customer/resend-verification \
--header 'X-Site-ID: <x-site-id>'{
"delivered": true
}curl --request POST \
--url https://api.example.com/api/storefront/customer/resend-verification \
--header 'X-Site-ID: <x-site-id>'{
"delivered": true
}Documentation Index
Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Same shape regardless of whether the email was registered. The
delivered field reports whether we actually attempted a send;
callers should not branch on it for UI — it's there for tests.