Interface ProductTypeAddAttributeDefinitionAction

interface ProductTypeAddAttributeDefinitionAction {
    action: "addAttributeDefinition";
    attribute: AttributeDefinitionDraft;
}

Properties

Properties

action: "addAttributeDefinition"

Value to append to attributes.

Generated using TypeDoc