House and Master Bill of Lading

Shipping Documents Explained

HBL vs MBL

One container, two bills of lading, two different sets of parties. Here is why both exist and what each one does.

Shipping Documents Updated August 2026 7 minute read

A single container crossing the Pacific can generate two bills of lading naming entirely different shippers and consignees. Nothing has gone wrong. The two documents describe two different commercial relationships that happen to concern the same box.

The master bill of lading (MBL) is issued by the ocean carrier to the NVOCC or freight forwarder who booked the space. The house bill of lading (HBL) is issued by that NVOCC or forwarder to the actual shipper. One physical movement, two separate contracts of carriage.

The reason both exist is consolidation. A carrier does not want a contractual relationship with fifty small shippers sharing a container. It wants one counterparty who books the space and takes responsibility for what is in it. The NVOCC becomes that counterparty — a carrier to the shipper, a customer to the vessel operator.

At a glance

The two documents compared.

Master Bill (MBL) House Bill (HBL)
Issued by Ocean carrier / vessel operator NVOCC or freight forwarder
Issued to The NVOCC or forwarder The actual shipper
Shipper shown The NVOCC or forwarder The cargo owner
Consignee shown Usually the overseas agent The actual receiver
Governs The carrier's obligations to the NVOCC The NVOCC's obligations to the shipper
Used to release Cargo from the carrier to the agent Cargo from the agent to the receiver

In detail

What each document actually does.

The master bill — carrier to intermediary

The vessel operator issues the MBL to whoever booked the space. That party is the shipper of record as far as the carrier is concerned, regardless of who owns the cargo inside.

Practically, this is the document that governs the container's movement between ports and determines the carrier's liability. It is also the document against which demurrage and detention are billed.

Parties: ocean carrier ↔ NVOCC or forwarder.

The house bill — intermediary to shipper

The NVOCC or forwarder issues the HBL to their own customer. In doing so they take on carrier responsibility for that cargo, which is why NVOCCs must be licensed and bonded rather than simply arranging transport.

For the shipper, this is the operative document. It is what they hold, what their bank may require under a letter of credit, and what their receiver presents to collect the goods.

Parties: NVOCC or forwarder ↔ actual shipper.

House bill and master bill documentation compared side by side
Structurally similar documents, describing different contractual relationships.

Release mechanics

Originals, seaway bills and telex release.

A bill of lading is not only a receipt and a contract. In its original negotiable form it is also a document of title — whoever holds it controls the cargo. That property is what makes the release mechanism matter.

  • Original bills. Three originals are typically issued. The consignee presents one at destination to collect the cargo. Whoever holds them controls release, which is why they are still used where payment security matters.
  • Telex release. The shipper surrenders the originals at origin, and the carrier or NVOCC messages destination confirming cargo can be released without paper. Exists because sea freight frequently arrives before couriered documents do.
  • Seaway bill. Non-negotiable from the outset. No originals to surrender, cargo released to the named consignee on identification. Common between related parties or where payment is already settled.

Because the HBL and MBL are separate documents, release happens in two stages. The agent obtains release from the carrier against the master bill, then releases to the receiver against the house bill. A hold at either stage stops the cargo — and, since the container is still sitting somewhere, starts a charge accruing.

Container released from the terminal against bill of lading documentation
Release happens in two stages — carrier to agent, then agent to receiver.

That last point connects the paperwork to the invoice. A documentation delay is not only an operational problem; it is where demurrage and detention begin.


Where it goes wrong

When the two documents do not agree.

Container numbers, weights, piece counts, marks and cargo descriptions should reconcile across both bills. When they do not, the consequences are rarely confined to the paperwork.

  • Customs delays. A manifest built from one document and an entry filed from the other will not clear if the details diverge.
  • Disputed charges. Billing follows the master bill, but the party who should ultimately bear the cost is named on the house bill. A mismatch breaks that chain.
  • Release refusal. An agent will not release against a house bill whose container detail does not match what the carrier has delivered.
  • Claim complications. If cargo is damaged, a discrepancy in described weight or piece count weakens the claim considerably.

Worth knowing: most HBL/MBL discrepancies originate at document creation rather than in transit. They are introduced when the house bill is typed from a booking confirmation rather than reconciled against the master — which makes them entirely preventable, and considerably cheaper to catch before issue than to resolve at destination.

This is why documentation and billing are the same problem rather than two adjacent ones. Our NVOCC back office teams match container and cargo detail across both bills before documents are released, precisely because the alternative surfaces later as a charge somebody has to argue about.

Charges you cannot trace back to a shipment?

Send us 100 recent invoices. We check every charge against the booking, the bill and the agreed terms — and send you a written report in 5 business days.

Get My Free Audit

Common questions

House and master bills, answered.

What is the difference between an HBL and an MBL?

A master bill of lading is issued by the ocean carrier to the NVOCC or freight forwarder who booked the space. A house bill of lading is issued by that NVOCC or forwarder to the actual shipper. One physical movement, two separate contracts of carriage, with different parties named on each.

Who issues a house bill of lading?

The NVOCC or freight forwarder issues the house bill to their customer, the shipper. In doing so they take on carrier responsibility for that cargo, which is why NVOCCs must be licensed and bonded.

Why do the consignees differ between the HBL and MBL?

On the master bill, the shipper is the NVOCC or forwarder and the consignee is usually their overseas agent. On the house bill, the shipper is the actual cargo owner and the consignee is the actual receiver. Each document reflects a different commercial relationship.

What is a telex release?

A telex release is a message from the carrier or NVOCC at origin confirming that the original bills of lading have been surrendered, allowing cargo to be released at destination without presenting paper originals. It exists because sea freight often arrives faster than couriered documents.

Do original paper bills of lading still get used?

Yes, particularly where a letter of credit requires them or where the shipper wants to retain control of the cargo until payment. Originals are negotiable documents — whoever holds them controls release — which is exactly why they are still used in higher-risk transactions.

What happens when the HBL and MBL do not match?

Container numbers, weights, piece counts and descriptions should reconcile across both documents. When they do not, the consequences range from customs delays to disputed charges, because the party being billed and the party named on the paperwork no longer align. Most of these discrepancies originate at document creation rather than in transit.


Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
document.addEventListener('DOMContentLoaded', function() { // Wait for SmartMenus to fully load first setTimeout(function() { var nav = document.querySelector('#menu-1-18703de'); if (!nav) { nav = document.querySelector('.elementor-nav-menu'); } var items = nav ? nav.querySelectorAll('.menu-item-has-children') : []; Array.prototype.forEach.call(items, function(item) { var submenu = item.querySelector('.sub-menu'); var timer; item.addEventListener('mouseenter', function() { clearTimeout(timer); if (submenu) { submenu.removeAttribute('style'); submenu.style.cssText = 'display:block !important; visibility:visible !important; opacity:1 !important; pointer-events:all !important; position:absolute !important;'; } }, true); item.addEventListener('mouseleave', function() { timer = setTimeout(function() { if (submenu) { submenu.style.cssText = 'display:none !important;'; } }, 400); }, true); // Also keep open when hovering submenu itself if (submenu) { submenu.addEventListener('mouseenter', function() { clearTimeout(timer); }, true); submenu.addEventListener('mouseleave', function() { timer = setTimeout(function() { submenu.style.cssText = 'display:none !important;'; }, 400); }, true); } }); }, 1000); });