---
title: deliveryStatusV1
framework: appstoreserverapi
role: symbol
role_heading: Type
path: appstoreserverapi/deliverystatusv1
---

# deliveryStatusV1

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

## Declaration

```data
int32 deliveryStatusV1
```

## Possible Values

0: The app delivered the consumable In-App Purchase and it’s working properly. 1: The app didn’t deliver the consumable In-App Purchase due to a quality issue. 2: The app delivered the wrong item. 3: The app didn’t deliver the consumable In-App Purchase due to a server outage. 4: The app didn’t deliver the consumable In-App Purchase due to an in-game currency change. 5: The app didn’t deliver the consumable In-App Purchase for other reasons.

## Discussion

Discussion Use these delivery status values in the ConsumptionRequestV1 request body.

## See Also

### Consumption data types

- [accountTenure](appstoreserverapi/accounttenure.md)
- [appAccountToken](appstoreserverapi/appaccounttoken.md)
- [consumptionStatus](appstoreserverapi/consumptionstatus.md)
- [customerConsented](appstoreserverapi/customerconsented.md)
- [lifetimeDollarsPurchased](appstoreserverapi/lifetimedollarspurchased.md)
- [lifetimeDollarsRefunded](appstoreserverapi/lifetimedollarsrefunded.md)
- [platform](appstoreserverapi/platform.md)
- [playTime](appstoreserverapi/playtime.md)
- [refundPreferenceV1](appstoreserverapi/refundpreferencev1.md)
- [sampleContentProvided](appstoreserverapi/samplecontentprovided.md)
- [userStatus](appstoreserverapi/userstatus.md)
