Troubleshoot Packing Slips

Follow the troubleshooting steps in this article for some of the common issues with packing slips in ShipStation.

Expand any of the sections below to view details and troubleshooting steps. If after following the steps below you are still not able to resolve your issue, please reach out to ShipStation support. We are happy to help.

Store Logo Missing

The Issue

The logo is missing on your printed packing slips.

Troubleshooting Steps

  1. Check the store's Branding tab to ensure the store logo has been uploaded for each store. Go to Settings > Selling Channels > Store Setup > Edit Store Details.

    SET_STORE_BRND_Logo_MRK.png
  2. Make sure the uploaded file has a reasonable file size and dimensions. Large files can cause the file to not be sent before the packing slip is generated.

    • Recommended max width is 300px

    • Recommended resolution is 72dpi

  3. Check the Packing Slip Document Options to ensure Include store logos on packing slips is checked. Go to Settings > Selling Channels > Store Setup > Edit Store Details > Packing Slips.

    Packing Slip Setup popup. Format, Order Items by, Store Logo, Item Prices, Item SKUs, Scan to View barcode, & Item Locations.
  4. Check the packing slip template to ensure the [Store Logo] field replacement is included in the packing slip code (requires Silver plan or higher for US and Canada accounts, Accelerate plan or higher for all other accounts).

    Packing slip template editor with the Store Logo field replacement highlighted in the HTML code and field replacement menu

    Learn more about field replacements.

  5. Use PNG images with solid backgrounds only.

    PNG images with a transparent background can result in a black box when printing on packing slips.

Product Images Missing

The Issue

Product images are shown in the Order Details, but they do not print on your packing slips.

Troubleshooting Steps

  1. Check the packing slip template to ensure the [Image Url] field replacement has been added to the Order Items section (requires Silver plan or higher for US and Canada accounts, Accelerate plan or higher for all other accounts).

    Order Items section of template with the Image URL entry highlighted

    If it is not present, add the HTML and select the [Image URL] option from the Field Replacements drop-down menu.

    SET_TEMP_PackingSlip_FieldReplace-ImageURL_MRK.png

    Learn more about field replacements.

  2. Make sure the item's product records include a valid Image URL if the selling channel does not send the Image URL to ShipStation.

    PRDET_GEN_ImageURL_MRK.png
  3. Ensure the hosted image files are a reasonable file size and dimensions. Thumbnail images are recommended.

  4. Ensure any PNG images use solid backgrounds only.

    PNG images with a transparent background can result in a black box when printing on packing slips.

  5. If the issue is intermittent, the image host may not be responding to the ShipStation request fast enough and so the packing slip generates before we receive the image file.

Incorrect Branding or Template

The Issue

The packing slip contains the wrong branding or uses the wrong template.

Troubleshooting Steps

The template assigned to the order may have been changed either manually or by an automation rule.

  1. Check your store's Packing Slips tab to first ensure the correct template has been assigned to the store.

    SET_STORE_SetUp_PackingSlips_TEMP_MRK.png
  2. Check the Shipment Activity section in the order details to see if an automation rule applied and changed the selected template

Packing Slip Barcode Scan Fails

The Issue

The ShipStation Scan to View barcode on your packing slips fails to pull up the order.

Troubleshooting Steps

  1. Ensure you are using the correct barcode scan method.

  2. Ensure your packing slip template uses the [Barcode] field replacement.

    Barcode HTML highlighted in Order Footer section of template

    Learn more about field replacements.

  3. If it is using the correct barcode, the barcode size could be too small for the reader. Try adjusting the barcode size to make it bigger.

    To do this, add the size attribute to the barcode tag in your template footer:

    <barcode size="medium">[Barcode]</barcode>