---
title: currentOrder
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/product/promotioninfo/currentorder
---

# currentOrder

Gets the customized order of the promotion info objects the represent promoted products.

## Declaration

```swift
static var currentOrder: [Product.PromotionInfo] { get async throws }
```

## Mentioned in

Supporting promoted In-App Purchases in your app

## Discussion

Discussion This asynchronous array returns a list of Product.PromotionInfo objects in the custom order they appear in on the device. note: This list is empty if you don’t override the order, and the App Store displays the products in their default order. For information about setting the default order using App Store Connect, see Promote in-app purchases.
