Skip to content

Commit 2c37021

Browse files
committed
Merge branch 'LYNX-1029' of https://github.com/deepak-soni1/commerce-webapi into pr/523
2 parents edb24e2 + 954a964 commit 2c37021

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/pages/graphql/schema/customer/mutations/delete-address.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: deleteCustomerAddress mutation
44

55
# deleteCustomerAddress mutation
66

7-
This mutation will be deprecated in Adobe Commerce 2.4.9. We recommend using the [deleteCustomerAddressV2 mutation](./delete-address-v2.md) instead.
7+
<InlineAlert variant="warning" slots="text" />
8+
9+
This mutation has been deprecated in Adobe Commerce as a Cloud Service and will be deprecated in Adobe Commerce 2.4.9. We recommend using the [deleteCustomerAddressV2 mutation](./delete-address-v2.md) instead.
810

911
Use the `deleteCustomerAddress` mutation to delete the specified customer address. It returns a Boolean value that indicates whether the operation was successful.
1012

src/pages/graphql/schema/customer/mutations/update-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: updateCustomerAddress mutation
66

77
<InlineAlert variant="warning" slots="text" />
88

9-
This mutation will be deprecated in Adobe Commerce 2.4.9. We recommend using the [updateCustomerAddressV2 mutation](./update-address-v2.md) instead.
9+
This mutation has been deprecated in Adobe Commerce as a Cloud Service and will be deprecated in Adobe Commerce 2.4.9. We recommend using the [updateCustomerAddressV2 mutation](./update-address-v2.md) instead.
1010

1111
Use the `updateCustomerAddress` mutation to update the customer's address.
1212

0 commit comments

Comments
 (0)