SourceCommercetools

algoliasearch.ingestion.SourceCommercetools
case class SourceCommercetools(storeKeys: Option[Seq[String]], locales: Option[Seq[String]], url: String, projectKey: String, fallbackIsInStockValue: Option[Boolean]) extends SourceInputTrait

SourceCommercetools

Value parameters

fallbackIsInStockValue

Determines the value that will be stored in the Algolia record if there's no inventory information on the product.

locales

Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example ["fr-FR", "en"].

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SourceInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product