Skip to main content
PUT
/
commerce
/
catalog
/
admin
/
attributedefinition
/
attributes
/
{attributeFQN}
/
LocalizedContent
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

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
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

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.