<!--
{
  "availability" : [
    "App Store Server API: 1.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/MassExtendRenewalDateStatusResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "data:app_store_server_api:MassExtendRenewalDateStatusResponse"
  },
  "title" : "MassExtendRenewalDateStatusResponse"
}
-->

# MassExtendRenewalDateStatusResponse

A response that indicates the current status of a request to extend the subscription renewal date to all eligible subscribers.

```
object MassExtendRenewalDateStatusResponse
```

## Discussion

The App Store server sends this response when you call the [`Get Status of Subscription Renewal Date Extensions`](/documentation/AppStoreServerAPI/Get-Status-of-Subscription-Renewal-Date-Extensions) endpoint. Your request to [`Extend Subscription Renewal Dates for All Active Subscribers`](/documentation/AppStoreServerAPI/Extend-Subscription-Renewal-Dates-for-All-Active-Subscribers) is complete when the value of the `complete` field is `TRUE`. Otherwise, the request is still in progress.

The App Store server also sends real-time notifications as it’s processing the subscription-renewal-date extension, including notifications with <doc://com.apple.documentation/documentation/AppStoreServerNotifications/notificationType> values of `RENEWAL_EXTENSION` and `RENEWAL_EXTENDED`. For more information, see <doc://com.apple.documentation/documentation/AppStoreServerNotifications>. For more information about extending subscription renewal dates, see [Extending the renewal date for auto-renewable subscriptions](/documentation/AppStoreServerAPI/extending-the-renewal-date-for-auto-renewable-subscriptions).

## Topics

### Data types

[`complete`](/documentation/AppStoreServerAPI/complete)

A Boolean value that indicates whether the App Store completed the request to extend a subscription renewal date to active subscribers.

[`completeDate`](/documentation/AppStoreServerAPI/completeDate)

The UNIX time, in milliseconds, that the App Store completes a request to extend a subscription renewal date for eligible subscribers.

[`failedCount`](/documentation/AppStoreServerAPI/failedCount)

The count of subscriptions that fail to receive a subscription-renewal-date extension.

[`succeededCount`](/documentation/AppStoreServerAPI/succeededCount)

The count of subscriptions that successfully receive a subscription-renewal-date extension.



---

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)