← All disapproval codes
critical 157

Error 157 — Tax state too long

What this means

Tax state should not be longer than 32 characters.

Why this happens

eBay shipping errors stem from missing/invalid shipping service codes, incorrect package dimensions, weight outside service limits, or destinations not allowed for the shipping service selected.

How to fix it

  1. Use valid ShippingServiceCode values from the GeteBayDetails API — these vary by site (US, UK, etc.) and change periodically.
  2. Provide accurate package dimensions (L×W×H) and weight — eBay calculates rates and rejects out-of-bounds values.
  3. Don't ship to destinations the carrier doesn't serve — use ExcludeShipToLocation to remove unserviceable countries/regions.
  4. Set up a shipping policy in Seller Hub → Business Policies — much easier than per-listing shipping settings.

Common pitfalls