Show / Hide Table of Contents

    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.

    • Mandatory
    • References Shipments
    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.

    • The laguage from the API session by default
    • References LanguageCodes
    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.

    • The country of the shipments warehouse by default
    • References Countries

    Example

    {
      "ShipmentId": 0,
      "LanguageCodeId": null,
      "CountryId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB