Skip to main content
GET
/
commerce
/
catalog
/
admin
/
products
/
{productCode}
/
Extras
/
{attributeFQN}
Error
A valid request URL is required to generate request examples
{
  "attributeFQN": "<string>",
  "isRequired": true,
  "isMultiSelect": true,
  "values": [
    {
      "value": "<unknown>",
      "deltaPrice": {
        "currencyCode": "<string>",
        "deltaPrice": 123
      },
      "localizedDeltaPrice": [
        {
          "currencyCode": "<string>",
          "deltaPrice": 123
        }
      ],
      "deltaWeight": 123,
      "isDefaulted": true,
      "quantity": 123,
      "attributeVocabularyValueDetail": {
        "valueSequence": 123,
        "value": "<unknown>",
        "mappedGenericValues": [
          "<unknown>"
        ],
        "productName": "<string>",
        "content": {
          "localeCode": "<string>",
          "stringValue": "<string>"
        },
        "localizedContent": [
          {
            "localeCode": "<string>",
            "stringValue": "<string>"
          }
        ],
        "displayOrder": 123
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

productCode
string
required
attributeFQN
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

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.

isRequired
boolean | null
isMultiSelect
boolean | null
values
object[] | null