---
title: ProductPageLocaleDetailsQueryResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/productpagelocaledetailsqueryresponse
---

# ProductPageLocaleDetailsQueryResponse

Paginated response object for the product page locale details query.

## Declaration

```data
object ProductPageLocaleDetailsQueryResponse
```

## Properties

result: Array of product page locale details objects, one per product page and locale combination. See ProductPageLocaleDetails. Read-only. pagination: Pagination metadata for the result set, including pageSize (number of results per page), offset (zero-based offset of the first result), and totalCount (total number of matching records, only populated when the request sends fetchTotalCount: true). Read-only. error: Error details if the request failed. Omitted entirely on success. See Error. Read-only.

## Discussion

Discussion The ProductPageLocaleDetailsQueryResponse object is the top-level envelope returned by Query Product Page Locale Details. The pagination object describes the current page position. Example {   "result": [     {       "productPageId": "133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",       "adamId": 123456789,       "language": "en",       "languageCode": "en-US",       "appName": "AwayFinder",       "subTitle": "Get more done every day",       "promotionalText": "Now with AI-powered scheduling",       "shortDescription": "The all-in-one task manager for busy professionals.",       "deviceClasses": [         "IPHONE",         "IPAD"       ],       "assetsByDevice": {         "iphone_6_5": {           "assets": [             {               "assetId": "41a91e19-e021-45bb-ac5a-5faec02f9445"             },             {               "assetId": "52b02f2a-f132-56cc-bd6b-6cbfd13c0556"             }           ],           "appPreviewDeviceFallBackDevices": []         }       }     }   ],   "pagination": {     "totalCount": 1,     "offset": 0,     "pageSize": 20   } }

## See Also

- [ProductPageDetails](apple-ads-platform-api/productpagedetails.md)
- [ProductPageDetailsResponse](apple-ads-platform-api/productpagedetailsresponse.md)
- [ProductPageDetailsQueryResponse](apple-ads-platform-api/productpagedetailsqueryresponse.md)
- [ProductPageLocaleDetails](apple-ads-platform-api/productpagelocaledetails.md)
- [DeviceAssetGroup](apple-ads-platform-api/deviceassetgroup.md)
