ShipmentTrackingLinkResponse
Type, Introduced in version 23.3
Used to provide the tracking link for the shipment.
Returned from the GetShipmentTrackingLink command.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
ShipmentId | Int64 | The business key identifier of the shipment.
|
|
TrackingLink | String | The shipments tracking link. |
Example
{
"ShipmentId": 0,
"TrackingLink": null
}