Go to the consignor test bench here: Shipment Server Test Bench (consignorsupport.no)

  1. Enter key and actor (ask Bjørnar or Leif for these credentials)
  2. Click "Load actor"
  3. Select command "SubmitShipment"
  4. Enter 1041 in ProdConceptID (this is the shipping product)
  5. Set label type to PDF
  6. Click "Show JSON only" to modify the example request json
  7. In the "options" JSON object, add the following: {"Labels":"PDF","TicketUserName":"bwaal@eg.no","WorkstationID":"XXXX", "DropZoneLabelPrinterKey":"label_printer1"} This will make sure the label is routed to the correct drop zone installation and printer. Replace XXXX with the installation id of your drop zone instance, and enter the same username as configured in drop zone.
  8. Click "Submit request"
  9. Look for the LabelIsSentToDropZone field in the response. The PDF file should be outputted to the folder configured in drop zone:


If a preview of the label was presented, or if you see a popup with the text "No preview available", then something probably went wrong and the label was not sent to Drop Zone. If you see "LabelsSentToDropZone": 1 in the response, then the labels was successfully sent to drop zone.


  • No labels