<!--
{
  "availability" : [

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

# shippingContact

The customer’s shipping contact information.

```
ApplePayPaymentContact shippingContact;
```

## Discussion

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

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

Provide your user’s shipping contact info only if you request shipping information by setting `requestShipping` to `true` in your [PaymentOptions](https://www.w3.org/TR/payment-request/#paymentoptions-dictionary) dictionary.

---

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)