Requires read_themes access scope.
For more info, refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20260301/themes/:theme_id/assets/list.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .
Get all asset files for a theme using its unique ID.
Path Parameters
  • theme_id string required
    The unique ID of the theme.
    Example: 671f4c96d2682a1f5407536e
Request Headers
  • Content-Type string required
    The field must be set to the fixed value application/json; charset=utf-8.
  • Authorization string required
    The access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
For the complete list of codes and messages, see Http status code.

Response Headers
  • traceId
    A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
  • assetsobject[]
    A list of theme asset files.
  • checksum string
    The MD5 checksum of the theme asset file. Format: MD5.
    Example: 21cd91752e4cb57fda60099becd5ce3a224fc7fe62ba7409233a5dc5ab9556ce
  • content_type string
    The MIME type of the theme asset file, including a type and subtype indicating the file's format. Format: MIME.
    Example: application/json
  • created_at long
    The creation time of the theme asset file, formatted as a 13-digit millisecond timestamp.
    Example: 1625688873000
  • key string
    The name of the theme asset file.
    Example: config/settings_data.json
  • public_url string
    The public URL of the theme asset file.
    Example: https://cdn-theme.myshopline.com/cdn/shop/prev/example/example/assets/component-blog.css
  • size integer
    The size of the theme asset file. Unit: bytes.
    Example: 204800
  • theme_id string
    The unique ID of the theme.
    Example: 671f4c96d2682a1f5407536e
  • updated_at long
    The update time of the theme asset file, formatted as a 13-digit millisecond timestamp.
    Example: 1625688873000
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301

ParamOptions

path required
header required

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301/themes/theme_id/assets/list.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
Get all asset files for a theme
Response
{
"body": {
"assets": [
{
"checksum": "4ac7a5b0c9ccc312459a94871432cb9790fe18b028152469c5aefc472404059c",
"content_type": null,
"created_at": 1741766595765,
"key": "locales/el.json",
"public_url": null,
"size": 75484,
"theme_id": "67d13fc3d92b88727dcd3755",
"updated_at": 1741766595765
},
{
"checksum": "fc75290f09111567e20bf5f8665fb5107042e8cc86ada3c71034a7bdb117c3b9",
"content_type": null,
"created_at": 1741766595765,
"key": "sections/main-password-header.html",
"public_url": null,
"size": 5354,
"theme_id": "67d13fc3d92b88727dcd3755",
"updated_at": 1741766595765
},
{
"checksum": "9412a387d0e66a40610211e036bc5e5d761a0396d3f7c4c39eb899d9e18ae8b7",
"content_type": null,
"created_at": 1741766595765,
"key": "sections/icon-list.html",
"public_url": null,
"size": 8424,
"theme_id": "67d13fc3d92b88727dcd3755",
"updated_at": 1741766595765
},
{
"checksum": "9330e5ad3d053a5f5b2a7c318bc9ce870261c91a547b36ee1bc5c2a660c404a4",
"content_type": null,
"created_at": 1741766595765,
"key": "layout/password.html",
"public_url": null,
"size": 3199,
"theme_id": "67d13fc3d92b88727dcd3755",
"updated_at": 1741766595765
}
]
}
}
Was this article helpful to you?