Norway (Norwegian VAT (MVM))

Norwegian VAT (MVM) is a requirement for sellers who sell into Norway. You need to enable the following settings to allow your sellers to assume liability for sales in Norway. You can also indicate if they are registered to pay VAT on Electronic Commerce (VOEC). This is the Norwegian legislation that is equivalent to VAT in the European Union (EU).

Marketplace Settings

Marketplaces who are registered to pay tax in Norway can partake in a scheme known as VAT on Electronic Commerce (VOEC).

You can indicate this using the special_tax_registration setting in the Marketplace settings for the NO region. For example:

"NO": {
                        "taxation": {
                            "physical": {
                                "is_seller_located_within_region": true,
                                "special_tax_registration": "VOEC"
                            }
                        }
                    },

Seller Settings

The seller must be configured as registered in Norway and physical tax must be enabled for Norway. You can configure these settings in the sellers' settings.

SettingDescription
taxation.physical.is_seller_registeredThis setting must be set to true if you want the seller to be able to pay tax in Norway.
taxation.physical.is_physical_tax_enabledThis setting must be set to true if you want the seller to be able to sell physical goods in Norway.

For example:

{
    "settings": [
        {
            "effective_from": "1970-01-01",
            "value": {
                "countries": {
                    "NO": {
                        "taxation": {
                            "physical": {
                                "is_seller_registered": true,
                                "is_physical_tax_enabled": true,
                                "seller_tax_number": "MARKETPLACE_Norway"
                            }
                        }
                    }
    ]
}