v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Meta

Channel Seller Attributes

get/v1/seller/meta/{channel}/seller/attributes

Path parameters

channelstring required

This is the unique Channel name.

Example:MYBESTDEALCOMDE

Channel name whose seller-specific attribute set should be returned.

Response

List of seller-level attributes for the requested channel

attributeListVersionstring

Example response

{
  "attributeListVersion": "2019060115430",
  "sellerAttributeList": [
    {
      "sellerId": "4711",
      "attributeList": [
        {
          "attributeId": "12323",
          "displayName": "Brand",
          "type": "text",
          "values": [
            {
              "value": "Beer"
            },
            {
              "value": "Tee",
              "display": "Wine"
            }
          ],
          "attributeValueValidation": "/^[0-9]{13}$/",
          "conditionalMandatoryBy": [
            {
              "attributeId": "12323",
              "attributeValues": [
                "High"
              ]
            }
          ],
          "conditionalOptionalBy": [
            {
              "attributeId": "12323",
              "attributeValues": [
                "No Frame"
              ]
            }
          ],
          "required": true,
          "section": "Colors and Appearance",
          "isRepeatableSubSection": true,
          "subSection": "Length",
          "isVariationDimension": true,
          "enumValues": [
            "Blue"
          ]
        }
      ]
    }
  ]
}