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

Commit 90a7d9c

Browse files
committed
GraphQL: Add configured_variant attribute
1 parent f56e383 commit 90a7d9c

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) | Product details of the cart item
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)