---
title: ApplePayShippingMethod
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepayshippingmethod
---

# ApplePayShippingMethod

A dictionary that describes the shipping method for delivering physical goods.

## Declaration

```data
dictionary ApplePayShippingMethod {
	required DOMString label;
	required DOMString detail;
	required DOMString amount;
	required DOMString identifier;
	ApplePayDateComponentsRange dateComponentsRange;
};
```

## Mentioned in

Apple Pay on the Web Version 12 Release Notes

## Overview

Overview The Apple Pay sheet displays all the properties of a shipping method except identifier. The following listing is an example of a shipping method that shows free shipping. {         "label": "Free Shipping",     "detail": "Arrives in 5 to 7 days",     "amount": "0.00",     "identifier": "FreeShip" }

## Topics

### Working with shipping method properties

- [label](applepayontheweb/applepayshippingmethod/label.md)
- [detail](applepayontheweb/applepayshippingmethod/detail.md)
- [dateComponentsRange](applepayontheweb/applepayshippingmethod/datecomponentsrange.md)
- [identifier](applepayontheweb/applepayshippingmethod/identifier.md)
- [amount](applepayontheweb/applepayshippingmethod/amount.md)
- [ApplePayDateComponentsRange](applepayontheweb/applepaydatecomponentsrange.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)
- [ApplePayShippingType](applepayontheweb/applepayshippingtype.md)
