You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.4/graphql/mutations/update-cart-items.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ group: graphql
3
3
title: updateCartItems mutation
4
4
---
5
5
6
-
The `updateCartItems` mutation allows you modify items in the specified cart. You can also replace the current quantity of one or more cart items with the specified quantities. The mutation does not perform calculations to determine the quantity of cart items.
6
+
The `updateCartItems` mutation allows you to modify items in the specified cart. You can also replace the current quantity of one or more cart items with the specified quantities. The mutation does not perform calculations to determine the quantity of cart items.
7
7
8
8
{:.bs-callout-info}
9
9
Setting the quantity to `0` removes an item from the cart.
@@ -100,7 +100,7 @@ Attribute | Data Type | Description
Copy file name to clipboardExpand all lines: src/guides/v2.4/graphql/queries/store-config.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,20 +242,20 @@ The `StoreConfig` object can contain the following attributes.
242
242
Attribute | Data Type | Description | Default or example value
243
243
--- | --- | --- | ---
244
244
`absolute_footer` | String | Contains scripts that must be included in the HTML before the closing `<body>` tag | null
245
-
`allow_gift_wrapping_on_order` | String | Indicates whether a gift wrapping can be added for the entire order. Possible values: 1 (Yes) and 0 (No) | 1
246
-
`allow_gift_wrapping_on_order_items` | String | Indicates whether a gift wrapping can be added for individual order items. Possible values: 1 (Yes) and 0 (No) | 1
247
-
`allow_gift_receipt` | String | Indicates whether the gift sender has the option to send a gift receipt. Possible values: 1 (Yes) and 0 (No) | 1
245
+
`allow_gift_wrapping_on_order` | String | Indicates if a gift wrapping can be added for the entire order. Possible values: 1 (Yes) and 0 (No) | 1
246
+
`allow_gift_wrapping_on_order_items` | String | Indicates if a gift wrapping can be added for individual order items. Possible values: 1 (Yes) and 0 (No) | 1
247
+
`allow_gift_receipt` | String | Indicates if the gift sender has the option to send a gift receipt. Possible values: 1 (Yes) and 0 (No) | 1
248
248
`allow_items` | String | Allows gift messages for order items. Possible values: 1 (Yes) and 0 (No). <br/>Configuration path: sales/gift_options/allow_items | 0
249
249
`allow_order` | String | Allows gift messages at the order level. Possible values: 1 (Yes) and 0 (No). <br/>Configuration path: sales/gift_options/allow_order | 0
250
-
`allow_printed_card` | String | Indicates whether a printed card can accompany an order. Possible values: 1 (Yes) and 0 (No) | 1
250
+
`allow_printed_card` | String | Indicates if a printed card can accompany an order. Possible values: 1 (Yes) and 0 (No) | 1
251
251
`autocomplete_on_storefront` | Boolean | Enable autocomplete on login and forgot password forms. <br/>Configuration path: customer/password/autocomplete_on_storefront | true
252
252
`base_currency_code` | String | The code representing the currency in which Magento processes all payment transactions | `USD`
253
253
`base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url` | `http://magentohost.example.com/`
254
254
`base_media_url` | String | The fully-qualified URL that specifies the location of user media files | `http://magentohost.example.com/pub/media/`
255
255
`base_static_url` | String | The fully-qualified URL that specifies the location of static view files | `http://magentohost.example.com/pub/static/`
256
256
`base_url` | String | The store's fully-qualified base URL | `http://magentohost.example.com/`
257
-
`cart_gift_wrapping` | String | Indicates whether gift wrapping prices are displayed on the Shopping Cart page. Possible values: 1 (Yes) and 0 (No) | 1
258
-
`cart_printed_card` | String | Indicates whether printed card prices are displayed on the Shopping Cart page. Possible values: 1 (Yes) and 0 (No) | 1
257
+
`cart_gift_wrapping` | String | Indicates if gift wrapping prices are displayed on the Shopping Cart page. Possible values: 1 (Yes) and 0 (No) | 1
258
+
`cart_printed_card` | String | Indicates if printed card prices are displayed on the Shopping Cart page. Possible values: 1 (Yes) and 0 (No) | 1
259
259
`catalog_default_sort_by` | String | The default sort order of the search results list | `position`
260
260
`category_fixed_product_tax_display_setting` | [FixedProductTaxDisplaySettings](#FixedProductTaxDisplaySettings) | Corresponds to the **Display Prices In Product Lists** field. It indicates how Fixed Product Tax information is displayed on category pages | FPT_DISABLED
261
261
`category_url_suffix` | String | The suffix applied to category pages, such as `.htm` or `.html` | `.html`
@@ -305,8 +305,8 @@ Attribute | Data Type | Description | Default or example value
305
305
`required_character_classes_number` | String | The number of different character classes required in a password (lowercase, uppercase, digits, special characters). <br/>Configuration path: customer/password/required_character_classes_number | 2
306
306
`root_category_id` | Int | The ID of the root category | 2
307
307
`sales_fixed_product_tax_display_setting` | [FixedProductTaxDisplaySettings](#FixedProductTaxDisplaySettings) | Corresponds to the **Display Prices In Sales Modules** field. It indicates how Fixed Product Taxes information is displayed on cart, checkout, and order pages | FPT_DISABLED
308
-
`sales_gift_wrapping` | String | Indicates whether gift wrapping prices are displayed on the Orders page. Possible values: 1 (Yes) and 0 (No) | 1
309
-
`sales_printed_card` | String | Indicates whether printed card prices are displayed on the Orders page. Possible values: 1 (Yes) and 0 (No) | 1
308
+
`sales_gift_wrapping` | String | Indicates if gift wrapping prices are displayed on the Orders page. Possible values: 1 (Yes) and 0 (No) | 1
309
+
`sales_printed_card` | String | Indicates if printed card prices are displayed on the Orders page. Possible values: 1 (Yes) and 0 (No) | 1
310
310
`secure_base_link_url` | String | A secure fully-qualified URL that is used to create relative links to the `base_url` | `https://magentohost.example.com/`
311
311
`secure_base_media_url` | String | The secure fully-qualified URL that specifies the location of user media files | `https://magentohost.example.com/pub/media/`
312
312
`secure_base_static_url` | String | The secure fully-qualified URL that specifies the location of static view files | `https://magentohost.example.com/pub/static/`
0 commit comments