AttributeDescriptionClass
Entity types that the attribute or the attribute description belongs to
enum AttributeDescriptionClass {
PRODUCT
CATEGORY
CLUSTER
CUSTOMER
CONTACT
COMPANY
ORDER
ORDER_ITEM
}
Values
AttributeDescriptionClass.PRODUCT
Product-specific attributes for specifications, features, variants, and customizable product properties that extend the base product schema
AttributeDescriptionClass.CATEGORY
Category-level attributes for classification metadata, display properties, and category-specific configuration that applies to the category
AttributeDescriptionClass.CLUSTER
Product cluster attributes for grouped product characteristics, shared properties, and cluster-wide configuration that spans multiple related products
AttributeDescriptionClass.CUSTOMER
Customer-specific attributes for personalization, preferences, behavioral data, and customer relationship management that enhances customer profiles
AttributeDescriptionClass.CONTACT
Contact person attributes for extended contact information, relationship data, communication preferences, and professional details
AttributeDescriptionClass.COMPANY
Company-level attributes for business metadata, organizational properties, compliance data, and enterprise-specific configuration
AttributeDescriptionClass.ORDER
Order-level attributes for order-specific metadata, processing flags, and custom order properties that extend the base order schema
AttributeDescriptionClass.ORDER_ITEM
Order line-item attributes for per-line metadata, fulfillment properties, and custom order-item properties that extend the base order-item schema
Member Of
AttributeDescription object ● AttributeDescriptionCreateInput input ● AttributeDescriptionSearchInput input