Order Invoicer
Woocommerce

WooCommerce e-invoicing setup

Configure WooCommerce billing meta for French VAT and company identifiers

WooCommerce custom data is matched by the exact meta key. Native VAT plugins may also expose billing_eu_vat_number.

France

  • VAT number: use billing_eu_vat_number when your VAT plugin exposes it. If not, create a customer or order meta key and paste its exact key into VAT number lookup via metadata
  • SIREN: create a customer or order meta key and paste its exact key into SIREN lookup via metadata
  • SIRET: create a customer or order meta key and paste its exact key into SIRET lookup via metadata

Tip

Make sure the meta key is present on the customer or order payload returned by WooCommerce.

On this page