You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v2.3/graphql/reference/store-config.md
+35-54Lines changed: 35 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -9,62 +9,43 @@ The `storeConfig` endpoint defines information about a store's configuration; su
9
9
10
10
`storeConfig: StoreConfig`
11
11
12
-
## Supported storeConfig attributes
13
-
14
-
Attribute | Data Type | Description
15
-
--- | --- | ---
16
-
`base_currency_code` | String | The code representing the currency in which Magento processes all payment transactions, such as `USD`
17
-
`base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url`
18
-
`base_static_url` | String | The fully-qualified URL that specifies the location of static view files, such as `http://magentohost.example.com/pub/static/`
19
-
`base_media_url` | String | The fully-qualified URL that specifies the location of user media files, such as `http://magentohost.example.com/pub/media/`
20
-
`base_url` | String | The store's fully-qualified base URL, such as `http://magentohost.example.com/`
21
-
`code` | String | A unique identifier for the store
22
-
`default_display_currency_code` | String | The code representing the currency displayed on the store, such as `USD`
23
-
`id` | Integer | The ID number assigned to the store
24
-
`locale` | String | The store's locale, such as `en_US`
25
-
`secure_base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url`
26
-
`secure_base_media_url` | String | The secure fully-qualified URL that specifies the location of user media files, such as `https://magentohost.example.com/pub/media/`
27
-
`secure_base_static_url` | String | The secure fully-qualified URL that specifies the location of static view files, such as `https://magentohost.example.com/pub/static/`
28
-
`secure_base_url` | String | The store's fully-qualified secure base URL, such as `https://magentohost.example.com/`
29
-
`timezone` | String | The store's time zone, such as `America/Chicago`
30
-
`website_id` | Integer | The ID number assigned to the parent website
31
-
`weight_unit` | String | The weight unit for products, such as `lbs` or `kgs`
32
-
{:style="table-layout:auto;"}
33
-
34
-
## Supported theme attributes
35
-
36
-
Attribute | Data Type | Description
37
-
--- | --- | ---
38
-
`absolute_footer` | String | Footer Miscellaneous HTML
39
-
`copyright` | String | Copyright
40
-
`default_description` | String | Default Meta Description
41
-
`default_keywords` | String | A comma-separated list of keywords
42
-
`default_title` | String | Default page title
43
-
`demonotice` | Int | Display Demo Store Notice
44
-
`head_includes` | String | Scripts and Style Sheets
45
-
`header_logo_src` | String | Logo Image
46
-
`head_shortcut_icon` | String | Favicon Icon
47
-
`logo_alt` | String | Logo Image Alt
48
-
`logo_height` | Int | Logo Attribute Height
49
-
`logo_width` | Int | Logo Attribute Width
50
-
`title_prefix` | String | Page Title Prefix
51
-
`title_suffix` | String | Page Title Suffix
52
-
`welcome` | String | Welcome Text
12
+
## Supported attributes
13
+
14
+
Attribute | Data Type | Description | Implementation
15
+
--- | --- | --- | ---
16
+
`absolute_footer` | String | Footer Miscellaneous HTML | Theme
17
+
`base_currency_code` | String | The code representing the currency in which Magento processes all payment transactions, such as `USD` | storeConfig
18
+
`base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url` | storeConfig
19
+
`base_static_url` | String | The fully-qualified URL that specifies the location of static view files, such as `http://magentohost.example.com/pub/static/` | storeConfig
20
+
`base_media_url` | String | The fully-qualified URL that specifies the location of user media files, such as `http://magentohost.example.com/pub/media/` | storeConfig
21
+
`base_url` | String | The store's fully-qualified base URL, such as `http://magentohost.example.com/` | storeConfig
22
+
`code` | String | A unique identifier for the store | storeConfig
23
+
`copyright` | String | Copyright | Theme
24
+
`default_display_currency_code` | String | The code representing the currency displayed on the store, such as `USD` | storeConfig
25
+
`default_description` | String | Default Meta Description | Theme
26
+
`default_keywords` | String | Default Meta Keywords | Theme
27
+
`default_title` | String | Default Page Title | Theme
28
+
`demonotice` | Int | Display Demo Store Notice | Theme
29
+
`head_includes` | String | Scripts and Style Sheets | Theme
`id` | Integer | The ID number assigned to the store | storeConfig
33
+
`locale` | String | The store's locale, such as `en_US` | storeConfig
34
+
`logo_alt` | String | Logo Image Alt | Theme
35
+
`logo_height` | Int | Logo Attribute Height | Theme
36
+
`logo_width` | Int | Logo Attribute Width | Theme
37
+
`secure_base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url` | storeConfig
38
+
`secure_base_media_url` | String | The secure fully-qualified URL that specifies the location of user media files, such as `https://magentohost.example.com/pub/media/` | storeConfig
39
+
`secure_base_static_url` | String | The secure fully-qualified URL that specifies the location of static view files, such as `https://magentohost.example.com/pub/static/` | storeConfig
40
+
`secure_base_url` | String | The store's fully-qualified secure base URL, such as `https://magentohost.example.com/` | storeConfig
41
+
`timezone` | String | The store's time zone, such as `America/Chicago` | storeConfig
42
+
`title_prefix` | String | Page Title Prefix | Theme
43
+
`title_suffix` | String | Page Title Suffix | Theme
44
+
`website_id` | Integer | The ID number assigned to the parent website | storeConfig
45
+
`weight_unit` | String | The weight unit for products, such as `lbs` or `kgs` | storeConfig
46
+
`welcome` | String | Welcome Text | Theme
53
47
{:style="table-layout:auto;"}
54
48
55
-
## Supported cms attributes
56
-
57
-
Attribute | Data Type | Description
58
-
--- | --- | ---
59
-
`cms_home_page` | String | CMS Home Page
60
-
`cms_no_cookies` | String | CMS No Cookies Page
61
-
`cms_no_route` | String | CMS No Route Page
62
-
`front` | String | Default Web URL
63
-
`no_route` | String | Default No-route URL
64
-
`show_cms_breadcrumbs` | Int | Show Breadcrumbs for CMS Pages
65
-
{:style="table-layout:auto;"}
66
-
67
-
68
49
## Example usage
69
50
70
51
The following call returns all details of a store's configuration.
0 commit comments