Contents

ProductPageDetailsResponse

Response object for a single product page retrieval.

Declaration

object ProductPageDetailsResponse

Properties

NameTypeDescription
resultProductPageDetails

On success, the ProductPageDetails object for the requested product page. Read-only.

errorError

Populated only when the request fails. Omitted entirely on success. See Error.

Discussion

The Get Product Page by ID endpoint returns ProductPageDetailsResponse as the top-level envelope.

Example

{
  "result": {
    "id": "133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",
    "adamId": 123456789,
    "name": "AwayFinder - Holiday Season CPP",
    "state": "PUBLISHED",
    "deepLink": "https://apps.apple.com/us/app/awayfinder/id123456789?ppid=133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",
    "creationTime": "2025-04-10T08:00:00.000",
    "modificationTime": "2025-05-01T14:30:00.000"
  }
}

See Also