Skip to main content

ProductGroupsWhereColumns

The valid fields by which product groups can be queried.

enum ProductGroupsWhereColumns {
ID
PARENT_ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

ProductGroupsWhereColumns.ID

Product group's unique identifier.

ProductGroupsWhereColumns.PARENT_ID

The product group's parent group.

ProductGroupsWhereColumns.NAME

The product group's name.

ProductGroupsWhereColumns.CREATED_AT

The date and time when the product group was created.

ProductGroupsWhereColumns.UPDATED_AT

The date and time when the product group was last updated.

ProductGroupsWhereColumns.DELETED_AT

The date and time when the product group was deleted.

Member Of

ProductGroupChildrenWhereWhereConditions input ● QueryProductGroupsWhereWhereConditions input