sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
47 lines (25 loc) • 606 B
Markdown
## Package: dw.catalog
# Class SortingRule
## Inheritance Hierarchy
- Object
- dw.object.PersistentObject
- dw.catalog.SortingRule
## Description
Represents a product sorting rule for use with the ProductSearchModel.
## Properties
### ID
**Type:** String (Read Only)
The ID of the sorting rule.
## Constructor Summary
## Method Summary
### getID
**Signature:** `getID() : String`
Returns the ID of the sorting rule.
## Method Detail
## Method Details
### getID
**Signature:** `getID() : String`
**Description:** Returns the ID of the sorting rule.
**Returns:**
sorting rule ID
---