Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can now import by API custom, externally generated BOL, packing slips, and other shipping documentation and autoprint from ShipHawk at booking. This offers more flexibility for 3PLs and merchants who want to generate external documents.

...

  • .jpg

  • .jpeg

  • .png

  • .tif

  • .tiff

  • .pdf

  • .doc

  • .docx

  • .xls

  • .txt

(NOTE: support for .zpl is coming soon.)

The document_type can be specified as: bol, for bill of lading (BOL), or when uploading packing slip, should be specified as packing_slip.

Example:

POST https://shiphawk.com/api/v4/orders/:order_id/documents/:id?api_key=YOUR_API_KEY`

file: ExternalBOL.pdf

document_type: bol

Note

The maximum file size is 1 MB.

Workflow

On the ShipHawk TMS Order Details page, after you click Ship and book the shipment, the BOL (uploaded by API) displays, which can then be sent to a printer.

...