Guides Packingslips

Sometimes you want to add a packing slip to your shipment package. This document outlines how this can be accomplished.

It is possible to add one or more packing slip via the API. This can be accomplished by adding a "packing_slip_urls": array to the deliveries object. You serve the packing slips in the same manner as the print files

Example

{
  ...
  "deliveries": [
    {
      "address": {},
      "sender_address": {},
      "packing_slip_urls": [
        "https://my.full.url/packingslip"
      ]
    }
  ],
  ...
}

     

Things to consider

The packing slip is added in a plastic sleeve on the package and therefore is not suited for promotional purposes. If you want to add a flyer or a different insert, please contact our customer service.

It is not recommended to add big, full-color, or multipage files, because only the first couple of pages are printed in black and white.