dw.order
Class TrackingInfo
Object
dw.object.Extensible
dw.order.TrackingInfo
Provides basic information about a tracking info. An instance is identified by an ID and can be referenced from n ShippingOrderItems using TrackingRefs. This also allows one ShippingOrderItem to be associated with n TrackingInfo.
Properties
carrier  :  String
Get the Carrier.
carrierService  :  String
Get the service(ship method) of the used carrier.
ID  :  String  (Read Only)
Get the mandatory identifier for this tracking information. The id allows the tracking information to be referenced from TrackingRefs. To support short shipping a shipping-order-item can manage a list of TrackingRefs, each with an optional quantity value allowing individual items to ship in multiple parcels with known item quantity in each.
shipDate  :  Date
Get the ship date.
shippingOrder  :  ShippingOrder  (Read Only)
Gets the shipping order.
trackingNumber  :  String
Get the tracking number.
trackingRefs  :  Collection  (Read Only)
Gets the tracking refs (shipping order items) which are assigned to this tracking info.
warehouseID  :  String
Get the id of the shipping warehouse.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getCarrier() : String
Get the Carrier.
getCarrierService() : String
Get the service(ship method) of the used carrier.
getID() : String
Get the mandatory identifier for this tracking information.
getShipDate() : Date
Get the ship date.
getShippingOrder() : ShippingOrder
Gets the shipping order.
getTrackingNumber() : String
Get the tracking number.
getTrackingRefs() : Collection
Gets the tracking refs (shipping order items) which are assigned to this tracking info.
getWarehouseID() : String
Get the id of the shipping warehouse.
setCarrier(carrier : String) : void
Set the Carrier.
setCarrierService(carrierService : String) : void
Set the service(ship method) of the used carrier.
setShipDate(shipDate : Date) : void
Set the ship date.
setTrackingNumber(trackingNumber : String) : void
Set the TrackingNumber.
setWarehouseID(warehouseID : String) : void
Set the id of the shipping warehouse.
Methods inherited from class Extensible
Salesforce Commerce Cloud Courses
Salesforce B2C Commerce Developer - Certification Tests
Why risk failing the SFCC exam? Get 180 real questions, killer content, and everything you need to crush the Salesforce B2C Commerce Developer certification.

Becoming a Salesforce B2C Commerce Developer is your ticket to higher salaries, better job opportunities, and the credibility to stand out from the competition. But let's be honestβ€”passing the certification exam isn't easy. That's where we come in.
Salesforce Javascript Developer I - Certification Tests
Not just another prep courseβ€”this is your shortcut to passing. Master JavaScript for Salesforce and go from 'hoping to pass' to knowing you will. Ready to start?

This isn't just another prep courseβ€”it's your shortcut to mastering the skills and confidence you need to pass. With multiple practice tests covering every section and a final exam simulation designed to mirror the real thing, you'll feel like you've already aced it before test day.
Salesforce B2C Commerce Architect - Certification Tests
Think the Developer exam was hard? Welcome to the next level.

The Salesforce B2C Commerce Architect certification is a whole different gameβ€”complex solutions, elevated difficulty, and skills that set you apart in the eCommerce industry. That's why we're including 11 downloadable PDF guides, packed with best practices and strategies to help you prepare for the exam and build confidence in every topic.
Method Detail
getCarrier
getCarrier() : String
Get the Carrier.
Returns:
the Carrier

getCarrierService
getCarrierService() : String
Get the service(ship method) of the used carrier.
Returns:
the carrier service (ship method)

getID
getID() : String
Get the mandatory identifier for this tracking information. The id allows the tracking information to be referenced from TrackingRefs. To support short shipping a shipping-order-item can manage a list of TrackingRefs, each with an optional quantity value allowing individual items to ship in multiple parcels with known item quantity in each.
Returns:
the id

getShipDate
getShipDate() : Date
Get the ship date.
Returns:
the ship date

getShippingOrder
getShippingOrder() : ShippingOrder
Gets the shipping order.
Returns:
the shipping order

getTrackingNumber
getTrackingNumber() : String
Get the tracking number.
Returns:
the TrackingNumber

getTrackingRefs
getTrackingRefs() : Collection
Gets the tracking refs (shipping order items) which are assigned to this tracking info.
Returns:
the tracking refs (shipping order items) which are assigned to this tracking info.

getWarehouseID
getWarehouseID() : String
Get the id of the shipping warehouse.
Returns:
the id of the shipping warehouse

setCarrier
setCarrier(carrier : String) : void
Set the Carrier.
Parameters:
carrier - the Carrier

setCarrierService
setCarrierService(carrierService : String) : void
Set the service(ship method) of the used carrier.
Parameters:
carrierService - the carrier service, eg. the ship method

setShipDate
setShipDate(shipDate : Date) : void
Set the ship date.
Parameters:
shipDate - the ship date

setTrackingNumber
setTrackingNumber(trackingNumber : String) : void
Set the TrackingNumber.
Parameters:
trackingNumber - the TrackingNumber

setWarehouseID
setWarehouseID(warehouseID : String) : void
Set the id of the shipping warehouse.
Parameters:
warehouseID - the id of the shipping warehouse

β™₯
Notifications pending to read