1212 - label : Authorization tokens
1313 url : /graphql/authorization-tokens.html
1414
15+ - label : Protected mutations
16+ url : /graphql/protected-mutations.html
17+
1518 - label : GraphQL caching
1619 url : /graphql/caching.html
1720
@@ -49,6 +52,10 @@ pages:
4952 - label : Using queries
5053 url : /graphql/queries/index.html
5154
55+ - label : availableStores query
56+ url : /graphql/queries/available-stores.html
57+ exclude_versions : ["2.3"]
58+
5259 - label : cart query
5360 url : /graphql/queries/cart.html
5461
@@ -106,10 +113,15 @@ pages:
106113
107114 - label : giftCardAccount query
108115 url : /graphql/queries/giftcard-account.html
116+ edition : ee-only
109117
110118 - label : isEmailAvailable query
111119 url : /graphql/queries/is-email-available.html
112120
121+ - label : productReviewRatingsMetadata query
122+ url : /graphql/queries/product-review-ratings-metadata.html
123+ exclude_versions : ["2.3"]
124+
113125 - label : products query
114126 url : /graphql/queries/products.html
115127
@@ -131,6 +143,10 @@ pages:
131143 - label : Using mutations
132144 url : /graphql/mutations/index.html
133145
146+ - label : addProductsToCart mutation
147+ url : /graphql/mutations/add-products-to-cart.html
148+ exclude_versions : ["2.3"]
149+
134150 - label : addBundleProductsToCart mutation
135151 url : /graphql/mutations/add-bundle-products.html
136152
@@ -140,20 +156,31 @@ pages:
140156 - label : addDownloadableProductsToCart mutation
141157 url : /graphql/mutations/add-downloadable-products.html
142158
159+ - label : addProductsToWishlist mutation
160+ url : /graphql/mutations/add-products-to-wishlist.html
161+ exclude_versions : ["2.3"]
162+
143163 - label : addSimpleProductsToCart mutation
144164 url : /graphql/mutations/add-simple-products.html
145165
146166 - label : addVirtualProductsToCart mutation
147167 url : /graphql/mutations/add-virtual-products.html
148168
169+ - label : applyCouponToCart mutation
170+ url : /graphql/mutations/apply-coupon.html
171+
149172 - label : applyGiftCardToCart mutation
150173 url : /graphql/mutations/apply-giftcard.html
174+ edition : ee-only
151175
152- - label : applyCouponToCart mutation
153- url : /graphql/mutations/apply-coupon.html
176+ - label : applyRewardPointsToCart mutation
177+ url : /graphql/mutations/apply-reward-points.html
178+ edition : ee-only
179+ exclude_versions : ["2.3"]
154180
155181 - label : applyStoreCreditToCart mutation
156182 url : /graphql/mutations/apply-store-credit.html
183+ edition : ee-only
157184
158185 - label : changeCustomerPassword mutation
159186 url : /graphql/mutations/change-customer-password.html
@@ -164,18 +191,30 @@ pages:
164191 - label : createCustomer mutation
165192 url : /graphql/mutations/create-customer.html
166193
194+ - label : createCustomerV2 mutation
195+ url : /graphql/mutations/create-customer-v2.html
196+ exclude_versions : ["2.3"]
197+
167198 - label : createCustomerAddress mutation
168199 url : /graphql/mutations/create-customer-address.html
169200
170201 - label : createEmptyCart mutation
171202 url : /graphql/mutations/create-empty-cart.html
172203
204+ - label : createKlarnaPaymentsSession mutation
205+ url : /graphql/mutations/create-klarna-payments-session.html
206+ exclude_versions : ["2.3"]
207+
173208 - label : createPayflowProToken mutation
174209 url : /graphql/mutations/create-payflow-pro-token.html
175210
176211 - label : createPayPalExpressToken mutation
177212 url : /graphql/mutations/create-paypal-express-token.html
178213
214+ - label : createProductReview mutation
215+ url : /graphql/mutations/create-product-review.html
216+ exclude_versions : ["2.3"]
217+
179218 - label : deleteCustomerAddress mutation
180219 url : /graphql/mutations/delete-customer-address.html
181220
@@ -196,32 +235,56 @@ pages:
196235
197236 - label : redeemGiftCardBalanceAsStoreCredit mutation
198237 url : /graphql/mutations/redeem-giftcard-balance.html
238+ edition : ee-only
199239
200240 - label : removeCouponFromCart mutation
201241 url : /graphql/mutations/remove-coupon.html
202242
203243 - label : removeGiftCardFromCart mutation
204244 url : /graphql/mutations/remove-giftcard.html
245+ edition : ee-only
205246
206247 - label : removeItemFromCart mutation
207248 url : /graphql/mutations/remove-item.html
208249
250+ - label : removeProductsFromWishlist mutation
251+ url : /graphql/mutations/remove-products-from-wishlist.html
252+ exclude_versions : ["2.3"]
253+
254+ - label : removeRewardPointsFromCart mutation
255+ url : /graphql/mutations/remove-reward-points.html
256+ edition : ee-only
257+ exclude_versions : ["2.3"]
258+
209259 - label : removeStoreCreditFromCart mutation
210260 url : /graphql/mutations/remove-store-credit.html
261+ edition : ee-only
211262
212263 - label : reorderItems mutation
213264 url : /graphql/mutations/reorder-items.html
214265 exclude_versions : ["2.3"]
215266
267+ - label : requestPasswordResetEmail mutation
268+ url : /graphql/mutations/request-password-reset-email.html
269+ exclude_versions : ["2.3"]
270+
216271 - label : revokeCustomerToken mutation
217272 url : /graphql/mutations/revoke-customer-token.html
218273
274+ - label : resetPassword mutation
275+ url : /graphql/mutations/reset-password.html
276+ exclude_versions : ["2.3"]
277+
219278 - label : sendEmailToFriend mutation
220279 url : /graphql/mutations/send-email-to-friend.html
221280
222281 - label : setBillingAddressesOnCart mutation
223282 url : /graphql/mutations/set-billing-address.html
224283
284+ - label : setGiftOptionsOnCart mutation
285+ url : /graphql/mutations/set-gift-options.html
286+ exclude_versions : ["2.3"]
287+
225288 - label : setGuestEmailOnCart mutation
226289 url : /graphql/mutations/set-guest-email.html
227290
@@ -237,15 +300,31 @@ pages:
237300 - label : setShippingMethodsOnCart mutation
238301 url : /graphql/mutations/set-shipping-method.html
239302
303+ - label : subscribeEmailToNewsletter mutation
304+ url : /graphql/mutations/subscribe-email-to-newsletter.html
305+ exclude_versions : ["2.3"]
306+
240307 - label : updateCartItems mutation
241308 url : /graphql/mutations/update-cart-items.html
242309
243310 - label : updateCustomer mutation
244311 url : /graphql/mutations/update-customer.html
245312
313+ - label : updateCustomerEmail mutation
314+ url : /graphql/mutations/update-customer-email.html
315+ exclude_versions : ["2.3"]
316+
317+ - label : updateCustomerV2 mutation
318+ url : /graphql/mutations/update-customer-v2.html
319+ exclude_versions : ["2.3"]
320+
246321 - label : updateCustomerAddress mutation
247322 url : /graphql/mutations/update-customer-address.html
248323
324+ - label : updateProductsInWishlist mutation
325+ url : /graphql/mutations/update-products-in-wishlist.html
326+ exclude_versions : ["2.3"]
327+
249328 - label : Interfaces
250329 children :
251330 - label : Product interface implementations
@@ -281,6 +360,22 @@ pages:
281360 - label : Virtual product data types
282361 url : /graphql/interfaces/virtual-product.html
283362
363+ - label : CreditMemoItemInterface attributes and implementations
364+ url : /graphql/interfaces/credit-memo-item-interface.html
365+ exclude_versions : ["2.3"]
366+
367+ - label : InvoiceItemInterface attributes and implementations
368+ url : /graphql/interfaces/invoice-item-interface.html
369+ exclude_versions : ["2.3"]
370+
371+ - label : OrderItemInterface attributes and implementations
372+ url : /graphql/interfaces/order-item-interface.html
373+ exclude_versions : ["2.3"]
374+
375+ - label : ShipmentItemInterface attributes and implementations
376+ url : /graphql/interfaces/shipment-item-interface.html
377+ exclude_versions : ["2.3"]
378+
284379 - label : Payment methods
285380 children :
286381
@@ -294,6 +389,10 @@ pages:
294389 - label : Braintree Vault
295390 url : /graphql/payment-methods/braintree-vault.html
296391
392+ - label : Klarna
393+ url : /graphql/payment-methods/klarna.html
394+ exclude_versions : ["2.3"]
395+
297396 - label : PayPal Express Checkout
298397 url : /graphql/payment-methods/paypal-express-checkout.html
299398
@@ -306,6 +405,10 @@ pages:
306405 - label : PayPal Payflow Pro
307406 url : /graphql/payment-methods/payflow-pro.html
308407
408+ - label : PayPal Payflow Pro Vault
409+ url : /graphql/payment-methods/payflow-pro-vault.html
410+ exclude_versions : ["2.3"]
411+
309412 - label : PayPal Payments Advanced
310413 url : /graphql/payment-methods/payments-advanced.html
311414
0 commit comments