<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/hasMore",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "data:app_store_server_api:hasMore"
  },
  "title" : "hasMore"
}
-->

# hasMore

A Boolean value indicating whether the App Store has more transaction data.

```
boolean hasMore
```

## Discussion

This value is `true` if the App Store has more transactions for the customer. Call the endpoint again, including the [`revision`](/documentation/AppStoreServerAPI/revision) or [`paginationToken`](/documentation/AppStoreServerAPI/paginationToken) query parameter, to get the next set of transactions.

If this value is `false`, there aren’t any additional transactions.

The [`hasMore`](/documentation/AppStoreServerAPI/hasMore) value appears in responses to endpoints that provide paginated results, such as [`NotificationHistoryResponse`](/documentation/AppStoreServerAPI/NotificationHistoryResponse), [`HistoryResponse`](/documentation/AppStoreServerAPI/HistoryResponse), and [`RefundHistoryResponse`](/documentation/AppStoreServerAPI/RefundHistoryResponse).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)