<!--
{
  "availability" : [

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

# shippingType

An optional value that indicates how to ship purchased items.

```
ApplePayShippingType shippingType;
```

## Discussion

The shipping type is optional. If it is specified, it must be one or more of these values:

- `shipping`
- `delivery`
- `storePickup`
- `servicePickup`

The default value is `shipping`.

---

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)