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

# OrderLookupResponse

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

```
object OrderLookupResponse
```

## Discussion

The order lookup response contains information about the [`orderId`](/documentation/AppStoreServerAPI/orderId) you specify when you call [`Look Up Order ID`](/documentation/AppStoreServerAPI/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`](/documentation/AppStoreServerAPI/OrderLookupStatus)

A value that indicates whether the order ID in the request is valid for your app.



---

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)