← All disapproval codes
warning 100873

Error 100873 — Multipack quantity inconsistent

What this means

Your number_of_items, package_quantity, and total_count_per_pack values don't add up correctly. For example, declaring 3 items at 4 per pack but title says 'Pack of 6'.

Why this happens

Amazon validates multipack math: number_of_items × items_per_unit should match the title's pack size and the units_per_box should align with shipping calculations.

How to fix it

  1. Set number_of_items to the actual number of identical units the buyer receives (e.g., 6 for a six-pack).
  2. Set package_quantity to 1 if it's a single retail package; higher if you're selling cases of multiple packages.
  3. Make sure the title's pack designation matches: 'Pack of 6' should have number_of_items=6.
  4. For variations: each variation can have different multipack values.

Common pitfalls