---
title: shippingType
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentrequest/shippingtype
---

# shippingType

An optional value that indicates how to ship purchased items.

## Declaration

```data
ApplePayShippingType shippingType;
```

## Discussion

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.

## 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)
- [supportedCountries](applepayontheweb/applepaypaymentrequest/supportedcountries.md)
- [supportedNetworks](applepayontheweb/applepaypaymentrequest/supportednetworks.md)
- [ApplePayMerchantCapability](applepayontheweb/applepaymerchantcapability.md)
- [ApplePayShippingMethod](applepayontheweb/applepayshippingmethod.md)
- [ApplePayShippingType](applepayontheweb/applepayshippingtype.md)
