v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-29208421.4 MB
Multi-language SKU

Get SKU file translation by SKU ID

Retrieves language-specific information for a SKU file searching by SKU ID.

ℹ️ Learn more in the Catalog multi-language integration guide.

Permissions

Any user or application key must have at least one of the appropriate License Manager resources to be able to successfully run this request. Otherwise they will receive a status code 403 error. These are the applicable resources for this endpoint:

ProductCategoryResource
CatalogContentCategories Management
get/api/catalog/pvt/stockkeepingunit/{skuId}/file/{skuFileId}/language

Path parameters

skuIdinteger required
Example:35

Unique identifier of the SKU.

skuFileIdinteger required
Example:47

Unique identifier of the SKU file.

Query parameters

localestring
Example:en-US

Code used to filter translations by a given language. When omitted, all configured languages are returned. The format follows the IETF BCP 47 standard, such as 'en-US' for English (United States), 'en-ES' for Spanish (Spain), or 'pt-BR' for Portuguese (Brazil).

Headers

Content-Typestring required

Type of the content being sent.

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Response

OK

Idinteger

Unique identifier of the association between the SKU file and the SKU.

FileIdinteger nullable

Unique identifier of the SKU file.

Localestring

The locale code for this translation. It follows the IETF BCP 47 standard, such as 'en-US' for English (United States), 'en-ES' for Spanish (Spain), or 'pt-BR' for Portuguese (Brazil).

Labelstring nullable

Translated label for the SKU file.

Textstring nullable

Translated text description of the file.