ConfigEshopPreferencesSuggestions Object
Description
Item suggestions preferences.
Declaration
type ConfigEshopPreferencesSuggestions {
enabled: Boolean
algorithm: String
}
Fields
| Name | Type | Description |
|---|---|---|
enabled | Boolean | Whether item suggestions are enabled. |
algorithm | String | Algorithm to use for generating suggestions (e.g., "randomize"). |