---
title: "presentMerchandising(_:from:)"
framework: storekit
role: symbol
role_heading: Type Method
path: "storekit/appstore/presentmerchandising(_:from:)-8bblo"
---

# presentMerchandising(_:from:)

Display a merchandising view.

## Declaration

```swift
@MainActor static func presentMerchandising(_ kind: AppStoreMerchandisingKind, from window: NSWindow) async throws -> AppStoreMerchandisingKind.PresentationResult
```

## Parameters

- `kind`: The merchandising kind to merchandise.
- `window`: The view window to show the merchandising UI in proximity to.

## Return Value

Return Value The result of the App Store merchandising presentation.

## Discussion

Discussion note: A StoreKitError.
