Skip to main content

nShift Delivery Help Center

Printing favorites

ESSENTIAL STANDARD

Subscription plans

To quickly get started with nShift Delivery and at the same time streamline your delivery management, you should use printing favorites.

You create your own printing favorites by adding default values or selections for senders, receivers, services, addons, contents, etc.

A printing favorite is not a fixed template, but a tool for you to regulate and limit alternatives when creating a shipment. The degree of regulation can vary and you can create printing favorites for different purposes.

Note

Start by analyzing your needs. You can add as many printing favorites as you want. Remember to optimize for normal cases and not for special cases.

You can use your printing favorite to print directly to a printer or print to PDF. You can also store the shipments for later printing.

Filters

The purpose of filtering information is to reduce the number of senders, receivers, services and addons to choose from. For example, you can create a printing favorite that only includes receivers in a particular city.

Tip

We recommend using the category fields when you add receivers to the address book. Use a category as a label for different types of receivers, if you, for example, have several senders and want to tie receivers to one particular sender.

Create a printing favorite

When creating a printing favorite you start with senders and receivers, continue with adding details about services and addons and finally adding details about shipment and parcels.

Note

All sections and alternatives within the sections are optional as you decide the level of detail you need for the printing favorite.

The services, addons and options available depend on what is included in your account.

Senders

  1. Go to Maintenance > Printing favorites.

  2. Click New printing favorite and give the printing favorite a name.

  3. Go to the Senders and receivers section and click Change.

  4. Go to the Sender section.

  5. Create a filter by clicking Change next to Filter . If you want to change where the information comes from, start by clicking Change next to Source. Normally, the source is Sender/receiver.

  6. If you always use the same sender, select it as Default sender.

  7. Check the Hidden box if the sender information should not be displayed in the GUI when printing.

  8. Check the Locked box if it should not be possible to change sender.

  9. Select a Default mode for using the printing favorite.

    • Register new/edit selected, if the mode where you add senders should be set as default.

    • Select from address book, if the mode where you select senders should be set as default.

  10. Check the Locked to default mode box if it should not be possible to change modes.

  11. Check the Never propose a sender box if the Sender field should not contain a sender from start, to avoid sending from the wrong sender.

  12. Check the Mandatory search value box if a search value must be used.

  13. Check the Only exact search box if it must be an exact match between search value and search results.

Receivers

  1. Go to the Senders and receivers section and click Change.

  2. Go to the Receiver section.

  3. Create a filter by clicking Change next to Filter . If you want to change where the information comes from, start by clicking Change next to Source. Normally, the source is Sender/receiver.

  4. If you always use the same receiver, select it as Default receiver.

  5. Check the Hidden box if the receiver information should not be displayed when printing.

  6. Check the Locked box if it should not be possible to change receiver.

  7. Select a Default mode for using the printing favorite.

    • Register new/edit selected, if the view where you add receivers should be set as default.

    • Select from address book, if the view where you select receivers should be set as default.

  8. Check the Locked to default mode box if it should not be possible to change views.

  9. Check the Never propose a receiver box if the Receiver field should not contain a receiver from start, to avoid sending to the wrong receiver.

  10. Check the Mandatory search value box if a specific search value should be used, for example, Quick ID.

  11. Check the Only exact search box if it must be an exact match between search value and search results.

When needed, proceed with other address parties and enter details in the same way as for sender and receiver.

Service, addons and options

  1. Go to the Service and addons section and click Change.

  2. Go to the Service section.

  3. Create a filter by clicking Change next to Filter .

  4. If you always use the same service, select it as Service.

  5. Check the Hidden box if the service should not be displayed in the GUI when printing.

  6. Check the Locked box if it should not be possible to change service.

  7. Check Normal label, Return label or both.

  8. Check the Hidden box if the label selection should not be displayed in the GUI when printing.

  9. Check Use sender address on label if that should be shown on the label instead of the dispatch address, in cases where dispatch party is used.

  10. Go to the Addons section to add relevant addons. Different addons require different kinds of information.

    You can choose to check Hidden, Locked and Select if valid for all addons.

  11. Go to the Options section to add relevant options. Different options require different kinds of information.

    You can choose to check Hidden and Locked for all options. For some options you can choose Select if valid.

