@@ -9,6 +9,7 @@ export const redirects = {
99 '/2.3.0/introduction/introductions.html' : '/getting-started/introduction.html' ,
1010
1111 // Product Types
12+ '/2.3.0/products/' : '/product-types/simple-product' ,
1213 '/2.3.0/product-types/simple.html' : '/product-types/simple-product' ,
1314 '/2.3.0/product-types/configurable.html' : '/product-types/configurable-product' ,
1415 '/2.3.0/product-types/virtual.html' : '/product-types/virtual-product' ,
@@ -17,22 +18,25 @@ export const redirects = {
1718 '/2.3.0/product-types/downloadable.html' : '/product-types/downloadable-product' ,
1819
1920 // Category
21+ '/2.3.0/category/' : '/category/create-category' ,
2022 '/2.3.0/category/create-category.html' : '/category/create-category' ,
2123
2224 // Attribute
23-
25+ '/2.3.0/attribute' : '/attribute/attribute-input' ,
2426 '/2.3.0/attribute/attribute-input.html' : '/attribute/attribute-input' ,
2527 '/2.3.0/attribute/product-attribute.html' : '/attribute/product-attribute' ,
2628 '/2.3.0/attribute-family/attribute-families.html' : '/attribute/attribute-family' ,
2729
2830 // Orders
31+ '/2.3.0/orders/' : '/orders/create-order' ,
2932 '/2.3.0/orders/create-order.html' : '/orders/create-order' ,
3033 '/2.3.0/orders/create-invoice.html' : '/orders/create-invoice' ,
3134 '/2.3.0/orders/create-shipment.html' : '/orders/create-shipment' ,
3235 '/2.3.0/orders/refunds.html' : '/orders/create-refunds' ,
3336 '/2.3.0/orders/transaction.html' : '/orders/transactions' ,
3437
3538 // Customers
39+ '/2.3.0/customers/' : '/customer/create-customer' ,
3640 '/2.3.0/customer/create-customer.html' : '/customer/create-customer' ,
3741 '/2.3.0/customer/customer-groups.html' : '/customer/customer-group' ,
3842 '/2.3.0/customer/customer-reviews.html' : '/customer/customer-review' ,
@@ -41,6 +45,7 @@ export const redirects = {
4145 '/2.3.0/cms/cms-page.html' : '/cms/create-cms' ,
4246
4347 // Marketing
48+ '/2.3.0/marketing/' : '/marketing/cart-rules' ,
4449 '/2.3.0/marketing/promotions.html#cart-rules' : '/marketing/cart-rules' ,
4550 '/2.3.0/marketing/promotions.html#catalog-rules' : '/marketing/catalog-rules' ,
4651 '/2.3.0/marketing/communications.html#email-templates' : '/marketing/email-templates' ,
@@ -50,6 +55,7 @@ export const redirects = {
5055
5156 // Settings
5257
58+ '/2.3.0/settings/' : '/settings/locales' ,
5359 '/2.3.0/settings/locale.html' : '/settings/locales' ,
5460 '/2.3.0/settings/currencies.html' : '/settings/currencies' ,
5561 '/2.3.0/settings/exchange-rates.html' : '/settings/exchange-rates' ,
@@ -59,10 +65,12 @@ export const redirects = {
5965 '/2.3.0/settings/roles.html' : '/settings/roles' ,
6066 '/2.3.0/settings/themes.html' : '/settings/themes' ,
6167 '/2.3.0/settings/taxes.html' : '/settings/taxes' ,
68+ '/2.3.0/settings/data-transfer.html' : '/settings/data-transfer' ,
6269
6370
6471 // Configure
6572
73+ '/2.3.0/configure/' : '/configure/weight-unit' ,
6674 '/2.3.0/configure/weight-unit.html' : '/configure/weight-unit' ,
6775 '/2.3.0/configure/configurable-choices.html' : '/configure/configurable-choices' ,
6876 '/2.3.0/configure/custom-scripts.html' : '/configure/custom-scripts' ,
@@ -95,6 +103,7 @@ export const redirects = {
95103
96104 // Multi Vendor Marketplace
97105
106+ '/2.3.0/multi-vendor-marketplace/' : '/multi-vendor-marketplace/vendor-management' ,
98107 '/2.3.0/multi-vendor-marketplace/vendor-management.html' : '/multi-vendor-marketplace/vendor-management' ,
99108 '/2.3.0/multi-vendor-marketplace/order-management.html' : '/multi-vendor-marketplace/order-management' ,
100109 '/2.3.0/multi-vendor-marketplace/commission-management.html' : '/multi-vendor-marketplace/commission-management' ,
@@ -105,6 +114,7 @@ export const redirects = {
105114
106115 // B2B Marketplace
107116
117+ '/2.3.0/b2b-marketplace/' : '/b2b-marketplace/request-for-quotes' ,
108118 '/2.3.0/b2b-marketplace/request-for-quotes.html' : '/b2b-marketplace/request-for-quotes' ,
109119 '/2.3.0/b2b-marketplace/buyer-seller-communication.html' : '/b2b-marketplace/buyer-seller-communication' ,
110120 '/2.3.0/b2b-marketplace/supplier-microsite.html' : 'b2b-marketplace/supplier-microsite' ,
@@ -113,6 +123,7 @@ export const redirects = {
113123
114124 // Multi Tenant ECommerce
115125
126+ '/2.3.0/multi-tenant-ecommerce/' : '/multi-tenant-ecommerce/super-admin-management' ,
116127 '/2.3.0/multi-tenant-ecommerce/super-admin-management.html' : '/multi-tenant-ecommerce/super-admin-management' ,
117128 '/2.3.0/multi-tenant-ecommerce/tenant-management.html' : '/multi-tenant-ecommerce/tenant-management' ,
118129 '/2.3.0/multi-tenant-ecommerce/cname-mapping.html' : '/multi-tenant-ecommerce/cname-mapping' ,
@@ -127,6 +138,7 @@ export const redirects = {
127138 '/2.2.0/introduction/introductions.html' : '/getting-started/introduction.html' ,
128139
129140 // Product Types
141+ '/2.2.0/products/' : '/product-types/simple-product' ,
130142 '/2.2.0/product-types/simple.html' : '/product-types/simple-product' ,
131143 '/2.2.0/product-types/configurable.html' : '/product-types/configurable-product' ,
132144 '/2.2.0/product-types/virtual.html' : '/product-types/virtual-product' ,
@@ -135,15 +147,18 @@ export const redirects = {
135147 '/2.2.0/product-types/downloadable.html' : '/product-types/downloadable-product' ,
136148
137149 // Category
150+ '/2.2.0/category/' : '/category/create-category' ,
138151 '/2.2.0/category/create-category.html' : '/category/create-category' ,
139152
140153 // Attribute
141154
155+ '/2.2.0/attribute' : '/attribute/attribute-input' ,
142156 '/2.2.0/attribute/attribute-input.html' : '/attribute/attribute-input' ,
143157 '/2.2.0/attribute/product-attribute.html' : '/attribute/product-attribute' ,
144158 '/2.2.0/attribute-family/attribute-families.html' : '/attribute/attribute-family' ,
145159
146160 // Orders
161+ '/2.2.0/orders/' : '/orders/create-order' ,
147162 '/2.2.0/orders/create-order.html' : '/orders/create-order' ,
148163 '/2.2.0/orders/create-invoice.html' : '/orders/create-invoice' ,
149164 '/2.2.0/orders/create-shipment.html' : '/orders/create-shipment' ,
@@ -152,6 +167,8 @@ export const redirects = {
152167
153168
154169 // Customers
170+
171+ '/2.2.0/customers/' : '/customer/create-customer' ,
155172 '/2.2.0/customer/create-customer.html' : '/customer/create-customer' ,
156173 '/2.2.0/customer/customer-groups.html' : '/customer/customer-group' ,
157174 '/2.2.0/customer/customer-reviews.html' : '/customer/customer-review' ,
@@ -160,6 +177,7 @@ export const redirects = {
160177 '/2.2.0/cms/cms-page.html' : '/cms/create-cms' ,
161178
162179 // Marketing
180+ '/2.2.0/marketing/' : '/marketing/cart-rules' ,
163181 '/2.2.0/marketing/promotions.html#cart-rules' : '/marketing/cart-rules' ,
164182 '/2.2.0/marketing/promotions.html#catalog-rules' : '/marketing/catalog-rules' ,
165183 '/2.2.0/marketing/communications.html#email-templates' : '/marketing/email-templates' ,
@@ -169,12 +187,14 @@ export const redirects = {
169187
170188 // Reporting
171189
190+ '2.2.0/reporting/' : '/reporting/sales-report' ,
172191 '/2.2.0/reporting/sales.html' : '/reporting/sales-report' ,
173192 '/2.2.0/reporting/customers.html' : '/reporting/customers-report' ,
174193 '/2.2.0/reporting/products.html' : '/reporting/product-report' ,
175194
176195 // Settings
177196
197+ '2.2.0/settings/' : '/settings/locales' ,
178198 '/2.2.0/settings/locale.html' : '/settings/locales' ,
179199 '/2.2.0/settings/currencies.html' : '/settings/currencies' ,
180200 '/2.2.0/settings/exchange-rates.html' : '/settings/exchange-rates' ,
@@ -184,10 +204,12 @@ export const redirects = {
184204 '/2.2.0/settings/roles.html' : '/settings/roles' ,
185205 '/2.2.0/settings/themes.html' : '/settings/themes' ,
186206 '/2.2.0/settings/taxes.html' : '/settings/taxes' ,
207+ '/2.2.0/settings/data-transfer.html' : '/settings/data-transfer' ,
187208
188209
189210 // Configure
190211
212+ '2.2.0/configure/' : '/configure/weight-unit' ,
191213 '/2.2.0/configure/weight-unit.html' : '/configure/weight-unit' ,
192214 '/2.2.0/configure/configurable-choices.html' : '/configure/configurable-choices' ,
193215 '/2.2.0/configure/custom-scripts.html' : '/configure/custom-scripts' ,
@@ -220,6 +242,7 @@ export const redirects = {
220242
221243 // Multi Vendor Marketplace
222244
245+ '2.2.0/multi-vendor-marketplace/' : '/multi-vendor-marketplace/vendor-management' ,
223246 '/2.2.0/multi-vendor-marketplace/vendor-management.html' : '/multi-vendor-marketplace/vendor-management' ,
224247 '/2.2.0/multi-vendor-marketplace/order-management.html' : '/multi-vendor-marketplace/order-management' ,
225248 '/2.2.0/multi-vendor-marketplace/commission-management.html' : '/multi-vendor-marketplace/commission-management' ,
@@ -230,6 +253,7 @@ export const redirects = {
230253
231254 // B2B Marketplace
232255
256+ '2.2.0/b2b-marketplace/' : '/b2b-marketplace/request-for-quotes' ,
233257 '/2.2.0/b2b-marketplace/request-for-quotes.html' : '/b2b-marketplace/request-for-quotes' ,
234258 '/2.2.0/b2b-marketplace/buyer-seller-communication.html' : '/b2b-marketplace/buyer-seller-communication' ,
235259 '/2.2.0/b2b-marketplace/supplier-microsite.html' : 'b2b-marketplace/supplier-microsite' ,
@@ -238,6 +262,7 @@ export const redirects = {
238262
239263 // Multi Tenant ECommerce
240264
265+ '2.2.0/multi-tenant-ecommerce/' : '/multi-tenant-ecommerce/super-admin-management' ,
241266 '/2.2.0/multi-tenant-ecommerce/super-admin-management.html' : '/multi-tenant-ecommerce/super-admin-management' ,
242267 '/2.2.0/multi-tenant-ecommerce/tenant-management.html' : '/multi-tenant-ecommerce/tenant-management' ,
243268 '/2.2.0/multi-tenant-ecommerce/cname-mapping.html' : '/multi-tenant-ecommerce/cname-mapping' ,
@@ -252,6 +277,8 @@ export const redirects = {
252277 '/2.1.0/introduction/introductions.html' : '/getting-started/introduction.html' ,
253278
254279 // Product Types
280+
281+ '2.1.0/products/' : '/product-types/simple-product' ,
255282 '/2.1.0/product-types/simple.html' : '/product-types/simple-product' ,
256283 '/2.1.0/product-types/configurable.html' : '/product-types/configurable-product' ,
257284 '/2.1.0/product-types/virtual.html' : '/product-types/virtual-product' ,
@@ -260,22 +287,29 @@ export const redirects = {
260287 '/2.1.0/product-types/downloadable.html' : '/product-types/downloadable-product' ,
261288
262289 // Category
290+
291+ '2.1.0/category/' : '/category/create-category' ,
263292 '/2.1.0/category/create-category.html' : '/category/create-category' ,
264293
265294 // Attribute
266295
296+ '2.1.0/attribute' : '/attribute/attribute-input' ,
267297 '/2.1.0/attribute/attribute-input.html' : '/attribute/attribute-input' ,
268298 '/2.1.0/attribute/product-attribute.html' : '/attribute/product-attribute' ,
269299 '/2.1.0/attribute-family/attribute-families.html' : '/attribute/attribute-family' ,
270300
271301 // Orders
302+
303+ '2.1.0/orders/' : '/orders/create-order' ,
272304 '/2.1.0/orders/create-order.html' : '/orders/create-order' ,
273305 '/2.1.0/orders/create-invoice.html' : '/orders/create-invoice' ,
274306 '/2.1.0/orders/create-shipment.html' : '/orders/create-shipment' ,
275307 '/2.1.0/orders/refunds.html' : '/orders/create-refunds' ,
276308 '/2.1.0/orders/transaction.html' : '/orders/transactions' ,
277309
278310 // Customers
311+
312+ '2.1.0/customers/' : '/customer/create-customer' ,
279313 '/2.1.0/customer/create-customer.html' : '/customer/create-customer' ,
280314 '/2.1.0/customer/customer-groups.html' : '/customer/customer-group' ,
281315 '/2.1.0/customer/customer-reviews.html' : '/customer/customer-review' ,
@@ -284,6 +318,8 @@ export const redirects = {
284318 '/2.1.0/cms/cms-page.html' : '/cms/create-cms' ,
285319
286320 // Marketing
321+
322+ '2.1.0/marketing/' : '/marketing/cart-rules' ,
287323 '/2.1.0/marketing/promotions.html#cart-rules' : '/marketing/cart-rules' ,
288324 '/2.1.0/marketing/promotions.html#catalog-rules' : '/marketing/catalog-rules' ,
289325 '/2.1.0/marketing/communications.html#email-templates' : '/marketing/email-templates' ,
@@ -293,13 +329,15 @@ export const redirects = {
293329
294330 // Reporting
295331
332+ '2.1.0/reporting/' : '/reporting/sales-report' ,
296333 '/2.1.0/reporting/sales.html' : '/reporting/sales-report' ,
297334 '/2.1.0/reporting/customers.html' : '/reporting/customers-report' ,
298335 '/2.1.0/reporting/products.html' : '/reporting/product-report' ,
299336
300337
301338 // Settings
302339
340+ '2.1.0/settings/' : '/settings/locales' ,
303341 '/2.1.0/settings/locale.html' : '/settings/locales' ,
304342 '/2.1.0/settings/currencies.html' : '/settings/currencies' ,
305343 '/2.1.0/settings/exchange-rates.html' : '/settings/exchange-rates' ,
@@ -309,9 +347,11 @@ export const redirects = {
309347 '/2.1.0/settings/roles.html' : '/settings/roles' ,
310348 '/2.1.0/settings/themes.html' : '/settings/themes' ,
311349 '/2.1.0/settings/taxes.html' : '/settings/taxes' ,
350+ '/2.1.0/settings/data-transfer.html' : '/settings/data-transfer' ,
312351
313352 // Configure
314353
354+ '2.1.0/configure/' : '/configure/weight-unit' ,
315355 '/2.1.0/configure/weight-unit.html' : '/configure/weight-unit' ,
316356 '/2.1.0/configure/configurable-choices.html' : '/configure/configurable-choices' ,
317357 '/2.1.0/configure/custom-scripts.html' : '/configure/custom-scripts' ,
@@ -343,7 +383,8 @@ export const redirects = {
343383 '/2.1.0/payment-method/payment-method.html' : '/payment-method/payment-methods' ,
344384
345385 // Multi Vendor Marketplace
346-
386+
387+ '2.1.0/multi-vendor-marketplace/' : '/multi-vendor-marketplace/vendor-management' ,
347388 '/2.1.0/multi-vendor-marketplace/vendor-management.html' : '/multi-vendor-marketplace/vendor-management' ,
348389 '/2.1.0/multi-vendor-marketplace/order-management.html' : '/multi-vendor-marketplace/order-management' ,
349390 '/2.1.0/multi-vendor-marketplace/commission-management.html' : '/multi-vendor-marketplace/commission-management' ,
@@ -354,6 +395,7 @@ export const redirects = {
354395
355396 // B2B Marketplace
356397
398+ '2.1.0/b2b-marketplace/' : '/b2b-marketplace/request-for-quotes' ,
357399 '/2.1.0/b2b-marketplace/request-for-quotes.html' : '/b2b-marketplace/request-for-quotes' ,
358400 '/2.1.0/b2b-marketplace/buyer-seller-communication.html' : '/b2b-marketplace/buyer-seller-communication' ,
359401 '/2.1.0/b2b-marketplace/supplier-microsite.html' : 'b2b-marketplace/supplier-microsite' ,
@@ -362,6 +404,7 @@ export const redirects = {
362404
363405 // Multi Tenant ECommerce
364406
407+ '2.1.0/multi-tenant-ecommerce/' : '/multi-tenant-ecommerce/super-admin-management' ,
365408 '/2.1.0/multi-tenant-ecommerce/super-admin-management.html' : '/multi-tenant-ecommerce/super-admin-management' ,
366409 '/2.1.0/multi-tenant-ecommerce/tenant-management.html' : '/multi-tenant-ecommerce/tenant-management' ,
367410 '/2.1.0/multi-tenant-ecommerce/cname-mapping.html' : '/multi-tenant-ecommerce/cname-mapping' ,
@@ -378,6 +421,8 @@ export const redirects = {
378421 '/2.0/introduction/introductions.html' : '/getting-started/introduction.html' ,
379422
380423 // Product Types
424+
425+ '2.0/products/' : '/product-types/simple-product' ,
381426 '/2.0/product-types/simple.html' : '/product-types/simple-product' ,
382427 '/2.0/product-types/configurable.html' : '/product-types/configurable-product' ,
383428 '/2.0/product-types/virtual.html' : '/product-types/virtual-product' ,
@@ -386,15 +431,20 @@ export const redirects = {
386431 '/2.0/product-types/downloadable.html' : '/product-types/downloadable-product' ,
387432
388433 // Category
434+
435+ '2.0/category/' : '/category/create-category' ,
389436 '/2.0/category/create-category.html' : '/category/create-category' ,
390437
391438 // Attribute
392439
440+ '2.0/attribute' : '/attribute/attribute-input' ,
393441 '/2.0/attribute/attribute-input.html' : '/attribute/attribute-input' ,
394442 '/2.0/attribute/product-attribute.html' : '/attribute/product-attribute' ,
395443 '/2.0/attribute-family/attribute-families.html' : '/attribute/attribute-family' ,
396444
397445 // Orders
446+
447+ '2.0/orders/' : '/orders/create-order' ,
398448 '/2.0/orders/create-order.html' : '/orders/create-order' ,
399449 '/2.0/orders/create-invoice.html' : '/orders/create-invoice' ,
400450 '/2.0/orders/create-shipment.html' : '/orders/create-shipment' ,
@@ -403,6 +453,8 @@ export const redirects = {
403453
404454
405455 // Customers
456+
457+ '2.0/customers/' : '/customer/create-customer' ,
406458 '/2.0/customer/create-customer.html' : '/customer/create-customer' ,
407459 '/2.0/customer/customer-groups.html' : '/customer/customer-group' ,
408460 '/2.0/customer/customer-reviews.html' : '/customer/customer-review' ,
@@ -411,6 +463,8 @@ export const redirects = {
411463 '/2.0/cms/cms-page.html' : '/cms/create-cms' ,
412464
413465 // Marketing
466+
467+ '2.0/marketing/' : '/marketing/cart-rules' ,
414468 '/2.0/marketing/promotions.html#cart-rules' : '/marketing/cart-rules' ,
415469 '/2.0/marketing/promotions.html#catalog-rules' : '/marketing/catalog-rules' ,
416470 '/2.0/marketing/communications.html#email-templates' : '/marketing/email-templates' ,
@@ -420,12 +474,14 @@ export const redirects = {
420474
421475 // Reporting
422476
477+ '2.0/reporting/' : '/reporting/sales-report' ,
423478 '/2.0/reporting/sales.html' : '/reporting/sales-report' ,
424479 '/2.0/reporting/customers.html' : '/reporting/customers-report' ,
425480 '/2.0/reporting/products.html' : '/reporting/product-report' ,
426481
427482 // Settings
428483
484+ '2.0/settings/' : '/settings/locales' ,
429485 '/2.0/settings/locale.html' : '/settings/locales' ,
430486 '/2.0/settings/currencies.html' : '/settings/currencies' ,
431487 '/2.0/settings/exchange-rates.html' : '/settings/exchange-rates' ,
@@ -439,6 +495,7 @@ export const redirects = {
439495
440496 // Configure
441497
498+ '2.0/configure/' : '/configure/weight-unit' ,
442499 '/2.0/configure/weight-unit.html' : '/configure/weight-unit' ,
443500 '/2.0/configure/configurable-choices.html' : '/configure/configurable-choices' ,
444501 '/2.0/configure/custom-scripts.html' : '/configure/custom-scripts' ,
@@ -471,6 +528,7 @@ export const redirects = {
471528
472529 // Multi Vendor Marketplace
473530
531+ '2.0/multi-vendor-marketplace/' : '/multi-vendor-marketplace/vendor-management' ,
474532 '/2.0/multi-vendor-marketplace/vendor-management.html' : '/multi-vendor-marketplace/vendor-management' ,
475533 '/2.0/multi-vendor-marketplace/order-management.html' : '/multi-vendor-marketplace/order-management' ,
476534 '/2.0/multi-vendor-marketplace/commission-management.html' : '/multi-vendor-marketplace/commission-management' ,
@@ -481,6 +539,7 @@ export const redirects = {
481539
482540 // B2B Marketplace
483541
542+ '2.0/b2b-marketplace/' : '/b2b-marketplace/request-for-quotes' ,
484543 '/2.0/b2b-marketplace/request-for-quotes.html' : '/b2b-marketplace/request-for-quotes' ,
485544 '/2.0/b2b-marketplace/buyer-seller-communication.html' : '/b2b-marketplace/buyer-seller-communication' ,
486545 '/2.0/b2b-marketplace/supplier-microsite.html' : 'b2b-marketplace/supplier-microsite' ,
@@ -489,6 +548,7 @@ export const redirects = {
489548
490549 // Multi Tenant ECommerce
491550
551+ '2.0/multi-tenant-ecommerce/' : '/multi-tenant-ecommerce/super-admin-management' ,
492552 '/2.0/multi-tenant-ecommerce/super-admin-management.html' : '/multi-tenant-ecommerce/super-admin-management' ,
493553 '/2.0/multi-tenant-ecommerce/tenant-management.html' : '/multi-tenant-ecommerce/tenant-management' ,
494554 '/2.0/multi-tenant-ecommerce/cname-mapping.html' : '/multi-tenant-ecommerce/cname-mapping' ,
0 commit comments