Widget templates are reusable Handlebars-enabled HTML templates which define the structure of the widget on a page. You can use built-in Handlebars helpers such as {{if}} and {{each}} to add conditional logic to a widget template. Widget templates can be reused to build multiple widgets.
There is a limit of 1000 custom widget templates per store.
POST /v3/content/widget-templates
Creates a widget template.
Required Fields
GET /v3/content/widget-templates
Returns a list of widget templates.
Request Parameters:
GET /v3/content/widget-templates/{uuid}
Returns a single widget template.
PUT /v3/content/widget-templates/{uuid}
Updates a widget template.
DELETE /v3/content/widget-templates/{uuid}
Deletes a widget template.