Class StoreGroup

Represents a store group. Store groups can be used to group the stores for different marketing purposes.

PropertyDescription
ID: String (read-only)Returns the ID of the store group.
name: String (read-only)Returns the name of the store group.
stores: Collection (read-only)Returns all the stores that are assigned to the store group.

This class does not have a constructor, so you cannot create it directly.

MethodDescription
getID()Returns the ID of the store group.
getName()Returns the name of the store group.
getStores()Returns all the stores that are assigned to the store group.

describe, getCustom

getCreationDate, getLastModified, getUUID

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

ID: String (read-only)

Returns the ID of the store group.


name: String (read-only)

Returns the name of the store group.


stores: Collection (read-only)

Returns all the stores that are assigned to the store group.


getID(): String

Returns the ID of the store group.

Returns:

  • ID of the store group

getName(): String

Returns the name of the store group.

Returns:

  • name of the store group

getStores(): Collection

Returns all the stores that are assigned to the store group.

Returns:

  • collection of the stores