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

Commit 74a33cd

Browse files
authored
enter review comments (#4553)
1 parent 64eb50e commit 74a33cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/v2.3/graphql/reference/quote-add-simple-products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following example adds a simple product to a cart. The response contains the
2626
mutation {
2727
addSimpleProductsToCart(
2828
input: {
29-
cart_id: "IeTUiU0oCXjm0uRqGCOuhQ2AuQatogjG",
29+
cart_id: "IeTUiU0oCXjm0uRqGCOuhQ2AuQatogjG"
3030
cart_items: [
3131
{
3232
data: {

guides/v2.3/graphql/reference/quote-update-cart-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Setting the quantity to `0` removes an item from the cart.
1414

1515
## Example usage
1616

17-
The following example changes the quantity of cart item `13` to `3`.
17+
The following example changes the quantity of cart item `13`. The new quantity is `3`.
1818

1919
**Request**
2020

0 commit comments

Comments
 (0)