> 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/limitations.md).

# Limitations

While integrating Digital River with BigCommerce offers numerous benefits, it's important to be aware of some limitations. This integration does not currently support certain features and functionalities, and you must take special care, particularly regarding payment and tax integrations. Below is a detailed list of the specific limitations you may encounter:

* Suppose you already have a transacting store with a non-Digital River payment integration. In that case, you must turn off any non-Digital River payment and tax integrations before connecting with Digital River.
* This integration does not currently support the following features.
  * For SKU groups, there is only one `hsCode` per product
  * [Gift wrapping](https://support.bigcommerce.com/s/article/Gift-Wrapping?language=en_US)
  * [Creating tax-exempt customers](https://support.bigcommerce.com/s/article/How-do-I-have-customers-with-a-tax-exempt-status?language=en_US)
  * [Gift certificates](https://support.bigcommerce.com/s/article/Gift-Certificates?language=en_US)
  * [Buy one get one free (BOGOF)](https://support.bigcommerce.com/s/article/Possible-Discounts-Offer?language=en_US#promotions)
  * [Stored payment methods](https://support.bigcommerce.com/s/article/Enabling-Stored-Payment-Methods?language=en_US)
  * Stored credit
* When the BigCommerce control panel triggers a refund and fails, the order status will continue to display as refunded to the customer. The order timeline will reflect the failure correctly, and you must use the Digital River [Dashboard ](https://dashboard.digitalriver.com/login)to [process the refund](https://docs.digitalriver.com/digital-river-api/administration/dashboard/order-management/orders/creating-a-refund).
* At this point, you must [refund the order](https://docs.digitalriver.com/digital-river-api/administration/dashboard/order-management/orders/creating-a-refund) from the [Digital River Dashboard](https://dashboard.digitalriver.com/login). See [Processing Refunds](https://support.bigcommerce.com/s/article/Processing-Refunds?language=en_US) for more information.


---

# 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/limitations.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.
