v1.025

New tax identifier type VOEC (Norway VAT On E-Commerce).
The TaxIdType enum now accepts VOEC, so merchants selling to Norway can supply their Norwegian VOEC registration number as a tax identifier. This is an additive change - no existing value is rejected or removed.


🚀 New Endpoints

None

🛠 Schema & Property Updates

  • Fulfillment_UserBundle_Enum_TaxIdType - new enum value VOEC (one of VAT, IOSS, TIN, EIN, EORI, ARN, RFC, CPF, CNPJ, PCCC, VOEC). It affects the order tax_id.type input on Create or Update Order and the tax_id.tax_id_type field returned by order detail and list endpoints. Note: the "issued by Norway (NO), 7 digits" format validation applies only to store tax IDs managed in the ShipMonk app; the order tax_id input does not enforce it.

📖 Documentation & Constraints Changes

  • The tax_id.type / tax_id_type field descriptions now list VOEC among the allowed values.

No endpoints, fields, or required-status were removed or changed - fully backward-compatible.