Documentation
Feedback
Guides
Storefront Development

Storefront Development
FastStoreFastStore API
Enums

StoreCollectionType

Product collection type. Possible values are Department, Category, Brand, Cluster, SubCategory or Collection.
ValueDescription
Department
First level of product categorization.
Category
Second level of product categorization.
SubCategory
Third level of product categorization.
Brand
Product brand.
Cluster
Product cluster.
Collection
Product collection.

StoreFacetType

Search facet type.
ValueDescription
BOOLEAN
Indicates a filter with boolean options (e.g., yes and no), for narrowing search results.
RANGE
Indicates a filter to choose between a range of values (e.g., price, size, etc) to refine search results.

StoreSort

Product search results sorting options.
ValueDescription
price_desc
Sort by price, from highest to lowest.
price_asc
Sort by price, from lowest to highest.
orders_desc
Sort by orders, from highest to lowest.
name_desc
Sort by name, in reverse alphabetical order.
name_asc
Sort by name, in alphabetical order.
release_desc
Sort by release date, from highest to lowest.
discount_desc
Sort by discount value, from highest to lowest.
score_desc
Sort by product score, from highest to lowest.

StoreStatus

Status used to indicate a message type. For instance, a shopping cart informative or error message.
ValueDescription
INFOIndicates non-critical notifications or informative messages related to the user's action.
WARNINGIndicates a potential issue or unexpected behavior that might require user attention but doesn't necessarily prevent them from continuing.
ERRORIndicates a critical issue that prevents the user from completing an action or indicates a problem with the system.
Contributors
1
Photo of the contributor
+ 1 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Contributors
1
Photo of the contributor
+ 1 contributors
On this page