diff --git a/packages/opencommerce/src/api/endpoints/customer/address/add-item.ts b/packages/opencommerce/src/api/endpoints/customer/address/add-item.ts index 5854e79b1..229eed701 100644 --- a/packages/opencommerce/src/api/endpoints/customer/address/add-item.ts +++ b/packages/opencommerce/src/api/endpoints/customer/address/add-item.ts @@ -61,7 +61,6 @@ const addItem: CustomerAddressEndpoint['handlers']['addItem'] = async ({ updateFulfillmentOptionsForGroup.cart.checkout.fulfillmentGroups[0] ._id, fulfillmentMethodId: - item.shippingMethodId || updateFulfillmentOptionsForGroup.cart.checkout.fulfillmentGroups[0] .availableFulfillmentOptions[0].fulfillmentMethod._id, },