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

Commit 865a1f0

Browse files
committed
GraphQL: Updates per PR-8526
1 parent 049f721 commit 865a1f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/guides/v2.4/graphql/queries/products.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,12 +1050,12 @@ In the following example, a catalog price rule that provides a 10% discount on a
10501050
"currency": "USD"
10511051
},
10521052
"final_price": {
1053-
"value": 61,
1053+
"value": 54.9,
10541054
"currency": "USD"
10551055
},
10561056
"discount": {
1057-
"amount_off": 0,
1058-
"percent_off": 0
1057+
"amount_off": 6.1,
1058+
"percent_off": 10
10591059
}
10601060
},
10611061
"maximum_price": {
@@ -1064,12 +1064,12 @@ In the following example, a catalog price rule that provides a 10% discount on a
10641064
"currency": "USD"
10651065
},
10661066
"final_price": {
1067-
"value": 77,
1067+
"value": 69.3,
10681068
"currency": "USD"
10691069
},
10701070
"discount": {
1071-
"amount_off": 0,
1072-
"percent_off": 0
1071+
"amount_off": 7.7,
1072+
"percent_off": 10
10731073
}
10741074
}
10751075
}

0 commit comments

Comments
 (0)