Available standard size values vary by category, eBay site, and, for the US, size type. The supported standardized sizes are the values shown in the size dropdown when creating or revising a listing.
For sellers using the API
If you list through an API or third-party tool, use these steps to find the size values eBay accepts for your category.
- Find the correct leaf category for your item, because supported size values depend on the category.
- Call getItemAspectsForCategory for that leaf category to retrieve the supported item specifics.
- In the response, find the Size aspect and use its returned values as the accepted standard sizes.
- If a size value is not returned for that category, do not send it in your listing request.
- If both Size Type and Size are mandatory, send only a valid Size Type and Size combination and do not send only one half of the pair.
- Build your listing payload using only the supported standard values returned by the API and avoid custom or made-up size values.
- If the exact tagged or branded size is not available, choose the closest supported size and add extra sizing detail in the title, description, measurements, or optional item specifics.
For questions specific to your third-party tool or integration, work directly with your third-party provider.
Important for API sellers: You may see Taxonomy API metadata that describes Size as FREE_TEXT. This does not mean that any size value can be used when listing. Use the standardized values returned by the API or shown in the listing-flow Size dropdown as the source of truth.