---
title: "ProductIconPhase.success(_:)"
framework: storekit
role: symbol
role_heading: Case
path: "storekit/producticonphase/success(_:)"
---

# ProductIconPhase.success(_:)

The promotional image successfully loaded.

## Declaration

```swift
case success(Image)
```

## See Also

### Getting the promotional image’s load phases

- [ProductIconPhase.loading](storekit/producticonphase/loading.md)
- [ProductIconPhase.unavailable](storekit/producticonphase/unavailable.md)
- [ProductIconPhase.failure(_:)](storekit/producticonphase/failure(_:).md)
