From e7c56b56b74f54b2992f8ae817a82cfc384d4776 Mon Sep 17 00:00:00 2001
From: soklymeach <54864601+soklymeach@users.noreply.github.com>
Date: Thu, 9 Jul 2026 17:48:02 -0500
Subject: [PATCH 1/2] Update set-shipping-method.md with usage clarification
Clarified instructions regarding the use of `setShippingMethodsOnCart` mutation for in-store pickup orders and home delivery.
---
src/pages/graphql/schema/cart/mutations/set-shipping-method.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/graphql/schema/cart/mutations/set-shipping-method.md b/src/pages/graphql/schema/cart/mutations/set-shipping-method.md
index 86fb836da..55b15741e 100644
--- a/src/pages/graphql/schema/cart/mutations/set-shipping-method.md
+++ b/src/pages/graphql/schema/cart/mutations/set-shipping-method.md
@@ -19,7 +19,7 @@ The `setShippingMethodsOnCart` mutation sets one or more delivery methods on a c
-Do not run the `setShippingMethodsOnCart` mutation on in-store pickup orders. Instead, specify the `pickup_location_code` attribute in the [`setShippingAddressesOnCart` mutation](set-shipping-address.md).
+When pickup_location_code is set via `setShippingAddressesOnCart` mutation for in-store pickup orders and the customer later switches to home delivery with `setShippingMethodsOnCart` mutation, the pickup location is cleared from the cart. The customer must call `setShippingAddressesOnCart` mutation again with a valid home delivery address before placing the order.
## Syntax
From d2b6230c2b1da9368b94adc577fabfb7fff51ddf Mon Sep 17 00:00:00 2001
From: Margaret Eker
Date: Wed, 15 Jul 2026 16:16:43 -0500
Subject: [PATCH 2/2] Update
src/pages/graphql/schema/cart/mutations/set-shipping-method.md
---
src/pages/graphql/schema/cart/mutations/set-shipping-method.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/graphql/schema/cart/mutations/set-shipping-method.md b/src/pages/graphql/schema/cart/mutations/set-shipping-method.md
index 55b15741e..43892dd79 100644
--- a/src/pages/graphql/schema/cart/mutations/set-shipping-method.md
+++ b/src/pages/graphql/schema/cart/mutations/set-shipping-method.md
@@ -19,7 +19,7 @@ The `setShippingMethodsOnCart` mutation sets one or more delivery methods on a c
-When pickup_location_code is set via `setShippingAddressesOnCart` mutation for in-store pickup orders and the customer later switches to home delivery with `setShippingMethodsOnCart` mutation, the pickup location is cleared from the cart. The customer must call `setShippingAddressesOnCart` mutation again with a valid home delivery address before placing the order.
+When `pickup_location_code` is set via `setShippingAddressesOnCart` mutation for in-store pickup orders and the customer later switches to home delivery with `setShippingMethodsOnCart` mutation, the pickup location is cleared from the cart. The customer must call `setShippingAddressesOnCart` mutation again with a valid home delivery address before placing the order.
## Syntax