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: post
Path: /ccadmin/v1/themes/{id}/clone
Deletes a theme by its ID
Method: delete
Path: /ccadmin/v1/themes/{id}
Restore a theme's source by ID
Method: put
Path: /ccadmin/v1/themes/{id}/restoreSource
Retrieve a theme by ID
Method: get
Path: /ccadmin/v1/themes/{id}
Retrieve a theme's source by ID
Method: get
Path: /ccadmin/v1/themes/{id}/source
Retrieve an active theme
Method: get
Path: /ccadmin/v1/themes/active
Retrieve the Agent theme source
Method: get
Path: /ccadmin/v1/themes/agentThemeSource
Retrieve the compilation settings for themes
Method: get
Path: /ccadmin/v1/themes/compilationSettings
Retrieve themes
Method: get
Path: /ccadmin/v1/themes
Retrieves the Agent theme
Method: get
Path: /ccadmin/v1/themes/agentThemeDetails
Update a theme by its ID
Method: put
Path: /ccadmin/v1/themes/{id}
Update a theme image
Method: put
Path: /ccadmin/v1/themes/{id}/image
Update a theme's source by its ID
Method: put
Path: /ccadmin/v1/themes/{id}/source
Update the Agent theme
Method: put
Path: /ccadmin/v1/themes/agentThemeDetails
Update the Agent theme source
Method: put
Path: /ccadmin/v1/themes/agentThemeSource
Update the compilation settings for themes
Method: put
Path: /ccadmin/v1/themes/compilationSettings