---
title: OrderLookupResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/orderlookupresponse
---

# OrderLookupResponse

A response that includes the order lookup status and an array of signed transactions for the in-app purchases in the order.

## Declaration

```data
object OrderLookupResponse
```

## Properties

status: The status that indicates whether the order ID is valid. signedTransactions: An array of in-app purchase transactions that are part of order, signed by Apple, in JSON Web Signature format.

## Discussion

Discussion The order lookup response contains information about the orderId you specify when you call Look Up Order ID. If the orderId that you provide in the request is invalid, the response doesn’t include the signedTransactions array. If the orderId is valid, expect at least one transaction in the signedTransactions array.

## Topics

### Response data types

- [OrderLookupStatus](appstoreserverapi/orderlookupstatus.md)

## See Also

### Order ID lookup

- [Look Up Order ID](appstoreserverapi/look-up-order-id.md)
- [orderId](appstoreserverapi/orderid.md)
