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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Attribute | Data Type | Description | Default or example value
25
25
`cms_no_cookies` | String | Identifies a specific CMS page that appears when cookies are not enabled for the browser | `enable-cookies`
26
26
`cms_no_route` | String | Identifies a specific CMS page that you want to appear when a 404 “Page Not Found” error occurs | `no-route`
27
27
`code` | String | Deprecated. Use `store_code` instead. A unique identifier for the store | `default`
28
+
`configurable_thumbnail_source` | String | Determines which thumbnail should be used in the cart for configurable products. Possible values: `parent` or `itself` (child) | `parent`
28
29
`copyright` | String | The copyright statement that appears at the bottom of each page | Copyright © 2013-present Magento, Inc. All rights reserved.
29
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
30
31
`default_display_currency_code` | String | The code representing the currency displayed on the store | `USD`
Copy file name to clipboardExpand all lines: src/guides/v2.4/graphql/interfaces/category-interface.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Attribute | Type | Description
16
16
`breadcrumbs` | [Breadcrumb] | A Breadcrumb object contains information the categories that comprise the breadcrumb trail for the specified category
17
17
`canonical_url` | String | The relative canonical URL. This value is returned only if the system setting **Use Canonical Link Meta Tag For Categories** is enabled
18
18
`cms_block` | CmsBlock | Contains a category CMS block. This attribute is defined in the `CatalogCmsGraphQl` module
19
-
`created_at` | String | Timestamp indicating when the category was created
19
+
`created_at` | String | Deprecated. This field should not be used on the storefront. Timestamp indicating when the category was created
20
20
`default_sort_by` | String | The attribute to use for sorting
21
21
`description` | String | An optional description of the category
22
22
`id` | Int | Deprecated. Use `uid` instead. An ID that uniquely identifies the category
@@ -29,7 +29,7 @@ Attribute | Type | Description
29
29
`products(<attributes>)` | CategoryProducts | The list of products assigned to the category
30
30
`staged` | Boolean! | Indicates whether the category is staged for a future campaign
31
31
`uid` | ID! | The unique ID for an object implementing `CategoryInterface`
32
-
`updated_at` | String | Timestamp indicating when the category was updated
32
+
`updated_at` | String | Deprecated. This field should not be used on the storefront. Timestamp indicating when the category was updated
33
33
`url_key` | String | The URL key assigned to the category
34
34
`url_path` | String | The URL path assigned to the category
Copy file name to clipboardExpand all lines: src/guides/v2.4/graphql/interfaces/product-interface.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ The following table defines the `ProductInterface` attributes and objects.
25
25
26
26
Attribute | Data type | Description
27
27
--- | --- | ---
28
-
`attribute_set_id` | Int | The attribute set assigned to the product
28
+
`attribute_set_id` | Int | Deprecated. This field should not be used on the storefront. The attribute set assigned to the product
29
29
`canonical_url` | String | The relative canonical URL. This value is returned only if the system setting **Use Canonical Link Meta Tag For Products** is enabled
30
30
`categories` | [[CategoryInterface]]({{ page.baseurl }}/graphql/interfaces/category-interface.html) | The categories assigned to the product. See [CategoryInterface attributes]({{ page.baseurl }}/graphql/interfaces/category-interface.html) for more information
31
31
`country_of_manufacture` | String | The product's country of origin
32
-
`created_at` | String | Timestamp indicating when the product was created
32
+
`created_at` | String | Deprecated. This field should not be used on the storefront. Timestamp indicating when the product was created
33
33
`crosssell_products` | [ProductInterface] | An array of cross-sell products
34
34
`description` | ComplexTextValue | An object that contains detailed information about the product. The object can include simple HTML tags
35
35
`gift_message_available` | String | Indicates whether a gift message is available
@@ -43,8 +43,8 @@ Attribute | Data type | Description
43
43
`meta_keyword` | String | A comma-separated list of keywords that are visible only to search engines
44
44
`meta_title` | String | A string that is displayed in the title bar and tab of the browser and in search results lists
45
45
`name` | String | The product name. Customers use this name to identify the product.
46
-
`new_from_date` | String | The beginning date for new product listings, and determines if the product is featured as a new product
47
-
`new_to_date` | String | The end date for new product listings
46
+
`new_from_date` | String | Deprecated. This field should not be used on the storefront. The beginning date for new product listings, and determines if the product is featured as a new product
47
+
`new_to_date` | String | Deprecated. This field should not be used on the storefront. The end date for new product listings
48
48
`only_x_left_in_stock` | Float | The "Only X left Threshold" assigned to the product. This attribute is defined in the `InventoryGraphQl` module.
49
49
`options_container` | String | If the product has multiple options, determines where they appear on the product page
50
50
`price` | ProductPrices | Deprecated. Use `price_range` instead
@@ -58,7 +58,7 @@ Attribute | Data type | Description
58
58
`short_description` | ComplexTextValue | An object that contains a short description of the product. Its use depends on the store's theme. The object can include simple HTML tags
59
59
`sku` | String | A number or code assigned to a product to identify the product, options, price, and manufacturer
60
60
`small_image` | [ProductImage](#ProductImage) | An object that contains the URL and label for the small image used on catalog pages
61
-
`special_from_date` | String | The beginning date that a product has a special price
61
+
`special_from_date` | String | Deprecated. This field should not be used on the storefront. The beginning date that a product has a special price
62
62
`special_price` | Float | The discounted price of the product
63
63
`special_to_date` | String | The end date that a product has a special price
64
64
`staged` | Boolean! | Indicates whether the product is staged for a future campaign
@@ -70,7 +70,7 @@ Attribute | Data type | Description
70
70
`tier_prices` | [ProductTierPrices] | Deprecated. Use `price_tiers` instead
71
71
`type_id` | String | Deprecated. Use the GraphQL `__typename` meta attribute instead
72
72
`uid` | ID! | The unique ID for objects implementing `ProductInterface`
73
-
`updated_at` | String | The timestamp indicating when the product was last updated
73
+
`updated_at` | String | Deprecated. This field should not be used on the storefront. The timestamp indicating when the product was last updated
74
74
`upsell_products` | [ProductInterface] | An array of up-sell products
75
75
`url_key` | String | The part of the URL that identifies the product. This attribute is defined in the `CatalogUrlRewriteGraphQl` module
76
76
`url_path` | String | Deprecated. Use `canonical_url` instead
0 commit comments