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

# deliveryStatus

A value that indicates whether the app successfully delivered an In-App Purchase that works properly.

```
string deliveryStatus
```

## Discussion

Use these delivery status values in the [`ConsumptionRequest`](/documentation/AppStoreServerAPI/ConsumptionRequest) request body.

> Note: If the delivery status isn’t `DELIVERED`, set the ``doc://com.apple.appstoreserverapi/documentation/AppStoreServerAPI/consumptionPercentage`` to `0`; otherwise, the request fails with an error.

---

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)