# Step 4: Configure the product

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

| Attributes        | Description                                                                               |
| ----------------- | ----------------------------------------------------------------------------------------- |
| `countryOfOrigin` | The product’s country of origin                                                           |
| `eccn`            | The product’s Export Control Classification Number                                        |
| `drTaxGroup`      | The product’s tax group                                                                   |
| `drTaxType`       | The product’s tax group type                                                              |
| `drProductType`   | The type of product, either physical or digital                                           |
| `hsCode`          | The Harmonized System Code, an attribute indicating if the product is applicable for Duty |
| `drSkuGroup`      | Select the appropriate product tax from the list of groups returned from Digital River    |

{% hint style="info" %}
If you are using Digital River tax configuration, disable the OOB tax configuration. To disable the OOB tax configuration, Go to **Backoffice**, click the **Prices** tab, and select **n/a** from the **Tax Class** dropdown list.
{% endhint %}

<div align="left"><img src="/files/aqhAsAvnjLupsnj8Eqzu" alt=""></div>

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

```
$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;drSkuGroup;
;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;;
```

<div align="left"><img src="/files/-MQO_-2oARmmRpotnwRl" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/sap/sap-commerce-cloud-extension-1.2/configure-the-app/step-4-configure-the-product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
