Description

Attributes response

interface AttributesResponse {
    categoryIds: string[];
    customFields?: Record<string, unknown>;
    groupName: string;
    id: string;
    itemGroups: AttributeItemGroups[];
    items: AttributeItems[];
    name: string;
    order: string;
    type: string;
}

Hierarchy (view full)

Properties

categoryIds: string[]
customFields?: Record<string, unknown>
groupName: string
id: string
itemGroups: AttributeItemGroups[]
name: string
order: string
type: string

Generated using TypeDoc