Skip to main content
PUT
/
commerce
/
catalog
/
admin
/
products
/
{productCode}
/
Properties
/
{attributeFQN}
Error
A valid request URL is required to generate request examples
{
  "attributeFQN": "<string>",
  "values": [
    {
      "value": "<unknown>",
      "content": {
        "localeCode": "<string>",
        "stringValue": "<string>"
      },
      "localizedContent": [
        {
          "localeCode": "<string>",
          "stringValue": "<string>"
        }
      ],
      "attributeVocabularyValueDetail": {
        "valueSequence": 123,
        "value": "<unknown>",
        "mappedGenericValues": [
          "<unknown>"
        ],
        "productName": "<string>",
        "content": {
          "localeCode": "<string>",
          "stringValue": "<string>"
        },
        "localizedContent": [
          {
            "localeCode": "<string>",
            "stringValue": "<string>"
          }
        ],
        "displayOrder": 123
      }
    }
  ],
  "forceOrder": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

productCode
string
required
attributeFQN
string
required

Query Parameters

batchJobCode
string
allowSyscalcValueUpdates
boolean
default:false
responseFields
string

limits which fields are returned in the response body

Body

application/json

Product options for configurable or stand-alone products. A configurable option is one that the shopper chooses when ordering, for example, the color of a T-shirt. A stand-alone option is independent of the product and can be added to the product order. For example, a monogram.

attributeFQN
string | null

Unique identifier of the Attribute.

values
object[] | null
forceOrder
boolean | null

Response

Success

Product options for configurable or stand-alone products. A configurable option is one that the shopper chooses when ordering, for example, the color of a T-shirt. A stand-alone option is independent of the product and can be added to the product order. For example, a monogram.

attributeFQN
string | null

Unique identifier of the Attribute.

values
object[] | null
forceOrder
boolean | null