<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPaymentRequest/shippingContact",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentRequest(py)shippingContact"
  },
  "title" : "shippingContact"
}
-->

# shippingContact

A prepopulated shipping address.

```
var shippingContact: PKContact? { get set }
```

## Discussion

If you have an up-to-date shipping address on file, you can set this property to that address. This shipping address appears in the payment sheet. When the framework presents the [`PKPaymentAuthorizationViewController`](/documentation/PassKit/PKPaymentAuthorizationViewController), the user can either keep the address you specified or enter a different address.

Note that a [`PKContact`](/documentation/PassKit/PKContact) object that represents a shipping contact contains information for only the [`postalAddress`](/documentation/PassKit/PKContact/postalAddress), [`emailAddress`](/documentation/PassKit/PKContact/emailAddress), and [`phoneNumber`](/documentation/PassKit/PKContact/phoneNumber) properties. The framework sets all other properties in the object to `nil`.

---

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)