Skip to content

Commit 3212fdc

Browse files
committed
Remove 2.4.8 beta notices
1 parent 1d2661d commit 3212fdc

File tree

7 files changed

+4
-44
lines changed

7 files changed

+4
-44
lines changed

src/pages/graphql/schema/cart/queries/all-rules.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition: ee
55

66
# allCartRules query
77

8-
<InlineAlert variant="info" slots="text1" />
9-
10-
This query is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/storefront-compatibility/). It will be added to Adobe Commerce 2.4.8-beta4.
11-
128
The `allCartRules` query returns a list of all active cart rules in the store.
139

1410
Cart price rules apply discounts to items in the shopping cart, based on a set of conditions.
@@ -23,11 +19,9 @@ Cart price rules apply discounts to items in the shopping cart, based on a set o
2319
}
2420
```
2521

26-
<!---
2722
## Reference
2823

2924
The [`allCartRules`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-cart-rules) reference provides detailed information about the types and fields defined in this query.
30-
-->
3125

3226
## Example usage
3327

src/pages/graphql/schema/customer/queries/all-groups.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition: ee
55

66
# allCustomerGroups query
77

8-
<InlineAlert variant="info" slots="text1" />
9-
10-
This query is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/storefront-compatibility/). It will be added to Adobe Commerce 2.4.8-beta4.
11-
128
The `allCustomerGroups` query returns a list of available customer groups.
139

1410
Customer groups determine which discounts are available and the tax class that is associated with the group.
@@ -23,16 +19,12 @@ Customer groups determine which discounts are available and the tax class that i
2319
}
2420
```
2521

26-
<!---
2722
## Reference
2823

2924
The [`allCustomerGroups`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-customer-groups) reference provides detailed information about the types and fields defined in this query.
30-
-->
3125

3226
## Example usage
3327

34-
### Retrieve all customer groups
35-
3628
The following call returns a list of all customer groups.
3729

3830
**Request:**

src/pages/graphql/schema/customer/queries/all-segments.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition: ee
55

66
# allCustomerSegments query
77

8-
<InlineAlert variant="info" slots="text1" />
9-
10-
This query is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/storefront-compatibility/). It will be added to Adobe Commerce 2.4.8-beta4.
11-
128
The `allCustomerSegments` query returns information about the available customer segments.
139

1410
Customer segments allow merchants to dynamically display content and promotions to specific customers, based on various properties.
@@ -26,11 +22,9 @@ Examples include customer address, order history, and shopping cart contents.
2622
}
2723
```
2824

29-
<!--->
3025
## Reference
3126

3227
The [`allCustomerSegments`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-customer-segments) reference provides detailed information about the types and fields defined in this query.
33-
-->
3428

3529
## Example usage
3630

src/pages/graphql/schema/customer/queries/segments.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition: ee
55

66
# customerSegments query
77

8-
<InlineAlert variant="info" slots="text1" />
9-
10-
This query is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/storefront-compatibility/). It will be added to Adobe Commerce 2.4.8-beta4.
11-
128
The `customerSegments` query returns information about the customer segments associated with the current customer or guest.
139

1410
Customer segments allow merchants to dynamically display content and promotions to specific customers, based on various properties.
@@ -24,11 +20,9 @@ Examples include customer address, order history, and shopping cart contents.
2420
}
2521
```
2622

27-
<!--->
2823
## Reference
2924

3025
The [`customerSegments`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-customer-segments) reference provides detailed information about the types and fields defined in this query.
31-
-->
3226

3327
## Example usage
3428

src/pages/graphql/schema/orders/mutations/confirm-return.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition: ee
55

66
# confirmReturn mutation
77

8-
<InlineAlert variant="info" slots="text1" />
9-
10-
This mutation is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/storefront-compatibility/). It will be added to Adobe Commerce 2.4.8-beta2.
11-
128
The `confirmReturn` mutation confirms a return request from a guest customer. The merchant subsequently decides whether to accept or reject the request.
139

1410
## Syntax
@@ -18,11 +14,11 @@ mutation {
1814
confirmReturn(input: ConfirmReturnInput!): RequestReturnOutput
1915
}
2016
```
21-
<!--
17+
2218
## Reference
2319

2420
The [`confirmReturn`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-confirmReturn) reference provides detailed information about the types and fields defined in this mutation.
25-
-->
21+
2622
## Example usage
2723

2824
The following example confirms a return request previously issued by a guest customer. At this point, the merchant hasn't taken action, but the response acknowledges the request was received.

src/pages/graphql/schema/orders/mutations/request-guest-return.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition: ee
55

66
# requestGuestReturn mutation
77

8-
<InlineAlert variant="info" slots="text1" />
9-
10-
This mutation is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/storefront-compatibility/). It will be added to Adobe Commerce 2.4.8-beta2.
11-
128
The `requestGuestReturn` mutation initiates a guest buyer's request to return an item for replacement or refund.
139
A confirmation email is sent to the guest provided email address with a link to confirm the return request and continue the process.
1410

@@ -28,11 +24,11 @@ mutation {
2824
requestGuestReturn(input: RequestGuestReturnInput!): RequestReturnOutput
2925
}
3026
```
31-
<!--
27+
3228
## Reference
3329

3430
The [`requestGuestReturn`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-requestGuestReturn) reference provides detailed information about the types and fields defined in this mutation.
35-
-->
31+
3632
## Example usage
3733

3834
The following example requests a product return from a guest customer. Note that the return status after this request is `UNCONFIRMED`, as guest users need to confirm the return request as stated above.

src/pages/graphql/schema/products/queries/all-rules.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition: ee
55

66
# allCatalogRules query
77

8-
<InlineAlert variant="info" slots="text1" />
9-
10-
This query is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/storefront-compatibility/). It will be added to Adobe Commerce 2.4.8-beta4.
11-
128
The `allCatalogRules` query returns a list of all active catalog rules in the store.
139

1410
Catalog price rules can be used to offer products to buyers at a discounted price, based on a set of defined conditions.
@@ -23,11 +19,9 @@ Catalog price rules can be used to offer products to buyers at a discounted pric
2319
}
2420
```
2521

26-
<!---
2722
## Reference
2823

2924
The [`allCatalogRules`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-catalog-rules) query returns a list of catalog rule names.
30-
-->
3125

3226
## Example usage
3327

0 commit comments

Comments
 (0)