v50

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

Create or update SKU translation by SKU ID

Inserts or updates language-specific information for a SKU 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/stockkeepingunit/{skuId}/language

Path parameters

skuIdinteger required
Example:35

Unique identifier of the SKU.

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

MeasurementUnitstring required

Measurement unit for the SKU. The acceptables values are:

  • un: Unit

  • kg: Kilogram

  • g: Gram

  • mg: Milligram

  • m: Meter

  • : Square meter

  • : Cubic meter

  • cm: Centimeter

  • cm²: Square centimeter

  • cm³: Cubic centimeter

  • mm: Millimeter

  • mm²: Square millimeter

  • mm³: Cubic millimeter

  • oz: Ounce

  • lb: Pound

  • ft: Foot

  • ft²: Square foot

  • ft³: Cubic foot

  • in: Inch

  • in²: Square inch

  • in³: Cubic inch

Response

Created