Shipment and parcels

All fields in the Shipment and parcels section can be defined for the printing favorite. Entering default values, locking values, hiding details, and set fields as mandatory are some examples of how you can control information about shipments and parcels. You can also make settings such as the number of parcels, weight and package codes. These are values that may be mandatory for a service.

Caution

Proceed with caution when hiding or locking mandatory values as it may prevent you from creating a correct shipment when using the printing favorite.

Ignore warnings

In the Ignore warnings section you can make settings that allow you to print shipments that normally should have generated the status ”Warning”.

If you want to show, edit or delete a printing favorite, use the search function.

Print with printing favorite

  1. Go to Shipments > Printing favorites.

  2. Click UO_Run_icon.gif to the left of a printing favorite.

  3. Enter relevant shipping information.

  4. Click Print or Print PDF to print immediately, or Store for later printing.

  • If the printing went well and should be used, click Print report or Back to start a new print job.

  • If the printing went well but should not be used, click Discard.

  • If the printing did not go well, but the problem can be solved immediately, for example, by loading labels, solve the problem and click Discard and print again.

  • If the printing did not go well, but the problem can be solved later, for example, if the printer is out of order, click Discard and store and continue when the problem is solved.

Caution

Some carriers communicate via EDI and others via API, which can be important when you discard a shipment.

If you discard a shipment before EDI is sent (EDI carrier):

  • The carrier receives no information.

  • If you use the label anyway, the carrier may charge you a penalty - for using a non-EDI label.

If you discard a shipment after EDI is sent (EDI carrier) or if you use an API carrier:

  • The cancellation only takes place in Delivery and the label is still valid according to the carrier.

  • If you do not use the label, some carriers may charge a penalty - because they did not receive the parcel they expected.

Contact the carrier if you are unsure of what applies.

If the carrier offers pickup and you want to book, click Book or do it later in Shipments > Booking.

You can create shortcuts to your printing favorites and easily access them from the left menu in nShift Delivery.

Using printing favorites in your integration

Printing favorites can be used to complete shipments created through API or XML file integration.

When creating a printing favorite you give it a unique name.

ND_-_Printfav_name-en.png

You then use the printing favorite name in the JSON or XML file.

JSON

XML

{
  "pdfConfig": {},
  "shipment": {
    "ediForward": true,
    "favorite": "My favorite",
    "options": [{
      "id": "free",
      "languageCode": "SE"
    }],
    "parcels": [{
      "copies": 1,
      "valuePerParcel": true
    }],
    "receiver": {
      "address1": "Runevej 2A",
      "city": "AARHUS V",
      "country": "DK",
      "name": "Bookstore",
      "zipcode": "8210"
    },
    "sender": {
      "address1": "Yliopistonkatu 5",
      "city": "HELSINKI",
      "country": "FI",
      "name": "Warehouse",
      "zipcode": "00100"
    },
    "service": {
      "addons": [],
      "id": "FREE",
      "normalShipment": true,
      "pickupBooking": false,
      "pickupDate": "2022-10-19",
      "subId": "13579"
    },
    "test": false
  }
}
<?xml version='1.0' encoding='UTF-8'?>
<data>
  <meta>
    <val n="favorite">My favorite</val>
  </meta>
  <shipment>
    <val n="from">party1</val>
    <val n="to">party2</val>
    <service srvid="FREE_13579">
    </service>
    <ufonline>
      <option optid="free">
        <val n="language">SE</val>
      </option>
    </ufonline>
    <container type="parcel">
      <val n="copies">1</val>
    </container>
  </shipment>
  <sender sndid="party1">
    <val n="name">Warehouse</val>
    <val n="address1">Yliopistonkatu 5</val>
    <val n="zipcode">00100</val>
    <val n="city">HELSINKI</val>
    <val n="country">FI</val>
  </sender>
  <receiver rcvid="party2">
    <val n="name">Bookstore</val>
    <val n="address1">Runevej 2A</val>
    <val n="zipcode">8210</val>
    <val n="city">AARHUS V</val>
    <val n="country">DK</val>
  </receiver>
