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

  1. Enter key and actor (ask the customer consultant for these credentials)
  2. Click "Load actor"
  3. Select command "SubmitShipment"
  4. Fill out the formular
  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":"yyyy","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. n the "options" JSON object, add the following: {"Labels":"PDF","TicketUserName":"yyyy","WorkstationID":"XXXX"} This will make sure the label is routed to the correct drop zone installation and printer. Replace yyyy with the username you log into drop zone agent with and XXXX with the installation id of your drop zone agent, and enter the same username as configured in drop zone.
  9. Click "Submit request"
  10. 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