Sale of Goods — Conditions, Warranties & Caveat Emptor — Contract II (Special Contracts) Notes

Contract of Sale; Sale vs Agreement to Sell

You pay for a newspaper and it is yours instantly — a sale. You book a car to be built to order next month — only an agreement to sell. The gap between “yours now” and “yours later” is not a technicality: it decides who bears the loss if the goods burn down tonight, and whether the seller can sue for the price or only for damages.

What is a contract of sale?

A contract of sale of goods is the law’s frame for the everyday act of buying and selling. Section 4(1) defines it: a contract of sale of goods is a contract whereby the seller transfers or agrees to transfer the property in goods to the buyer for a price.

The definition contains a fork:

  • Sale (s.4(3)). Where under a contract of sale the property in the goods is transferred at once from seller to buyer, the contract is a sale. It is an executed contract — ownership has passed.
  • Agreement to sell (s.4(3)). Where the transfer of property is to take place at a future time, or subject to some condition to be fulfilled, the contract is an agreement to sell. It is an executory contract — ownership has not yet passed. It becomes a sale when the time elapses or the condition is fulfilled (s.4(4)).

Essentials of a contract of sale:

  • Two parties — a buyer and a seller (they must be different persons; a person cannot buy his own goods).
  • Goods — the subject-matter must be goods (movable property; Topic 2).
  • Transfer of property — the object is to transfer ownership (general property), not just possession.
  • Price — the consideration must be money. (If goods are exchanged for goods, it is barter, not sale.)
  • All essentials of a valid contract (offer, acceptance, competent parties, free consent, lawful object).

Why the sale/agreement-to-sell distinction matters:

  • Risk (s.26). Risk prima facie passes with property (res perit domino — the loss falls on the owner). In a sale, if the goods perish, the buyer (now owner) bears the loss; in an agreement to sell, the seller bears it.
  • Remedy. In a sale, the seller can sue for the price; in an agreement to sell, only for damages for non-acceptance.
  • Insolvency. If the buyer becomes insolvent, in a sale the seller can (subject to lien) claim ownership rights; in an agreement to sell, the seller keeps ownership.

Distinguished from analogous contracts: it differs from a hire-purchase (possession first, property only on payment of the last instalment; the hirer may return the goods), a bailment (no transfer of ownership), an exchange/barter (goods for goods, no money price), and a gift (no consideration).

🧩 WORKED EXAMPLE — who bears the loss?

Facts. S agrees to sell his identified horse to B; property is to pass immediately, though delivery is next week. Before delivery, the horse dies without anyone’s fault.

Rule. Under s.4(3), if property passes at once it is a sale; under s.26, risk follows property (res perit domino).

Apply. Property passed to B on the contract (a sale), so B became the owner and bears the risk.

Conclusion. B must pay the price though he never took delivery; the loss is his as owner.

Section 4(1) & 4(3), Sale of Goods Act 1930: “A contract of sale of goods is a contract whereby the seller transfers or agrees to transfer the property in goods to the buyer for a price. … Where under a contract of sale the property in the goods is transferred from the seller to the buyer, the contract is called a sale, but where the transfer … is to take place at a future time or subject to some condition thereafter to be fulfilled, the contract is called an agreement to sell.”

In Simple Terms: A contract of sale transfers ownership of goods for a money price. If ownership passes now, it is a sale; if later or on a condition, it is an agreement to sell — and that fork decides who bears loss and what remedy is available.

flowchart TD
    A["Contract of sale s.4"]
    A --> B["Sale s.4(3)<br/>property passes NOW"]
    A --> C["Agreement to sell<br/>property passes LATER/condition"]
    B --> D["Risk on buyer s.26; sue for price"]
    C --> E["Risk on seller; sue for damages"]
    classDef box fill:#e8f0fe,stroke:#333,color:#111;
    class A,B,C,D,E box;

Case Laws

  • Consolidated Coffee Ltd. v. Coffee Board (1980) — the essential elements of a “sale” under s.4 (transfer of property in goods for a price).
  • State of Gujarat v. Ramanlal S. & Co. (1965) — the distinction between a sale and a mere distribution of assets turns on transfer of property for a price.

Back to Top


Goods and Price

