sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
113 lines (58 loc) • 2.18 kB
Markdown
## Package: dw.order
# Class TrackingRef
## Inheritance Hierarchy
- Object
- dw.order.TrackingRef
## Description
Provides basic information about the TrackingInfo a ShippingOrderItem is contained.
## Properties
### quantity
**Type:** Quantity
Gets the quantity, the shipping order item is assigned to the tracking
info.
### shippingOrderItem
**Type:** ShippingOrderItem (Read Only)
Gets the shipping order item which is assigned to the tracking info.
### trackingInfo
**Type:** TrackingInfo (Read Only)
Gets the tracking info, the shipping order item is assigned to.
## Constructor Summary
## Method Summary
### getQuantity
**Signature:** `getQuantity() : Quantity`
Gets the quantity, the shipping order item is assigned to the tracking info.
### getShippingOrderItem
**Signature:** `getShippingOrderItem() : ShippingOrderItem`
Gets the shipping order item which is assigned to the tracking info.
### getTrackingInfo
**Signature:** `getTrackingInfo() : TrackingInfo`
Gets the tracking info, the shipping order item is assigned to.
### setQuantity
**Signature:** `setQuantity(quantity : Quantity) : void`
Sets the quantity, the shipping order item is assigned to the tracking info.
## Method Detail
## Method Details
### getQuantity
**Signature:** `getQuantity() : Quantity`
**Description:** Gets the quantity, the shipping order item is assigned to the tracking info.
**Returns:**
the quantity the shipping order item is assigned to the tracking info.
### getShippingOrderItem
**Signature:** `getShippingOrderItem() : ShippingOrderItem`
**Description:** Gets the shipping order item which is assigned to the tracking info.
**Returns:**
the shipping order item
### getTrackingInfo
**Signature:** `getTrackingInfo() : TrackingInfo`
**Description:** Gets the tracking info, the shipping order item is assigned to.
**Returns:**
the tracking info
### setQuantity
**Signature:** `setQuantity(quantity : Quantity) : void`
**Description:** Sets the quantity, the shipping order item is assigned to the tracking info.
**Parameters:**
- `quantity`: the quantity, the shipping order item is assigned to the tracking info.