Theme Methods REST Endpoints
Admin/Theme Methods
Endpoints for operations on themes. See Customize Your Store's Design Theme for more information on themes.
- Clone a theme by ID
- Method: postPath:
/ccadmin/v1/themes/{id}/clone - Deletes a theme by its ID
- Method: deletePath:
/ccadmin/v1/themes/{id} - Restore a theme's source by ID
- Method: putPath:
/ccadmin/v1/themes/{id}/restoreSource - Retrieve a theme by ID
- Method: getPath:
/ccadmin/v1/themes/{id} - Retrieve a theme's source by ID
- Method: getPath:
/ccadmin/v1/themes/{id}/source - Retrieve an active theme
- Method: getPath:
/ccadmin/v1/themes/active - Retrieve the Agent theme source
- Method: getPath:
/ccadmin/v1/themes/agentThemeSource - Retrieve the compilation settings for themes
- Method: getPath:
/ccadmin/v1/themes/compilationSettings - Retrieve themes
- Method: getPath:
/ccadmin/v1/themes - Retrieves the Agent theme
- Method: getPath:
/ccadmin/v1/themes/agentThemeDetails - Update a theme by its ID
- Method: putPath:
/ccadmin/v1/themes/{id} - Update a theme image
- Method: putPath:
/ccadmin/v1/themes/{id}/image - Update a theme's source by its ID
- Method: putPath:
/ccadmin/v1/themes/{id}/source - Update the Agent theme
- Method: putPath:
/ccadmin/v1/themes/agentThemeDetails - Update the Agent theme source
- Method: putPath:
/ccadmin/v1/themes/agentThemeSource - Update the compilation settings for themes
- Method: putPath:
/ccadmin/v1/themes/compilationSettings