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: src/_includes/graphql/store-config.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Attribute | Data Type | Description | Default or example value
25
25
`cms_home_page` | String | Returns the name of the CMS page that identifies the home page for the store | `home`
26
26
`cms_no_cookies` | String | Identifies a specific CMS page that appears when cookies are not enabled for the browser | `enable-cookies`
27
27
`cms_no_route` | String | Identifies a specific CMS page that you want to appear when a 404 “Page Not Found” error occurs | `no-route`
28
-
`code` | String | A unique identifier for the store | `default`
28
+
`code` | String | Deprecated. Use `store_code` instead. A unique identifier for the store | `default`
29
29
`copyright` | String | The copyright statement that appears at the bottom of each page | Copyright © 2013-present Magento, Inc. All rights reserved.
30
30
`default_description` | String | The description that provides a summary of your site for search engine listings and should not be more than 160 characters in length | null
31
31
`default_display_currency_code` | String | The code representing the currency displayed on the store | `USD`
@@ -39,7 +39,9 @@ Attribute | Data Type | Description | Default or example value
39
39
`head_includes` | String | Contains scripts that must be included in the HTML before the closing `<head>` tag | `<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"{{MEDIA_URL}}styles.css\" />`
40
40
`head_shortcut_icon` | String | Uploads the small graphic image that appears in the address bar and tab of the browser | null
41
41
`header_logo_src` | String | The path to the logo that appears in the header | null
42
-
`id` | Int | The ID number assigned to the store | `1`
42
+
`id` | Int | Deprecated. Use `store_code` instead. The ID number assigned to the store | `1`
43
+
`is_default_store` | Boolean | Indicates whether the store view has been designated as the default within the store group | true or false
44
+
`is_default_store_group` | Boolean | Indicates whether the store group has been designated as the default within the website | true or false
43
45
`list_mode` | String | The format of the search results list | `grid-list`
44
46
`list_per_page` | Int | The default number of products per page in List View | `10`
45
47
`list_per_page_values` | String | A list of numbers that define how many products can be displayed in List View | `5,10,15,20,25`
@@ -80,12 +82,18 @@ Attribute | Data Type | Description | Default or example value
80
82
`secure_base_url` | String | The store's fully-qualified secure base URL | `https://magentohost.example.com/`
81
83
`send_friend` | [SendFriendConfiguration](#SendFriendConfiguration) | Email to a Friend configuration | Not applicable
82
84
`show_cms_breadcrumbs` | Int | Determines if a breadcrumb trail appears on all CMS pages in the catalog. Options: `0` (No) or `1` (Yes) | 1
83
-
`store_name` | String | The store's name | `My Store`
85
+
`store_code` | ID | The unique ID of the store view. In the Admin, this is called the Store View Code. When making a GraphQL call, assign this value to the `Store` header to provide the scope | `default`
86
+
`store_group_code` | ID | The unique ID assigned to the store group. In the Admin, this is called the Store Name | `main_website_store`
87
+
`store_group_name` | String | The label assigned to the store group | Main Website Store
88
+
`store_name` | String | The label assigned to the store view | Default Store View
89
+
`store_sort_order` | Int | The store view sort order | 10
84
90
`timezone` | String | The store's time zone | `America/Chicago`
85
91
`title_prefix` | String | A prefix that appears before the title to create a two- or three-part title | null
86
92
`title_separator` | String | Identifies the character that separates the category name and subcategory in the browser title bar | `-`
87
93
`title_suffix` | String | A suffix that appears after the title to create a two-or three part title | null
88
-
`website_id` | Integer | The ID number assigned to the parent website | `1`
94
+
`website_code` | ID | The unique ID for the website | `base`
95
+
`website_id` | Integer | Deprecated. The field should not be used on the storefront. The ID number assigned to the parent website | `1`
96
+
`website_name` | String | The label assigned to the website | Main Website
89
97
`weight_unit` | String | The weight unit for products | `lbs`, `kgs`, or similar
90
98
`welcome` | String | Text that appears in the header of the page and includes the name of customers who are logged in | Default welcome msg!
0 commit comments