Skip to main content
PUT
/
commerce
/
catalog
/
admin
/
products
/
{productCode}
/
variations
Error
A valid request URL is required to generate request examples
{
  "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

productCode
string
required

Merchant-supplied code associated with the product, for example, a SKU. Required.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Properties of the product variations that you are modifying. Required.

Collection of product variations returned as a whole. A collection is not paged.

totalCount
integer<int32>
items
object[] | null

Response

Success

Collection of product variations returned as a whole. A collection is not paged.

totalCount
integer<int32>
items
object[] | null