Skip to main content
GET
/
commerce
/
catalog
/
admin
/
products
/
{productCode}
/
Options
Error
A valid request URL is required to generate request examples
[
  {
    "attributeFQN": "<string>",
    "isProductImageGroupSelector": true,
    "values": [
      {
        "value": "<unknown>",
        "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

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

attributeFQN
string | null

Unique identifier of the Attribute.

isProductImageGroupSelector
boolean | null

Defines whether or not this option can be used to segment product images

values
object[] | null

List of all the values for this product option.