Skip to content

Commit

Permalink
Merge pull request #316 from eliseacornejo/LYNX-331
Browse files Browse the repository at this point in the history
LYNX-331: [Documentation] Is_available CartItemInterface field
  • Loading branch information
keharper authored Apr 5, 2024
2 parents 486f869 + 085f920 commit 331deb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/graphql/schema/cart/interfaces/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ mutation {
sku
}
quantity
is_available
... on ConfigurableCartItem {
configurable_options {
configurable_product_option_uid
Expand Down Expand Up @@ -100,6 +101,7 @@ mutation {
"sku": "WSH12"
},
"quantity": 1,
"is_available": true,
"configurable_options": [
{
"configurable_product_option_uid": "Y29uZmlndXJhYmxlLzIwNDgvOTM=",
Expand All @@ -122,6 +124,7 @@ mutation {
"sku": "24-WG080"
},
"quantity": 1,
"is_available": true,
"bundle_options": [
{
"uid": "YnVuZGxlLzE=",
Expand Down

0 comments on commit 331deb8

Please sign in to comment.