---
title: updates
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/storefront/updates
---

# updates

The asynchronous sequence that emits storefront information when the system updates the storefront.

## Declaration

```swift
static var updates: Storefront.Storefronts { get }
```

## Discussion

Discussion The storefront value can change at any time. Use updates to listen for changes in this value. Respond to storefront changes by refreshing the list of your available products.

## See Also

### Storefront information

- [Storefront](storekit/storefront.md)
- [current](storekit/storefront/current.md)
