How do I add Warehouse Locations to packing slips?

You can add the Warehouse Location values sent from your selling channels (like SkuVault or Magento) or from your Product Details Shipping tab to your packing slips to make it easier for your warehouse staff to locate the items.

Go to the Packing Slip Template in your template settings and do the following:

  1. Click the Order Items Header section.

  2. Add the following HTML after the first closing </th> tag (the one containing the "Item" text):

    <th align="left" style="width:1in">
         Loc.
    </th>
  3. Click the Order Items section.

  4. Add the following HTML after the first closing </td> tag (the one with the [Sku] field replacement):

    <td>[Warehouse Location]</td>
  5. Click Save.

Inventory Warehouse Location

ShipStation now provides a method to also print the Inventory Warehouse Location from the Product Details Inventory tab on packing slips. Review the Add Inventory Locations to Packing Slips section of our Internal Inventory Settings article for more details.