The Act only governs the sale of goods — so you must know what counts. Money is not goods; a debt (an actionable claim) is not goods; but a growing crop is. And “price” has its own rules for when the parties forgot to fix one.

What are goods, and how is price fixed?

Goods (s.2(7)). “Goods” means every kind of movable property other than actionable claims and money; it includes stock and shares, growing crops, grass, and things attached to or forming part of the land which are agreed to be severed before sale or under the contract of sale.

  • Money is excluded (as currency; though old coins sold as curiosities are goods).
  • Actionable claims (a debt, a claim recoverable by suit) are excluded — they are transferred under the Transfer of Property Act.
  • Immovable property is outside the Act.

Kinds of goods:

  • Existing goods — owned or possessed by the seller at the time of the contract. These sub-divide into:
    • Specific goods (s.2(14)) — goods identified and agreed upon at the time of the contract (e.g. “this car, registration KA-01-1234”).
    • Ascertained goods — goods identified after the contract is made.
    • Unascertained goods — goods defined only by description (e.g. “100 bags of rice from my godown”), not yet identified.
  • Future goods (s.2(6)) — goods to be manufactured, produced or acquired by the seller after the contract; a sale of future goods operates only as an agreement to sell.
  • Contingent goods (s.6(2)) — goods whose acquisition depends on a contingency which may or may not happen.

Price (ss.9–10). The price is the money consideration for a sale of goods (s.2(10)). It may be:

  • fixed by the contract; or
  • left to be fixed in an agreed manner; or
  • determined by the course of dealing between the parties.
  • Where the price is not determined by any of these, the buyer must pay a reasonable price (s.9) — what is reasonable is a question of fact.
  • If the price is to be fixed by the valuation of a third party and he cannot or does not fix it, the agreement is avoided (s.10); but if the goods have been delivered and used, the buyer must pay a reasonable price.

🧩 WORKED EXAMPLE — no price agreed

Facts. A supplies raw material to B under a running arrangement; on one order they forget to fix the price, and B takes and uses the goods.

Rule. Under s.9, where the price is not fixed by the contract, an agreed manner, or the course of dealing, the buyer must pay a reasonable price.

Apply. No price was fixed and none can be implied precisely; the goods were delivered and used.

Conclusion. B must pay a reasonable price for the material.

Section 2(7), Sale of Goods Act 1930: “‘goods’ means every kind of movable property other than actionable claims and money; and includes stock and shares, growing crops, grass, and things attached to or forming part of the land which are agreed to be severed before sale or under the contract of sale.”

In Simple Terms: Goods are movable property (not money, not debts, not land). They may be existing (specific/ascertained/unascertained), future or contingent. Price is the money consideration — fixed by the contract, an agreed method, or dealing; if none, a reasonable price is payable (s.9).

flowchart TD
    A["Goods s.2(7)<br/>(movable, not money/actionable claim)"]
    A --> B["Existing"]
    B --> B1["Specific s.2(14)"]
    B --> B2["Ascertained"]
    B --> B3["Unascertained"]
    A --> C["Future s.2(6)"]
    A --> D["Contingent s.6(2)"]
    A --> E["Price ss.9-10<br/>(fixed / manner / dealing / reasonable)"]
    classDef box fill:#e8f0fe,stroke:#333,color:#111;
    class A,B,C,D,E,B1,B2,B3 box;

Case Laws

  • Badische Anilin v. Hickson (1906) — the meaning of goods as movable property under a sale.
  • Anglo-India Jute Mills v. Omademull (1911) — where no price is fixed, a reasonable price is payable (s.9).

Back to Top


Conditions and Warranties

Buy a car described as “new” and it turns out second-hand, and you can hand it back and walk away. Buy a car with a promised radio that does not work, and you keep the car but claim the cost of the radio. Same sale, two different remedies — because one term was a condition and the other a mere warranty.

What are conditions and warranties?

A stipulation in a contract of sale may be a condition or a warranty (s.12(1)). The difference is in their importance and their remedy.

  • Condition (s.12(2)). A stipulation essential to the main purpose of the contract. Breach gives the buyer the right to repudiate (treat the contract as ended) and reject the goods, and claim damages.
  • Warranty (s.12(3)). A stipulation collateral to the main purpose. Breach gives only a right to claim damages, not to reject the goods or repudiate.

