mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-19 08:47:22 +00:00
124 lines
2.4 KiB
Markdown
124 lines
2.4 KiB
Markdown
---
|
||
title: Get localized product details
|
||
description: The Get localized product details operation retrieves the localization information of a product from the Micosoft Store for Business.
|
||
ms.assetid: EF6AFCA9-8699-46C9-A3BB-CD2750C07901
|
||
ms.reviewer:
|
||
manager: dansimp
|
||
ms.author: dansimp
|
||
ms.topic: article
|
||
ms.prod: w10
|
||
ms.technology: windows
|
||
author: manikadhiman
|
||
ms.date: 09/18/2017
|
||
---
|
||
|
||
# Get localized product details
|
||
|
||
The **Get localized product details** operation retrieves the localization information of a product from the Micosoft Store for Business.
|
||
|
||
## Request
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th>Method</th>
|
||
<th>Request URI</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td><p>GET</p></td>
|
||
<td><p>https://bspmts.mp.microsoft.com/V1/Products/{ProductId}/{SkuId}/LocalizedDetails/{language}</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
### URI parameters
|
||
|
||
The following parameters may be specified in the request URI.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="33%" />
|
||
<col width="33%" />
|
||
<col width="33%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th>Parameter</th>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td><p>productId</p></td>
|
||
<td><p>string</p></td>
|
||
<td><p>Required. Product identifier for an application that is used by the Store for Business.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td><p>skuId</p></td>
|
||
<td><p>string</p></td>
|
||
<td><p>Required. Product identifier that specifies a specific SKU of an application.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td><p>language</p></td>
|
||
<td><p>string</p></td>
|
||
<td><p>Required. Language in ISO format, such as en-us, en-ca.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="25%" />
|
||
<col width="25%" />
|
||
<col width="25%" />
|
||
<col width="25%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th>Error code</th>
|
||
<th>Description</th>
|
||
<th>Retry</th>
|
||
<th>Data field</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td><p>400</p></td>
|
||
<td><p>Invalid parameters</p></td>
|
||
<td><p>No</p></td>
|
||
<td><p>Parameter name</p>
|
||
<p>Reason: Missing parameter or invalid parameter</p>
|
||
<p>Details: String</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td><p>404</p></td>
|
||
<td><p>Not found</p></td>
|
||
<td></td>
|
||
<td><p>Item type: productId, skuId, language</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
## Response
|
||
|
||
The response contains [LocalizedProductDetail](data-structures-windows-store-for-business.md#localizedproductdetail).
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|