dw.catalog
Class StoreGroup
Represents a store group. Store groups can be used to group the stores for different marketing purposes.
Properties
ID
:
String
(Read Only)
The ID of the store group.
name
:
String
(Read Only)
The name of the store group.
stores
:
Collection
(Read Only)
All the stores that are assigned to the store group.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getStores()
:
Collection
Returns all the stores that are assigned to the store group.
Methods inherited from class
ExtensibleObject
Methods inherited from class
PersistentObject
Methods inherited from class
Object
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
Method Detail
getStores
getStores()
:
Collection
Returns all the stores that are assigned to the store group.
Returns:
collection of the stores