---
title: "makeBody(configuration:)"
framework: storekit
role: symbol
role_heading: Instance Method
path: "storekit/productviewstyle/makebody(configuration:)"
---

# makeBody(configuration:)

Creates a view that represents the body of a product view.

## Declaration

```swift
@ViewBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body
```

## Parameters

- `configuration`: The properties of a product view style.

## See Also

### Creating custom product views

- [ProductViewStyle.Configuration](storekit/productviewstyle/configuration.md)
- [Body](storekit/productviewstyle/body.md)