Whether a term is a condition or a warranty depends on the construction of the contract, not the label used (s.12(4)). A breach of condition may be treated as a breach of warranty (s.13) — the buyer may elect to keep the goods and claim damages instead of rejecting; and where the buyer has accepted the goods (or property has passed in specific goods), he must treat a breach of condition as a breach of warranty and cannot reject.

Implied conditions (read into every sale unless excluded):

  • Condition as to title (s.14(a)). An implied condition that the seller has a right to sell the goods. Breach lets the buyer recover the whole price even after use (Rowland v. Divall).
  • Sale by description (s.15). Where goods are sold by description, an implied condition that the goods shall correspond with the description.
  • Sale by sample (s.17). In a sale by sample: the bulk shall correspond with the sample; the buyer shall have a reasonable opportunity to compare; and the goods shall be free from any defect making them unmerchantable, not apparent on reasonable examination.
  • Sale by sample and description (s.16(2)/15). The goods must correspond with both the sample and the description.
  • Fitness for purpose (s.16(1)). Where the buyer makes known the particular purpose and relies on the seller’s skill/judgment, and the goods are of a description the seller deals in, there is an implied condition of reasonable fitness for that purpose.
  • Merchantable quality (s.16(2)). Where goods are bought by description from a dealer, an implied condition that they are of merchantable quality (fit for ordinary use, saleable) — subject to the buyer’s examination of defects that ought to have been revealed.
  • Wholesomeness (in the sale of foodstuffs) — the food must be fit for human consumption (an aspect of fitness/merchantability).

Implied warranties:

  • Quiet possession (s.14(b)) — the buyer shall enjoy quiet possession of the goods.
  • Freedom from encumbrances (s.14(c)) — the goods shall be free from any charge or encumbrance in favour of a third party not declared to the buyer.

Conditions vs warranties — table:

Point Condition Warranty
Importance Essential to the main purpose Collateral / subsidiary
Breach remedy Repudiate + reject + damages Damages only
Effect of acceptance Must be treated as warranty (s.13) Already damages only

🧩 WORKED EXAMPLE — goods not matching description

Facts. B buys, without seeing it, a second-hand cutting machine that the seller S describes as “new”. On delivery, it is plainly an old machine not answering the description. B refuses it.

Rule. In a sale by description (s.15) there is an implied condition that the goods correspond with the description; breach of condition lets the buyer reject (s.12(2)).

Apply. The machine did not correspond with the description “new”; B had not accepted it.

Conclusion. B may reject the machine and repudiate; a breach of condition, not a mere warranty.

Section 12(2)&(3), Sale of Goods Act 1930: “A condition is a stipulation essential to the main purpose of the contract, the breach of which gives rise to a right to treat the contract as repudiated. A warranty is a stipulation collateral to the main purpose of the contract, the breach of which gives rise to a claim for damages but not to a right to reject the goods and treat the contract as repudiated.”

In Simple Terms: A condition is a vital term — break it and the buyer can reject the goods; a warranty is a minor term — break it and the buyer only gets damages. The Act implies conditions of title, description, sample, fitness and merchantability, and warranties of quiet possession and freedom from encumbrances.

flowchart TD
    A["Stipulations in sale s.12"]
    A --> B["Condition<br/>essential; reject + damages"]
    A --> C["Warranty<br/>collateral; damages only"]
    B --> D["Implied conditions:<br/>title s.14(a), description s.15,<br/>sample s.17, fitness s.16(1),<br/>merchantability s.16(2)"]
    C --> E["Implied warranties:<br/>quiet possession s.14(b),<br/>free from encumbrance s.14(c)"]
    classDef box fill:#e8f0fe,stroke:#333,color:#111;
    class A,B,C,D,E box;

Case Laws

  • [C-8] Rowland v. Divall (1923) — breach of the implied condition as to title (s.14(a)) lets the buyer recover the whole price even after using the goods.
  • Baldry v. Marshall (1925) — where the buyer makes known the purpose and relies on the seller’s skill, fitness is a condition (s.16(1)).
  • [C-9] Grant v. Australian Knitting Mills (1936) — underwear with a chemical irritant was not of merchantable quality/fit for purpose (s.16).

