Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 07d126e

Browse files
authored
Merge pull request #8539 from magento/kh_config-cart-item
GraphQL: Add configured_variant attribute
2 parents 925b59d + 7fe05e8 commit 07d126e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guides/v2.4/graphql/interfaces/cart-item-interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The `ConfigurableCartItem` object adds the following attributes to the `CartItem
101101
Attribute | Data type | Description
102102
--- | --- | ---
103103
`configurable_options` | [[SelectedConfigurableOption!]!](#SelectedConfigurableOption) | An array of configurable options
104+
`configured_variant` | [ProductInterface]({{page.baseurl}}/graphql/interfaces/product-interface.html) | Returns details about a child configurable product that are different than the parent product. This attribute always returns child information, including the child product image, even if the `storeConfig.configurable_thumbnail_source` attribute is set to `parent`
104105
`customizable_options` | [[SelectedCustomizableOption]](#SelectedCustomizableOption) | An array of customizable options the shopper chose for the configurable product
105106

106107
### SelectedConfigurableOption attributes {#SelectedConfigurableOption}

0 commit comments

Comments
 (0)