v1.025
about 14 hours ago
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 valueVOEC(one ofVAT,IOSS,TIN,EIN,EORI,ARN,RFC,CPF,CNPJ,PCCC,VOEC). It affects the ordertax_id.typeinput on Create or Update Order and thetax_id.tax_id_typefield 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 ordertax_idinput does not enforce it.
📖 Documentation & Constraints Changes
- The
tax_id.type/tax_id_typefield descriptions now listVOECamong the allowed values.
No endpoints, fields, or required-status were removed or changed - fully backward-compatible.