UNPKG

sfcc-dev-mcp

Version:

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

46 lines (24 loc) 628 B
## Package: dw.order # Class ShipmentShippingCost ## Inheritance Hierarchy - Object - dw.order.ShipmentShippingCost ## Description Represents shipping cost applied to shipments. Returned by ShipmentShippingModel.getShippingCost(ShippingMethod). ## Properties ### amount **Type:** Money (Read Only) The shipping amount. ## Constructor Summary ## Method Summary ### getAmount **Signature:** `getAmount() : Money` Returns the shipping amount. ## Method Detail ## Method Details ### getAmount **Signature:** `getAmount() : Money` **Description:** Returns the shipping amount. **Returns:** Shipping amount ---