</data>

Some examples of using printing favorites to complete shipments created through integration

Caution

If a value is provided in both the integration file and the printing favorite, the integration file overwrites the printing favorite in case you do not lock the value in the printing favorite.

For example:

ND_-_Printfav-lock-en.png
Example 1. Change source if the receiver is not from the address book, for example a terminal
  1. Go to Maintenance > Printing favorites.

  2. Click New printing favorite.

  3. Give the printing favorite a unique name.

  4. Click Change in the Senders and receivers section.

    ND_-_Printfav_senders_receivers-en.png
  5. Click Change under Source in the Receiver section.

    ND_-_Printfav_source-en.png
  6. Select a source from the drop-down list in the Source field.

    ND_-_Printfav_change_source-en.png
  7. Click OK.

  8. Select a receiver from the drop-down list in the Default receiver field.

    ND_-_Printfav_select_receiver.png
  9. Click OK and Finish to save your printing favorite.



Example 2. Use a specific additional service for all shipments, but there may be routes where the additional service is not available
  1. Go to Maintenance > Printing favorites.

  2. Click New printing favorite.

  3. Give the printing favorite a unique name.

  4. Click Change in the Service and addons section.

    ND_-_Printfav_service_addons-en.png
  5. Go to the Addons section and check the Select if valid box next to the additional service you want to use.

    ND_-_Printfav_selectifvalid-en.png
  6. Click OK and Finish to save your printing favorite.

Caution

If you lock an addon with Select if valid, shipments where the addon is not available will result in an error.



Example 3. Create both normal and return label
  1. Go to Maintenance > Printing favorites.

  2. Click New printing favorite.

  3. Give the printing favorite a unique name.

  4. Click Change in the Service and addons section.

    ND_-_Printfav_service_addons-en.png
  5. Select a service if it should only apply for that specific service.

  6. Check the Normal label box and the Return label box.

    Printfav_norm_return-en.png
  7. Click OK and Finish to save your printing favorite.



Example 4. Add a standard message to your pre-notification email
  1. Go to Maintenance > Printing favorites.

  2. Click New printing favorite.

  3. Give the printing favorite a unique name.

  4. Click Change in the Service and addons section.

    ND_-_Printfav_service_addons-en.png
  5. Check the Pre-notification (email) box in the Options section.

  6. Enter your message in the Message field.

    ND_-_Printfav_opt_email-en.png
  7. Click OK and Finish to save your printing favorite.



Example 5. Print shipments that would normally get status "Warning"
  1. Go to Maintenance > Printing favorites.

  2. Click New printing favorite.

  3. Give the printing favorite a unique name.

  4. Click Change in the Shipment and parcels section.

    ND_-_Printfav_service_addons-en.png
  5. Select the warnings to ignore in the Ignore warnings section.

    ND_-_Printfav_ignore_warnings-en.png
  6. Click OK and Finish to save your printing favorite.



Example 6. Do not print shipments in order files that contain warnings
  1. Go to Maintenance > Printing favorites.

  2. Click New printing favorite.

  3. Give the printing favorite a unique name.

  4. Click Change in the Shipment and parcels section.

    ND_-_Printfav_Shipment_parcels-en.png
  5. Check the No direct print of orders with warnings box in the Order import section.

    ND_-_Printfav_noprint-en.png
  6. Click OK and Finish to save your printing favorite.