Get default theme
GET/openapi/2026-07/themes/default-theme
Retrieve details of a default theme.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
shoplazza: Internal shoplazza themesdeveloper: Third-party developer themes
error code
error message
data object
theme object
Theme objects
Theme's unique identifier
Theme name
Merchant theme ID
Merchant theme name
Theme version identifier
Theme locale (e.g., en-US, zh-CN)
Theme style
Theme type:
Multi-language description of the theme
Indicates if it's the default theme (0 or 1)
URL for the PC cover image
URL for the mobile cover image
Indicates if the theme is published (0 or 1)
Indicates if the theme is auto-upgraded
The status of the theme
Timestamp when the theme was last updated
Publish timestamp
Auto-save time
Last theme save time
Current theme version
Current client version
Changelog information for the theme
Version publishing time
Newest available client version
Whether the theme has the newest version
Whether has draft
The version ID of the theme
{
"code": "string",
"message": "string",
"data": {
"theme": {
"id": "string",
"name": "string",
"merchant_theme_id": "string",
"merchant_theme_name": "string",
"merchant_theme_info": "string",
"locale": "string",
"preset": "string",
"type": "string",
"desc": "string",
"default": "string",
"pc_cover_url": "string",
"mobile_cover_url": "string",
"published": "string",
"is_auto_upgrade": "string",
"status": "string",
"updated_at": "string",
"publish_time": "string",
"auto_save_time": "string",
"theme_save_time": "string",
"version": "string",
"c_version": "string",
"change_log": "string",
"version_publish_time": "string",
"newest_c_version": "string",
"has_newest_version": true,
"has_draft": true,
"theme_version_id": "string"
}
}
}