---
title: ApplePayShippingType
framework: applepayontheweb
role: symbol
role_heading: Enumeration
path: applepayontheweb/applepayshippingtype
---

# ApplePayShippingType

A type that indicates how to ship purchased items.

## Declaration

```data
enum ApplePayShippingType
```

## Overview

Overview Shipping types values are: "shipping" "delivery" "storePickup" "servicePickup"

## Topics

### Enumeration Cases

- [delivery](applepayontheweb/applepayshippingtype/delivery.md)
- [servicePickup](applepayontheweb/applepayshippingtype/servicepickup.md)
- [shipping](applepayontheweb/applepayshippingtype/shipping.md)
- [storePickup](applepayontheweb/applepayshippingtype/storepickup.md)

## See Also

### Working with transaction information

- [countryCode](applepayontheweb/applepaypaymentrequest/countrycode.md)
- [currencyCode](applepayontheweb/applepaypaymentrequest/currencycode.md)
- [merchantCapabilities](applepayontheweb/applepaypaymentrequest/merchantcapabilities.md)
- [shippingMethods](applepayontheweb/applepaypaymentrequest/shippingmethods.md)
- [shippingType](applepayontheweb/applepaypaymentrequest/shippingtype.md)
- [supportedCountries](applepayontheweb/applepaypaymentrequest/supportedcountries.md)
- [supportedNetworks](applepayontheweb/applepaypaymentrequest/supportednetworks.md)
- [ApplePayMerchantCapability](applepayontheweb/applepaymerchantcapability.md)
- [ApplePayShippingMethod](applepayontheweb/applepayshippingmethod.md)
