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

Commit 5fa76ae

Browse files
committed
Update description
1 parent 90a7d9c commit 5fa76ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +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) | Product details of the cart item
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`
105105
`customizable_options` | [[SelectedCustomizableOption]](#SelectedCustomizableOption) | An array of customizable options the shopper chose for the configurable product
106106

107107
### SelectedConfigurableOption attributes {#SelectedConfigurableOption}

0 commit comments

Comments
 (0)