跳到主要内容
版本:202607

查询主题详情

GET 

/openapi/2026-07/themes/:theme_id

通过主题 ID 获取指定主题的详情。

请求

Path参数

    theme_id string必填

    主题 ID

响应

OK

数据结构
    codestring

    错误码

    messagestring

    错误信息

    data object
    theme object

    主题

    idstring

    主题的唯一标识

    namestring

    主题名称

    merchant_theme_idstring

    商家主题 ID

    merchant_theme_namestring

    商家主题名称

    merchant_theme_infostring

    主题版本标识

    localestring

    主题语言环境(如 en-US、zh-CN)

    presetstring

    主题风格

    typestring

    主题类型:

    • shoplazza:shoplazza内部主题
    • developer:第三方开发者主题
    descstring

    主题的多语言描述

    defaultstring

    是否为默认主题(0 或 1)

    pc_cover_urlstring

    PC 端封面图片 URL

    mobile_cover_urlstring

    移动端封面图片 URL

    publishedstring

    主题是否已发布(0 或 1)

    is_auto_upgradestring

    主题是否自动升级

    statusstring

    主题的状态

    updated_atstring

    主题最后更新时间

    publish_timestring

    发布时间

    auto_save_timestring

    自动保存时间

    theme_save_timestring

    主题最后保存时间

    versionstring

    当前主题版本

    c_versionstring

    当前客户端版本

    change_logstring

    主题的更新日志信息

    version_publish_timestring

    版本发布时间

    newest_c_versionstring

    最新可用客户端版本

    has_newest_versionboolean

    主题是否为最新版本

    has_draftboolean

    是否有草稿

    theme_version_idstring

    主题的版本 ID