Skip to main content
POST
/
commerce
/
catalog
/
admin
/
attributedefinition
/
producttypes
/
{productTypeId}
/
variations
Error
A valid request URL is required to generate request examples
{
  "startIndex": 123,
  "pageSize": 123,
  "pageCount": 123,
  "totalCount": 123,
  "items": [
    {
      "isActive": true,
      "isOrphan": true,
      "variationExists": true,
      "variationkey": "<string>",
      "variationProductCode": "<string>",
      "deltaPrice": {
        "currencyCode": "<string>",
        "value": 123,
        "msrp": 123,
        "creditValue": 123
      },
      "localizedDeltaPrice": [
        {
          "currencyCode": "<string>",
          "value": 123,
          "msrp": 123,
          "creditValue": 123
        }
      ],
      "fixedPrice": {
        "currencyCode": "<string>",
        "listPrice": 123,
        "salePrice": 123,
        "msrp": 123,
        "creditValue": 123
      },
      "localizedFixedPrice": [
        {
          "currencyCode": "<string>",
          "listPrice": 123,
          "salePrice": 123,
          "msrp": 123,
          "creditValue": 123
        }
      ],
      "deltaWeight": 123,
      "fixedWeight": 123,
      "options": [
        {
          "attributeFQN": "<string>",
          "value": "<unknown>",
          "content": {
            "localeCode": "<string>",
            "stringValue": "<string>"
          }
        }
      ],
      "properties": [
        {
          "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
              }
            }
          ]
        }
      ],
      "upc": "<string>",
      "fulfillmentTypesSupported": [
        "<string>"
      ],
      "supplierInfo": {
        "mfgPartNumber": "<string>",
        "distPartNumber": "<string>",
        "cost": {
          "isoCurrencyCode": "<string>",
          "cost": 123
        }
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

productTypeId
integer<int32>
required

Query Parameters

productCode
string
startIndex
integer<int32>
default:0
pageSize
integer<int32>
default:0
sortBy
string
filter
string
responseFields
string

limits which fields are returned in the response body

Body

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

Response

Success

Collection of product variations where the variations are returned in a series of pages.

startIndex
integer<int32>
pageSize
integer<int32>
pageCount
integer<int32>
totalCount
integer<int32>
items
object[] | null