← All disapproval codes
critical 17729

Error 17729 — Store page URL is too long (35-character limit)

What this means

eBay rejected a Store custom page because the URL path built from its title is longer than 35 characters. This is a Store page limit, not the 80-character listing title limit.

Why this happens

eBay's Trading API enforces strict rules on listing titles: 80-character maximum, no HTML, no all-caps spam, no consecutive special characters or spaces, and no characters outside the printable ASCII range. Violations block the listing.

How to fix it

  1. Open Seller Hub, go to Store, then Manage pages (or find the SetStoreCustomPage call if you publish Store pages through the API) and locate the page that failed.
  2. The page URL is built from the title. Shorten the title, or set a custom URL path of 35 characters or fewer.
  3. Save and republish the page. Listings are not affected; this error only blocks Store custom pages.

Common pitfalls