<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayShippingMethodSelectedEvent",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "cl/ApplePayShippingMethodSelectedEvent"
  },
  "title" : "ApplePayShippingMethodSelectedEvent"
}
-->

# ApplePayShippingMethodSelectedEvent

An event object that contains the shipping method.

```
interface ApplePayShippingMethodSelectedEvent
```

## Overview

The event handler [`onshippingmethodselected`](/documentation/ApplePayontheWeb/ApplePaySession/onshippingmethodselected) receives this event object when the user selects a shipping method.

## Topics

### Shipping method properties

[`readonly attribute ApplePayShippingMethod shippingMethod;`](/documentation/ApplePayontheWeb/ApplePayShippingMethodSelectedEvent/shippingMethod)

The shipping method selected by the user.



---

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)