Skip to main content
Version: 3.x

CollectionSortField

No description

enum CollectionSortField {
NAME
AVAILABILITY
PRODUCT_COUNT
PUBLICATION_DATE
PUBLISHED_AT
}

Values​

CollectionSortField.NAME​

Sort collections by name.

CollectionSortField.AVAILABILITY​

Sort collections by availability.

This option requires a channel filter to work as the values can vary between channels.

CollectionSortField.PRODUCT_COUNT​

Sort collections by product count.

CollectionSortField.PUBLICATION_DATE​

Sort collections by publication date.

This option requires a channel filter to work as the values can vary between channels.

CollectionSortField.PUBLISHED_AT​

Sort collections by publication date.

This option requires a channel filter to work as the values can vary between channels.

Member of​

CollectionSortingInput input


Was this page helpful?