<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayPaymentRequest/shippingContact",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "instp/ApplePayPaymentRequest/shippingContact"
  },
  "title" : "shippingContact"
}
-->

# shippingContact

Shipping contact information for the user.

```
ApplePayPaymentContact shippingContact;
```

## Discussion

If you have an up-to-date shipping address on file, you can set it here. See [`ApplePayPaymentContact`](/documentation/ApplePayontheWeb/ApplePayPaymentContact) for the fields in [`shippingContact`](/documentation/ApplePayontheWeb/ApplePayPaymentRequest/shippingContact).

The information you provide in [`shippingContact`](/documentation/ApplePayontheWeb/ApplePayPaymentRequest/shippingContact) is displayed in the payment sheet as the default shipping address. The user can either keep the address you provided or select another address.

Provide your user’s shipping contact info only if you are requiring shipping contact information.

---

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)