SourceUpdateCommercetools

algoliasearch.ingestion.SourceUpdateCommercetools
case class SourceUpdateCommercetools(storeKeys: Option[Seq[String]], locales: Option[Seq[String]]) extends SourceUpdateInputTrait

SourceUpdateCommercetools

Value parameters

locales

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

storeKeys

Unique and immutable key of the referenced Store.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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