12
12
- label : Authorization tokens
13
13
url : /graphql/authorization-tokens.html
14
14
15
+ - label : Protected mutations
16
+ url : /graphql/protected-mutations.html
17
+
15
18
- label : GraphQL caching
16
19
url : /graphql/caching.html
17
20
@@ -49,6 +52,10 @@ pages:
49
52
- label : Using queries
50
53
url : /graphql/queries/index.html
51
54
55
+ - label : availableStores query
56
+ url : /graphql/queries/available-stores.html
57
+ exclude_versions : ["2.3"]
58
+
52
59
- label : cart query
53
60
url : /graphql/queries/cart.html
54
61
@@ -106,10 +113,15 @@ pages:
106
113
107
114
- label : giftCardAccount query
108
115
url : /graphql/queries/giftcard-account.html
116
+ edition : ee-only
109
117
110
118
- label : isEmailAvailable query
111
119
url : /graphql/queries/is-email-available.html
112
120
121
+ - label : productReviewRatingsMetadata query
122
+ url : /graphql/queries/product-review-ratings-metadata.html
123
+ exclude_versions : ["2.3"]
124
+
113
125
- label : products query
114
126
url : /graphql/queries/products.html
115
127
@@ -131,6 +143,10 @@ pages:
131
143
- label : Using mutations
132
144
url : /graphql/mutations/index.html
133
145
146
+ - label : addProductsToCart mutation
147
+ url : /graphql/mutations/add-products-to-cart.html
148
+ exclude_versions : ["2.3"]
149
+
134
150
- label : addBundleProductsToCart mutation
135
151
url : /graphql/mutations/add-bundle-products.html
136
152
@@ -140,20 +156,31 @@ pages:
140
156
- label : addDownloadableProductsToCart mutation
141
157
url : /graphql/mutations/add-downloadable-products.html
142
158
159
+ - label : addProductsToWishlist mutation
160
+ url : /graphql/mutations/add-products-to-wishlist.html
161
+ exclude_versions : ["2.3"]
162
+
143
163
- label : addSimpleProductsToCart mutation
144
164
url : /graphql/mutations/add-simple-products.html
145
165
146
166
- label : addVirtualProductsToCart mutation
147
167
url : /graphql/mutations/add-virtual-products.html
148
168
169
+ - label : applyCouponToCart mutation
170
+ url : /graphql/mutations/apply-coupon.html
171
+
149
172
- label : applyGiftCardToCart mutation
150
173
url : /graphql/mutations/apply-giftcard.html
174
+ edition : ee-only
151
175
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"]
154
180
155
181
- label : applyStoreCreditToCart mutation
156
182
url : /graphql/mutations/apply-store-credit.html
183
+ edition : ee-only
157
184
158
185
- label : changeCustomerPassword mutation
159
186
url : /graphql/mutations/change-customer-password.html
@@ -164,18 +191,30 @@ pages:
164
191
- label : createCustomer mutation
165
192
url : /graphql/mutations/create-customer.html
166
193
194
+ - label : createCustomerV2 mutation
195
+ url : /graphql/mutations/create-customer-v2.html
196
+ exclude_versions : ["2.3"]
197
+
167
198
- label : createCustomerAddress mutation
168
199
url : /graphql/mutations/create-customer-address.html
169
200
170
201
- label : createEmptyCart mutation
171
202
url : /graphql/mutations/create-empty-cart.html
172
203
204
+ - label : createKlarnaPaymentsSession mutation
205
+ url : /graphql/mutations/create-klarna-payments-session.html
206
+ exclude_versions : ["2.3"]
207
+
173
208
- label : createPayflowProToken mutation
174
209
url : /graphql/mutations/create-payflow-pro-token.html
175
210
176
211
- label : createPayPalExpressToken mutation
177
212
url : /graphql/mutations/create-paypal-express-token.html
178
213
214
+ - label : createProductReview mutation
215
+ url : /graphql/mutations/create-product-review.html
216
+ exclude_versions : ["2.3"]
217
+
179
218
- label : deleteCustomerAddress mutation
180
219
url : /graphql/mutations/delete-customer-address.html
181
220
@@ -196,32 +235,56 @@ pages:
196
235
197
236
- label : redeemGiftCardBalanceAsStoreCredit mutation
198
237
url : /graphql/mutations/redeem-giftcard-balance.html
238
+ edition : ee-only
199
239
200
240
- label : removeCouponFromCart mutation
201
241
url : /graphql/mutations/remove-coupon.html
202
242
203
243
- label : removeGiftCardFromCart mutation
204
244
url : /graphql/mutations/remove-giftcard.html
245
+ edition : ee-only
205
246
206
247
- label : removeItemFromCart mutation
207
248
url : /graphql/mutations/remove-item.html
208
249
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
+
209
259
- label : removeStoreCreditFromCart mutation
210
260
url : /graphql/mutations/remove-store-credit.html
261
+ edition : ee-only
211
262
212
263
- label : reorderItems mutation
213
264
url : /graphql/mutations/reorder-items.html
214
265
exclude_versions : ["2.3"]
215
266
267
+ - label : requestPasswordResetEmail mutation
268
+ url : /graphql/mutations/request-password-reset-email.html
269
+ exclude_versions : ["2.3"]
270
+
216
271
- label : revokeCustomerToken mutation
217
272
url : /graphql/mutations/revoke-customer-token.html
218
273
274
+ - label : resetPassword mutation
275
+ url : /graphql/mutations/reset-password.html
276
+ exclude_versions : ["2.3"]
277
+
219
278
- label : sendEmailToFriend mutation
220
279
url : /graphql/mutations/send-email-to-friend.html
221
280
222
281
- label : setBillingAddressesOnCart mutation
223
282
url : /graphql/mutations/set-billing-address.html
224
283
284
+ - label : setGiftOptionsOnCart mutation
285
+ url : /graphql/mutations/set-gift-options.html
286
+ exclude_versions : ["2.3"]
287
+
225
288
- label : setGuestEmailOnCart mutation
226
289
url : /graphql/mutations/set-guest-email.html
227
290
@@ -237,15 +300,31 @@ pages:
237
300
- label : setShippingMethodsOnCart mutation
238
301
url : /graphql/mutations/set-shipping-method.html
239
302
303
+ - label : subscribeEmailToNewsletter mutation
304
+ url : /graphql/mutations/subscribe-email-to-newsletter.html
305
+ exclude_versions : ["2.3"]
306
+
240
307
- label : updateCartItems mutation
241
308
url : /graphql/mutations/update-cart-items.html
242
309
243
310
- label : updateCustomer mutation
244
311
url : /graphql/mutations/update-customer.html
245
312
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
+
246
321
- label : updateCustomerAddress mutation
247
322
url : /graphql/mutations/update-customer-address.html
248
323
324
+ - label : updateProductsInWishlist mutation
325
+ url : /graphql/mutations/update-products-in-wishlist.html
326
+ exclude_versions : ["2.3"]
327
+
249
328
- label : Interfaces
250
329
children :
251
330
- label : Product interface implementations
@@ -281,6 +360,22 @@ pages:
281
360
- label : Virtual product data types
282
361
url : /graphql/interfaces/virtual-product.html
283
362
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
+
284
379
- label : Payment methods
285
380
children :
286
381
@@ -294,6 +389,10 @@ pages:
294
389
- label : Braintree Vault
295
390
url : /graphql/payment-methods/braintree-vault.html
296
391
392
+ - label : Klarna
393
+ url : /graphql/payment-methods/klarna.html
394
+ exclude_versions : ["2.3"]
395
+
297
396
- label : PayPal Express Checkout
298
397
url : /graphql/payment-methods/paypal-express-checkout.html
299
398
@@ -306,6 +405,10 @@ pages:
306
405
- label : PayPal Payflow Pro
307
406
url : /graphql/payment-methods/payflow-pro.html
308
407
408
+ - label : PayPal Payflow Pro Vault
409
+ url : /graphql/payment-methods/payflow-pro-vault.html
410
+ exclude_versions : ["2.3"]
411
+
309
412
- label : PayPal Payments Advanced
310
413
url : /graphql/payment-methods/payments-advanced.html
311
414
0 commit comments