Skip to main content

ProductAttributeTableTemplate

type ProductAttributeTableTemplate {
columns: [ProductAttributeTableCellData!]!
rows: [ProductAttributeTableCellData!]!
}

Fields

List of columns for product attribute table.

List of rows for product attribute table.