Show / Hide Table of Contents

    ShippingServices

    Queryable, Introduced in version 23.1

    GET https://localhost:8001/sv/001.1/api/v1/Sales/ShippingServices
    

    Represents a shipping service.

    GUID

    1C1F01DA-AE37-4721-AFA6-1F8F827A7E12
    

    Required permission

    Show shipment
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the shipping service.
    Name String The name of the shipping service.

    • Not nullable
    • Max length is 30
    Code String The human readable identifier of the shipping service.

    • Not nullable
    • Max length is 35
    LogTradePrintQueue String The Logtrade print queue of the shipping service.

    • Max length is 25
    SchenkerOpalNumber String The Schenker opal number of the shipping service.

    • Max length is 50
    ConsolidatedShipment Boolean Indicates if the shipping service is a consolidated shipment.
    StoredShipment Boolean Indicates if the shipping service is a stored shipment.
    UseSellerAddress Boolean Indicates if the shipping service use seller address.
    UsePurchaserAddress Boolean Indicates if the shipping service use purchaser address.
    UseFrieghtPayerAddress Boolean Indicates if the shipping service use frieght payer address.
    ShippingTemplateId Int64? The business key identifier of the shipping template of the shipping service.

    • References ShippingTemplates
    SenderQuickId String The sender quick id of the shipping service.

    • Max length is 30
    SupplierId Int64? The business key identifier of the supplier of the shipping service.

    • References Suppliers
    SellerQuickId String The seller quick id of the shipping service.

    • Max length is 30

    Example

    {
      "Id": 0,
      "Name": null,
      "Code": null,
      "LogTradePrintQueue": null,
      "SchenkerOpalNumber": null,
      "ConsolidatedShipment": false,
      "StoredShipment": false,
      "UseSellerAddress": false,
      "UsePurchaserAddress": false,
      "UseFrieghtPayerAddress": false,
      "ShippingTemplateId": null,
      "SenderQuickId": null,
      "SupplierId": null,
      "SellerQuickId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB