Enums
StoreCollectionType
Product collection type. Possible values are
Department, Category, Brand, Cluster, SubCategory or Collection.| Value | Description |
|---|---|
| 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.
| Value | Description |
|---|---|
| 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.
| Value | Description |
|---|---|
| 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.
| Value | Description |
|---|---|
| INFO | Indicates non-critical notifications or informative messages related to the user's action. |
| WARNING | Indicates a potential issue or unexpected behavior that might require user attention but doesn't necessarily prevent them from continuing. |
| ERROR | Indicates a critical issue that prevents the user from completing an action or indicates a problem with the system. |