<!--
{
  "availability" : [
    "iOS: 8.0.0 - 9.0.0",
    "iPadOS: 8.0.0 - 9.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPaymentRequest/shippingAddress",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPaymentRequest(py)shippingAddress"
  },
  "title" : "shippingAddress"
}
-->

# shippingAddress

A prepopulated shipping address.

```
unowned(unsafe) var shippingAddress: ABRecord? { get set }
```

## Discussion

If you already have a shipping address on file, set this property to that address. When the [`PKPaymentAuthorizationViewController`](/documentation/PassKit/PKPaymentAuthorizationViewController) class is presented, the user can either keep the address you specified or enter a different address.

---

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)