Back to Top


Caveat Emptor and its Exceptions

The old rule of the marketplace was blunt: let the buyer beware. Inspect before you buy; if you did not, that is your problem. But modern trade could not survive that rule unqualified — a customer cannot chemically test underwear before buying it. So the law kept the rule but riddled it with exceptions, and those exceptions are where the buyer is actually protected.

What is the doctrine of caveat emptor?

Caveat emptor [let the buyer beware] means that, in principle, it is the buyer’s duty to examine the goods and satisfy himself of their quality and fitness before buying; the seller is not bound to disclose defects, and the buyer buys at his own risk. Section 16 opens with this principle: “there is no implied warranty or condition as to the quality or fitness for any particular purpose of goods supplied under a contract of sale” — except as the section provides.

Exceptions to caveat emptor (where the law protects the buyer):

  • Fitness for a particular purpose (s.16(1)). Where the buyer makes known the purpose and relies on the seller’s skill/judgment, and the goods are of a description the seller deals in — an implied condition of fitness applies.
  • Merchantable quality (s.16(2)). Goods bought by description from a dealer must be of merchantable quality (fit for ordinary use). (But if the buyer examined the goods, no condition as to defects the examination ought to have revealed.)
  • Sale by sample (s.17) — bulk must correspond with sample and be free of latent defects.
  • Sale by description (s.15) — goods must correspond with the description.
  • Usage of trade (s.16(3)). An implied condition/warranty of fitness or quality may be annexed by the usage of trade.
  • Fraud or concealment. Where the seller obtains the buyer’s consent by fraud, or actively conceals a latent defect, caveat emptor does not apply.
  • Consumer/food cases — wholesomeness of food is impliedly required.

🧩 WORKED EXAMPLE — unfit food (fitness exception)

Facts. B buys milk from a dealer for his family’s consumption; the milk is contaminated with typhoid germs, and B’s wife, who drinks it, dies.

Rule. Under s.16(1), where the buyer relies on the seller’s skill for a known purpose (here, human consumption), there is an implied condition of fitness; caveat emptor yields to this exception.

Apply. The purpose (drinking) was known, B relied on the dealer, and the milk was unfit; the harm flowed from that unfitness.

Conclusion. The seller is liable; caveat emptor does not protect him. (The buyer can recover even though it was his wife who was harmed — the loss flows from the breach.)

Section 16, Sale of Goods Act 1930: “Subject to the provisions of this Act and of any other law for the time being in force, there is no implied warranty or condition as to the quality or fitness for any particular purpose of goods supplied under a contract of sale, except [as follows] …”

In Simple Terms: Caveat emptor means “buyer beware” — inspect before you buy, and the seller need not point out defects. But it does not apply where the buyer relies on the seller’s skill for a known purpose (s.16(1)), where merchantable quality or sample/description conditions apply, where trade usage implies quality, or where the seller commits fraud or conceals a defect.

flowchart TD
    A["Caveat emptor s.16<br/>(buyer beware)"]
    A --> B["Exceptions - buyer protected"]
    B --> C["Fitness for purpose s.16(1)"]
    B --> D["Merchantable quality s.16(2)"]
    B --> E["Sample s.17 / Description s.15"]
    B --> F["Usage of trade s.16(3)"]
    B --> G["Fraud / concealment"]
    classDef box fill:#e8f0fe,stroke:#333,color:#111;
    class A,B,C,D,E,F,G box;

Case Laws

  • Priest v. Last (1903) — a hot-water bottle unfit for its known purpose; seller liable (fitness exception, s.16(1)).
  • [C-9] Grant v. Australian Knitting Mills (1936) — reliance on the seller’s skill for goods bought by description; not merchantable → seller liable.
  • Ward v. Hobbs (1878) — mere non-disclosure without fraud does not defeat caveat emptor.

Back to Top



📄 Full notes + Question Bank (₹199) — every topic in depth, model answers to all past KSLU questions, in one printable PDF. Get the bundle · 10 Solved Problems · All Contract II (Special Contracts) topics

Info

download our exam preparation kit for your exam