---
title: Query Product Page Locale Details
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/query-product-page-locale-details
---

# Query Product Page Locale Details

Queries the localized content associated with a custom product page.

## URL

POST https://api.ads.apple.com/v1/product-pages/locale-details/query

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion This endpoint queries the localized content associated with a specific product page. For each language version, the response returns the metadata that Apple Ads will show (including the localized appName, subTitle, promotionalText, and shortDescription) along with asset references organized by device class in the assetsByDevice field. To preview how a product page creative will appear across different locales before using it in a campaign, use this endpoint. This is especially useful when managing multi-locale campaigns to verify that all required language variants are present and correctly populated. The endpoint requires a filter on productPageId. Omitting the languageCode filter returns locale details for all supported languages of the product page. Add a languageCode filter to retrieve a specific locale. See QueryFilterOperator for the full set of supported comparison operators. Request Body Filterable Fields  |  |  |  |   |  |  |  |   |  |  |  |   |  |  |  |  The request body is a QueryRequest composed of QueryFilter conditions and QuerySort directives (QuerySortOrder), controlled by QueryPagination. Keep the following constraints in mind when querying locale details:  |   |   |   |  Payload Examples

## HTTP Body

See QueryRequest.

## See Also

- [Query Product Pages](apple-ads-platform-api/query-product-pages.md)
- [Get Product Page by ID](apple-ads-platform-api/get-product-page-by-id.md)
- [Query App Locale Details](apple-ads-platform-api/query-default-product-page-locale-details-by-adam-id.md)
