Skip to main content
GET
List Email Templates
Returns the transactional email template overrides registered for the store, scoped to your app. Each row is a per-event override that replaces the platform’s default HTML for that transactional email at send time. Disabled rows (enabled: false) are returned but skipped at send time. Auth: OAuth access token with the read_email_templates scope. See Email template extensions for the list of supported event names and the variables available to each.

Query Parameters

string
Filter to a single event (e.g. order_confirmation). Omit to return all of your app’s registered templates.

Response

array
Array of the app’s registered template overrides, ordered by event.