Step 6: Set up regulatory fees

Learn how to set up Regulatory Fees.

Set up the Regulatory Fees section in Backoffice:

  1. A configuration page with the following attributes will appear:

    Field

    Description

    Code

    Regulatory fee code

    Type

    Regulatory fee type

    Product

    Product with the applied regulatory fee

    Amount

    Regulatory fee amount

    Currency

    Regulatory fee currency amount

    Country

    Regulatory fee country

    Subdivision

    Regulatory fee subdivision

  2. Add or update the configuration details and click Save.

Troubleshooting tips

If the Regulatory Fees section does not appear after the system update, follow these steps in Backoffice:

  1. You can now view the Regulatory Fee section.

Digital River regulatory fee ImpEx
$productCatalog=electronicsProductCatalog
$productCatalogName=Electronics Product Catalog
$catalogVersion=catalogversion(catalog(id[default=$productCatalog]),
version[default='Online'])[unique=true,default=$productCatalog:Online]


INSERT_UPDATE DRRegulatoryFee;code[unique=true];rfType(code);rfProduct(code,$catalogVersion);rfAmount;rfCurrency(isocode);rfCountry(isocode);subdivision(isocode)
;TestImpex_1992693;battery;1992693;8;USD;US;US-PR
;1992693_UK;battery;1992693;7;GBP;GB;
Regulatory fee type ImpEx
INSERT_UPDATE DRFeeType;code[unique = true];name;
; test; testfeetype

Last updated