<!--
{
  "availability" : [

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

# shippingContact

The shipping address selected by the user.

```
readonly attribute ApplePayPaymentContact shippingContact;
```

## Discussion

This attribute is contained by the [`onshippingcontactselected`](/documentation/ApplePayontheWeb/ApplePaySession/onshippingcontactselected) event. Access this attribute using the event parameter in the callback function; for example, `var myShippingContact = event.shippingContact;`.

---

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)