← All disapproval codes
critical 17514

Error 17514 — Shipping Destination required

What this means

Shipping Location must be specified in either <ShipToZipCode> (for US) or <ShipToCountryCode> (for international).

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