Skip to content

List Email Templates

Lists every email template in the store — the data behind the admin Marketing → Communications → Email Templates datagrid.

TIP

New here? Read the Email Templates overview for what an email template does and how its fields behave.

Operation

OperationTypePurpose
adminMarketingTemplatesQueryCursor-paginated list of all email templates

Details

  • Requires an admin Bearer token in the Authorization header.
  • Cursor pagination — pass first for the page size and after (the endCursor from the previous page) to advance. totalCount is the grand total.
  • Each node carries the full template field set, including the raw HTML content.

Filtering

Pass any of these arguments alongside first / after (they mirror the admin datagrid filters):

ArgumentDescription
nameName — partial match
statusactive / inactive / draft
sort, orderSort field (id, name) + asc / desc (default id desc)

Released under the MIT License.