500+ active sellers
2.4M+ transactions processed
27 EU countries covered
GDPR Compliant · Data in the EU
Updated on --/--/--
eBay 18/02/2026 VATManager Team

eBay sellers in Europe: how to organise your VAT data

A practical foundation for eBay sellers trading in multiple EU countries.

Why eBay isn’t “simpler” than Amazon on the VAT side

Many sellers consider eBay less complex than Amazon because there’s no comparable FBA ecosystem. From a VAT perspective, though, the challenges are similar:

  • sales to consumers in multiple EU countries;
  • the single €10,000 OSS threshold covering all intra-EU B2C sales;
  • managing fees, commissions, refunds and returns;
  • possible use of third-party warehouses in other EU countries.

Organising your VAT data well on eBay is essential to keep control once you start selling beyond your domestic market alone.

Which reports to use from eBay

The starting point is understanding which eBay reports to put at the centre of the process. Broadly, you need at least:

  • a sales report with per-order detail, destination country and tax applied;
  • a fees and commissions report to separate gross revenue, fees and net proceeds;
  • a refunds/returns report to handle credit notes for VAT purposes.

eBay offers various exports from its “Reports” or “Finance” section, often in CSV format. The goal is to end up with a structure where each row represents a tax-relevant transaction (sale or refund) with:

  • date;
  • destination country (ISO code);
  • taxable amount;
  • VAT;
  • rate;
  • currency.

B2C, B2B and “deemed reseller” on eBay

With the e-commerce VAT reforms in force, eBay, like other marketplaces, sometimes acts as deemed reseller: the marketplace itself becomes the VAT taxable person for certain sales, in particular:

  • non-EU sellers selling to EU consumers;
  • some sales configurations below specific thresholds involving non-EU goods.

For an EU-established seller, most eBay sales remain their own tax responsibility, but it’s still important to:

  • distinguish sales where VAT is handled by the marketplace (deemed reseller) from those you need to declare yourself;
  • understand when the transaction counts towards your personal OSS threshold.

Many mistakes come from adding direct sales and marketplace-handled sales together into the same OSS base.

Structuring VAT data by country

Once you’ve extracted the eBay reports, the next step is structuring by country of consumption:

  1. Normalise the country codes (IT, DE, FR, ES, etc.).
  2. Filter for B2C sales relevant to OSS (customers without a VAT number, destination different from your country of establishment).
  3. Sum taxable amount and VAT by quarter and country, distinguishing the rates used.

A simple working data schema can include:

  • order_id;
  • country_of_destination;
  • b2b_flag;
  • taxable_amount;
  • vat_amount;
  • vat_rate;
  • transaction_type (SALE / REFUND);
  • period (month/year).

This then lets you:

  • monitor cumulative annual cross-border sales for calculating the OSS threshold;
  • produce a per-country report to pass to your accountant.

Integration with other channels (Amazon, Shopify, etc.)

In many cases, eBay is just one of several channels. To get a complete picture consistent with OSS, you need to combine eBay data with Amazon’s and any of your own e-commerce channels.

Practical rules:

  • use a common pivot schema (the same field names for country, taxable amount, VAT, rate);
  • tag the source (EBAY, AMAZON, SHOPIFY) to keep traceability;
  • never aggregate by channel at the filing stage: OSS works by country of consumption, not by marketplace.

Only for business analysis (margins, performance) does it make sense to go back to “per-channel” views.

Returns and credit notes on eBay

Returns and refunds need attention because:

  • they reduce the taxable base and VAT for the period in which they’re recorded;
  • they can relate to sales from previous quarters.

The operational rule is:

  • track the link between the refund and the original sale (via order_id or a similar ID);
  • use a negative sign for taxable amount and VAT on refund rows;
  • aggregate data by the fiscal period the refund belongs to, not the one the sale belongs to.

This way, the per-country report correctly reflects adjustments in later quarters.

Minimal checklist for an orderly VAT workflow on eBay

For an eBay seller starting to have sales in multiple EU countries, a useful checklist can be:

  • Extract monthly sales and refund reports in CSV.
  • Normalise countries, currencies and date formats.
  • Distinguish B2C from B2B (where possible).
  • Separate sales handled as deemed reseller by the marketplace.
  • Aggregate by country of consumption and rate.
  • Monitor cumulative cross-border sales against the OSS threshold.
  • Keep the original files for at least 10 years, together with the processed data.

How VATManager handles eBay data

VATManager lets you import eBay reports and:

  • standardise them onto the same schema used for Amazon and other channels;
  • classify sales, refunds and any special transactions;
  • aggregate taxable amount and VAT by country and period;
  • automatically separate OSS flows from domestic sales;
  • produce exports already in a format that’s “readable” for your accountant.

This way, the eBay channel too joins a single, controllable VAT pipeline, instead of becoming a “separate piece” managed in Excel.

📎 Learn more: A quarter of OSS in practice for a multichannel sellerAmazon VAT Transaction Report: how to read it without mistakesManaging Shopify and Amazon in the same VAT workflow

← Back to the blog Talk to us