Step 4: Configure the product

Learn how to configure the product.

Update the product’s required custom attributes listed in the following table before proceeding to checkout.

You can update product attributes either through Backoffice or by using the following ImpEx example for a bulk update.

If you are using Digital River tax configuration, disable the OOB tax configuration.

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


INSERT_UPDATE Product;code[unique=true]
		;$catalogVersion;countryOfOrigin(isocode);eccn;drTaxGroup(taxGroup);
		drTaxType(drTaxType);drProductType(code);hsCode
;553637;;US;EAR99;Physical Goods;Mobile Devices;Physical; 6404.20
;301233;;US;EAR99;Physical Goods;Mobile Devices;Physical; 6404.20
;592506;;US;EAR99;Software (Downloadable & Physical);Downloadable Media Kits;
Digital;

Last updated