ReverseShippingDetails interface
Reverse shipment details.
Properties
| carrier |
Carrier Name for display purpose. Not to be used for any processing. |
| carrier |
Name of the carrier. |
| sas |
SAS key to download the reverse shipment label of the package. |
| tracking |
TrackingId of the package. |
| tracking |
TrackingUrl of the package. |
Property Details
carrierDisplayName
Carrier Name for display purpose. Not to be used for any processing.
carrierDisplayName?: string
Property Value
string
carrierName
Name of the carrier.
carrierName?: string
Property Value
string
sasKeyForLabel
SAS key to download the reverse shipment label of the package.
sasKeyForLabel?: string
Property Value
string
trackingId
TrackingId of the package.
trackingId?: string
Property Value
string
trackingUrl
TrackingUrl of the package.
trackingUrl?: string
Property Value
string