<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayShippingContactEditingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "enum/ApplePayShippingContactEditingMode"
  },
  "title" : "ApplePayShippingContactEditingMode"
}
-->

# ApplePayShippingContactEditingMode

Values that indicate whether the shipping mode prevents the user from editing fields of the shipping address.

```
enum ApplePayShippingContactEditingMode
```

## Overview

The values for the contact editing mode:

- `“available”`: The user can edit the shipping contact on the payment sheet.
- “`enabled`” (deprecated): The user can edit the shipping contact on the payment sheet.
- `“storePickup”`: The user can’t edit the shipping contact on the payment sheet.

> Important:
> Previous versions of the Apple Pay JS API accepted `enabled` rather than `available` as a parameter for the `ApplePayShippingContactEditingMode`. Developers should upgrade their code to use `available`.``

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)