Custom Template Associations
Associate a Stencil themeʼs custom templates with products, categories, brands, and pages.
Creating template associations
To create a template association, use the Upsert custom template associations endpoint
Entity IDs
The value of the entity ID is the ID property for the given entity. For example, a category entity ID is the id
property for the particular category object you want to act upon.
To get the entity IDs for categories, products, and brands, use the Get categories, Get products, and Get brands endpoints, respectively.
To get the entity ID for a page, use the Get pages endpoint.
Getting available templates
To get a list of available custom templates for each entity type, send a request to the Get all themes endpoint, then use the variation.uuid
property as the path parameter in a request to the Get custom templates endpoint.
To get the version UUID for an active theme, use the Get a channel active theme endpoint.
Resources
See something you can improve? Edit this file on GitHub