v50

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

Create or update product translation by product ID

Inserts or updates language-specific information for a product by its 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
put/api/catalog/pvt/product/{productId}/language

Path parameters

productIdinteger required
Example:18

Unique identifier of the product.

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.

Request body

Localestring required

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).

Namestring required

Translated name of the product.

Titlestring nullable required

Translated title of the product for SEO purposes. When updating, if the field is not provided, the current title will turn to null.

Descriptionstring nullable

Translated description of the product. When updating, if the field is not provided, the current description will turn to null.

MetaTagDescriptionstring nullable

Translated meta tag description for SEO. When updating, if the field is not provided, the current meta tag description will turn to null.

DescriptionShortstring nullable

Translated short description of the product. When updating, if the field is not provided, the current short description will turn to null.

Keywordsstring nullable

Product translated keywords for SEO. When updating, if the field is not provided, the current keywords will turn to null.

LinkIdstring nullable

Translated URL-friendly identifier for the product. When updating, if the field is not provided, the current link ID will turn to null.

Response

Created