> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/bigcommerce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/bigcommerce/1.0-4/introduction/requirements.md).

# Requirements

You must meet the following requirements before you can integrate the app.

* You must use an optimized one-page checkout.
* You must install the Digital River Payments, Fraud, Tax & Compliance Management app (Digital River app).
* You must not have any other tax provider app installed.
* You must not have any other payment provider connected.
* You must have a phone number for shipping and billing information on checkout.
* You must use the [Adding Products (v3](https://support.bigcommerce.com/s/article/Adding-Products-v3?language=en_US)) interface.
* You must use the [Product Options (v3)](https://support.bigcommerce.com/s/article/Product-Options-v3?language=en_US) interface.

### Product setup requirements&#x20;

You must fill out the following fields for each product:

* [SKU](https://docs.digitalriver.com/digital-river-api/product-management/skus#skus)
* [Country of origin](https://docs.digitalriver.com/digital-river-api/product-management/creating-and-updating-skus#country-of-origin)&#x20;
* [Export Control Classification Number](https://docs.digitalriver.com/digital-river-api/product-management/creating-and-updating-skus#eccn) (ECCN)–You can add the ECCN through a Custom Field. The field name must be ECCN.&#x20;
* [Tax Code](https://docs.digitalriver.com/digital-river-api/product-management/creating-and-updating-skus#tax-code)
* [`skuGroupId`](https://docs.digitalriver.com/digital-river-api/product-management/creating-and-updating-skus#sku-group-identifier)–The `skuGroupId` uniquely identifies a [SKU group](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/SKUs) configured for your Digital River account. A SKU group allows you to define the global markets, trading patterns, and their functionality. For more information, see [Grouping SKUs](https://docs.digitalriver.com/digital-river-api/product-management/setting-up-sku-groups). To configure your SKU groups, contact your Digital River Account Manager.

{% hint style="info" %}
When updating the `skuGroupId`, it is important to update or change the Basic Product details simultaneously. This ensures that the product details are properly synchronized with Digital River when the webhook is triggered.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digitalriver.com/bigcommerce/1.0-4/introduction/requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
