---
title: shippingContactEditingMode
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayrequestbase/shippingcontacteditingmode
---

# shippingContactEditingMode

A value that indicates whether the shipping mode prevents the user from editing the shipping address.

## Declaration

```data
ApplePayShippingContactEditingMode shippingContactEditingMode;
```

## Discussion

Discussion Set the value to storePickup for an in-store or other pickup to prevent the user from editing the shipping address. For more information on configuring a package for store pickup, see Displaying a Read-Only Pickup Address. important: Determine whether to disable editing of the shipping contact field before displaying the payment sheet. Switching from a noneditable to an editable shipping contact field requires the user to restart the payment process.

## See Also

### Setting contact information

- [billingContact](applepayontheweb/applepayrequestbase/billingcontact.md)
- [shippingContact](applepayontheweb/applepayrequestbase/shippingcontact.md)
