UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

96 lines (50 loc) 1.38 kB
## Package: dw.catalog # Class StoreGroup ## Inheritance Hierarchy - Object - dw.object.PersistentObject - dw.object.ExtensibleObject - dw.catalog.StoreGroup ## Description Represents a store group. Store groups can be used to group the stores for different marketing purposes. ## Properties ### ID **Type:** String (Read Only) The ID of the store group. ### name **Type:** String (Read Only) The name of the store group. ### stores **Type:** Collection (Read Only) All the stores that are assigned to the store group. ## Constructor Summary ## Method Summary ### getID **Signature:** `getID() : String` Returns the ID of the store group. ### getName **Signature:** `getName() : String` Returns the name of the store group. ### getStores **Signature:** `getStores() : Collection` Returns all the stores that are assigned to the store group. ## Method Detail ## Method Details ### getID **Signature:** `getID() : String` **Description:** Returns the ID of the store group. **Returns:** ID of the store group --- ### getName **Signature:** `getName() : String` **Description:** Returns the name of the store group. **Returns:** name of the store group --- ### getStores **Signature:** `getStores() : Collection` **Description:** Returns all the stores that are assigned to the store group. **Returns:** collection of the stores ---