Skip to content

Commit b0ffb60

Browse files
Merge branch 'master' into COMDOX-115-cloud-migration
2 parents 5e35c41 + e7c9ce8 commit b0ffb60

File tree

239 files changed

+4958
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+4958
-140
lines changed

src/_data/main-nav.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@
245245

246246
- label: GraphQL Developer Guide
247247
url: /graphql/
248+
include_versions: ["2.3"]
249+
250+
- label: GraphQL Developer Guide
251+
url: https://developer.adobe.com/commerce/webapi/graphql/
252+
include_versions: ["2.4"]
248253

249254
- label: Marketplace EQP API Reference
250255
url: https://developer.adobe.com/commerce/marketplace/guides/eqp/v1/
@@ -323,7 +328,7 @@
323328
include_versions: ["2.3"]
324329

325330
- label: Catalog Service
326-
url: /catalog-service/
331+
url: /catalog-service/index.html
327332
versionless: true
328333

329334
- label: Checkout

src/_data/whats-new.yml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,37 @@ description: This page contains recent changes that we think you'd like to know
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: "/whats-new.html"
66
thread: "/whatsnew-feed.xml"
7-
updated: Mon Nov 14 15:38:47 2022
7+
updated: Mon Nov 28 16:00:55 2022
88
entries:
9+
- description: The [GraphQL Developer Guide](https://devdocs.magento.com/guides/v2.4/graphql/index.html)
10+
topics moved to the [Adobe Developer documentation](https://developer.adobe.com/commerce/webapi/graphql/)
11+
and will be redirected soon.
12+
versions: 2.4.x
13+
type: Major Update
14+
date: November 22, 2022
15+
link: https://github.com/magento-commerce/devdocs/pull/3215
16+
merge_commit: 334dd58b8c79d13ec2707e8f016271010fb275b6
17+
contributor: jeff-matthews
18+
membership: true
19+
labels:
20+
- Major Update
21+
- 2.4.x
22+
- migration
23+
- description: The [Catalog Services](https://devdocs.magento.com/catalog-service/products.html)
24+
and [Live Search](https://devdocs.magento.com/live-search/graphql-support.html)
25+
GraphQL queries moved to the [Adobe Developer documentation](https://developer.adobe.com/commerce/webapi/graphql/)
26+
and will be redirected soon.
27+
versions: 2.4.x
28+
type: Major Update
29+
date: November 22, 2022
30+
link: https://github.com/magento-commerce/devdocs/pull/3218
31+
merge_commit: e0ae15f332cfb0623b4a1726580ee66969b8b02b
32+
contributor: keharper
33+
membership: true
34+
labels:
35+
- Major Update
36+
- 2.4.x
37+
- migration
938
- description: The [Product Recommendations](https://devdocs.magento.com/recommendations/product-recs.html)
1039
topics moved to the [Experience League](https://experienceleague.adobe.com/docs/commerce-merchant-services/product-recommendations/developer/development-overview.html)
1140
and the [Adobe Developer documentation](https://developer.adobe.com/commerce/services/product-recommendations/)

src/catalog-service/products.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
group: catalog-service
33
title: products query
44
ee_only: True
5+
migrated_to: https://developer.adobe.com/commerce/webapi/graphql/schema/catalog-service/queries/products/
6+
layout: migrated
57
---
68

79
The Catalog Service for Adobe Commerce `products` query returns details about the SKUs specified as input. Although this query has the same name as the [`products` query]({{site.baseurl}}/guides/v2.4/graphql/queries/products.html) that is provided with core Adobe Commerce and Magento Open Source, there are some differences.

src/catalog-service/productsearch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
group: catalog-service
33
title: productSearch query
44
ee_only: True
5+
migrated_to: https://developer.adobe.com/commerce/webapi/graphql/schema/catalog-service/queries/product-search/
6+
layout: migrated
57
---
68

79
The Catalog Service for Adobe Commerce `productSearch` query can use LiveSearch to return details about the SKUs specified as input. Although this query is the same as the [`productSearch` query]({{site.baseurl}}/live-search/product-search.html), LiveSearch returns a `productView` object. See the [`productSearch` query]({{site.baseurl}}/live-search/product-search.html) topic for reference information.

src/catalog-service/refine-product.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
group: catalog-service
33
title: refineProduct query
44
ee_only: True
5+
migrated_to: https://developer.adobe.com/commerce/webapi/graphql/schema/catalog-service/queries/refine-product/
6+
layout: migrated
57
---
68

79
The `refineProduct` query narrows the results of a `products` query that was run against a complex product. Before you run the `refineProduct` query, you must run the `products` query and construct the response so that it returns a list of `options` within a `ComplexProductView` inline fragment. When a shopper selects a product option (such as size or color) on the storefront, run the `refineProduct` query, specifying the SKU and selected option value IDs as input. Depending on the number of product options the complex product has, you might need to run the `refineProduct` query multiple times, until the shopper has selected a specific variant.

src/guides/v2.4/config-guide/varnish/config-varnish-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ functional_areas:
55
- Configuration
66
- System
77
- Setup
8-
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/varnish/config-varnish-advanced.html
8+
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/config-varnish-advanced.html
99
layout: migrated
1010
---
1111

src/guides/v2.4/config-guide/varnish/config-varnish-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ functional_areas:
55
- Configuration
66
- System
77
- Setup
8-
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/varnish/config-varnish-server.html
8+
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/config-varnish-server.html
99
layout: migrated
1010
---
1111

src/guides/v2.4/config-guide/varnish/config-varnish-final.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ functional_areas:
55
- Configuration
66
- System
77
- Setup
8-
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/varnish/config-varnish-final.html
8+
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/config-varnish-final.html
99
layout: migrated
1010
---
1111

src/guides/v2.4/config-guide/varnish/config-varnish-magento.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ functional_areas:
55
- Configuration
66
- System
77
- Setup
8-
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/varnish/config-varnish-magento.html
8+
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/configure-varnish-commerce.html
99
layout: migrated
1010
---
1111
## Configure Magento to use Varnish {#config-varnish-magento}

src/guides/v2.4/config-guide/varnish/use-multiple-varnish-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ functional_areas:
55
- Configuration
66
- System
77
- Setup
8-
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/varnish/use-multiple-varnish-cache.html
8+
migrated_to: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cache/use-multiple-varnish-cache.html
99
layout: migrated
1010
---
1111
Magento supports multiple Varnish instances out of the box.

0 commit comments

Comments
 (0)