GET api2/theme_settings/{id}.json
Theme Settings by ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Theme Settings ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Theme Settings
api_root| Name | Description | Type | Additional information |
|---|---|---|---|
| entry | ThemeSettings |
None. |
Response Format
{
"entry": {
"id": 1,
"enabled": true,
"name": "sample string 2",
"domain": "sample string 4",
"shop_icon": "https://admin-static.flickrocket.com/GetImage/ShopIcon/MQ%3d%3d",
"locales": [
{
"id": 1,
"shop_name": "sample string 2",
"shop_description": "sample string 3",
"language_id": 1,
"seo_description": "sample string 4",
"seo_keywords": "sample string 5",
"offline_message": "sample string 6",
"seo_title": "sample string 7"
},
{
"id": 1,
"shop_name": "sample string 2",
"shop_description": "sample string 3",
"language_id": 1,
"seo_description": "sample string 4",
"seo_keywords": "sample string 5",
"offline_message": "sample string 6",
"seo_title": "sample string 7"
}
],
"theme": {
"id": 1,
"name": "sample string 2",
"company_id": 1,
"created_at": "2025-11-07T05:42:32.4127462+01:00",
"assignment": 1,
"valid": 1,
"read_only": 1,
"mobified_at": "2025-11-07T05:42:32.4127462+01:00",
"mobified_by": 1,
"preview_file": "sample string 3",
"allow_edit_design": true,
"used_shared_components": true,
"liquid_theme": true,
"is_modified": true,
"parent_theme_id": 1,
"responsive_theme": true
},
"homepage_url": "sample string 3",
"shop_domain": "sample string 4",
"company_id": 1,
"theme_id": 1,
"sample_product_id": 1,
"sample_product_license_id": 1,
"affiliates_enabled": true,
"affiliate_percentage": 1,
"shop_offline": true,
"newsletter_enabled": true,
"facebook_url": "sample string 5",
"twitter_url": "sample string 6",
"youtube_url": "sample string 7",
"meta_tag": "sample string 8",
"html_tag": "sample string 9",
"sub_domain": "sample string 10",
"vanity_domain": "sample string 11",
"access_domain": "sample string 12",
"updated_at": "2025-11-07T05:42:32.4127462+01:00",
"google_tracking_id": "sample string 13",
"google_ecommerce_enabled": true,
"google_shopping_account_id": "sample string 14",
"allow_reviews": true,
"allow_anonymous_reviews": true,
"need_approval_of_reviews": true,
"send_email_on_new_review": true,
"start_type": 64,
"start_content_id": 1,
"instagram_url": "sample string 15",
"page_language": 64,
"icon_width": 1,
"icon_height": 1,
"player_splash": 1,
"player_theme": "sample string 16",
"shop_icon_id": 1
}
}