GetShipmentTrackingLink
Command, Introduced in version 23.3
POST https://localhost:8001/sv/001.1/api/v1/Sales/Shipments/GetShipmentTrackingLink
Returns the tracking link for the shipment.
Returns ShipmentTrackingLinkResponse
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
ShipmentId | Int64 | The business key identifier of the Shipment.
|
|
LanguageCodeId | Int64? | The business key identifier of the language code used in the link. This command might use a fallback language depending on the shipping agent.
|
|
CountryId | Int64? | The business key identifier of the country used in the link. This command might use a fallback country depending on the shipping agent.
|
Example
{
"ShipmentId": 0,
"LanguageCodeId": null,
"CountryId": null
}