Skip to main content

Update Store Email Template

PUT 

/api/store-email-templates/:id

Updates an existing store email template.

Required scope: settings:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Accepts the same fields as create (context, event, name, subject, html_body, enabled, sent_type, cc, attachments). Enabling an automatic-event template disables any other enabled template in the same (store, context, event) slot.

Request

Responses

OK

Response Headers
    Content-Type