Requires
themesaccess scope.
UploadTask Properties
| Field | Type | Desc |
|---|---|---|
| id | string | |
| store_id | integer | Store’s ID |
| type | string | Default is "themes”, represents personal themes |
| status | integer | Task status: - 0: In progress- 1: Uploaded successfully- 2: Upload failed- 3: Canceled |
| created_at | string | Creation time, formatted as ISO-8601 |
| updated_at | string | Last modification time, formatted as ISO-8601 |
| info | json_string | Details of the task, theme ID returned if upload successful |
| message | string | Task information, error reason if failed |
| manifest | string | Theme manifest |
Theme Properties
| Field Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | Theme name |
| locale | string | Language, default is en-US |
| preset | string | Theme style |
| type | string | Theme type: - shoplazza: Internal shoplazza themes- developer: Third-party developer themes |
| default | string | Indicates if it's the default theme |
| pc_cover_url | string | Cover image URL for desktop |
| mobile_cover_url | string | Cover image URL for mobile |
| published | string | Indicates if the theme is published |
| is_auto_upgrade | string | Indicates if the theme is auto-upgraded |
| version | string | Theme version |
| c_version | string | Client side version |
| newest_c_version | string | Latest client side version |
| has_newest_version | bool | Indicates if there's a newer version available |
| merchant_theme_id | string | Merchant theme ID |
| merchant_theme_name | string | Merchant theme name |
| merchant_theme_info | string | Merchant theme information |
| desc | string | Merchant theme details |
| theme_version_id | string | Theme version ID |
| change_log | string | Change log |
| updated_at | string | Last modification time |
| version_publish_time | string | Version publishing time |
| auto_save_time | string | Auto-save time |
| theme_save_time | string | Last theme save time |
| publish_time | string | Last publish time |
Example
{
"id": "4fe3e348-eefd-4f55-aa13-9f123a2c984b",
"merchant_theme_id": "",
"theme_version_id": "1",
"version": null,
"c_version": "1.0.0",
"change_log": "",
"version_publish_time": "1546963146",
"merchant_theme_info": null,
"name": "Nova-2023-main",
"locale": "en-US",
"preset": "",
"published": "0",
"is_auto_upgrade": "0",
"updated_at": "1714461023",
"auto_save_time": "1714461023",
"theme_save_time": null,
"publish_time": null
}
