Skip to main content
PUT
/
commerce
/
catalog
/
admin
/
attributedefinition
/
attributes
/
{attributeFQN}
/
LocalizedContent
/
{localeCode}
Error
A valid request URL is required to generate request examples
{
  "localeCode": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

attributeFQN
string
required
localeCode
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Container for language-specific content to display on the storefront. You'll have a container for each supported language (LocaleCode). This enables you to display an attribute in multiple languages yet manage it as a single attribute internally.

localeCode
string | null

Language used for the attribute name and description. Currently, only en_US is supported.

name
string | null

Name of the attribute in the language specified by LocaleCode.

description
string | null

Description of the attribute in the language specified by LocaleCode.

Response

Success

Container for language-specific content to display on the storefront. You'll have a container for each supported language (LocaleCode). This enables you to display an attribute in multiple languages yet manage it as a single attribute internally.

localeCode
string | null

Language used for the attribute name and description. Currently, only en_US is supported.

name
string | null

Name of the attribute in the language specified by LocaleCode.

description
string | null

Description of the attribute in the language specified by LocaleCode.