Skip to main content
Version: 202201

Get Theme Doctree

GET 

/openapi/2022-01/themes/:theme_id/doctree

Retrieve details of a specific theme's doc-tree using its unique identifier.

Request

Path Parameters

    theme_id stringrequired

    Theme's ID

Responses

200

Schema
    layout object[]
  • Array [
  • idstring
    Example: af02b274-2ac3-4f2f-af8f-d4430abfff9f
    locationstring
    Example: theme.liquid
  • ]
  • templates object[]
  • Array [
  • idstring
    Example: ce95ad88-5f4a-4cbc-8180-4c3e5d0caf8b
    locationstring
    Example: 404.liquid
  • ]
  • sections object[]
  • Array [
  • idstring
    Example: bf7065ed-c498-4d44-be04-03900db3e80e
    locationstring
    Example: accessories_list.liquid
  • ]
  • snippets object[]
  • Array [
  • idstring
    Example: e026b4a2-9063-4bcd-8ff4-022e4dca804e
    locationstring
    Example: accessories_list_css.liquid
  • ]
  • assets object[]
  • Array [
  • idstring
    Example: eca9db3a-18e6-4dee-b8f2-60da7d589302
    locationstring
    Example: theme.css
  • ]
  • config object[]
  • Array [
  • idstring
    Example: 429e1998-6ec0-45b4-b6f5-42182cf05fac
    locationstring
    Example: settings_data.json
  • ]
  • locales object[]
  • Array [
  • idstring
    Example: 8e966bb3-d02c-497e-b3a4-3090c76fc19a
    locationstring
    Example: ar-SA.json
  • ]