# Appendix

## Exhibit A: Eligible tax group, type, and code

[Click this link](https://docs.digitalriver.com/digital-river-api/product-management/creating-and-updating-skus#tax-code) to see which tax codes are available in the Digital River API.&#x20;

A Digital River account is required to use this extension. If you do not have a Digital River account, you can sign up for one [here](https://dashboard.digitalriver.com/signup).

## Exhibit B: Sequence diagrams&#x20;

{% file src="<https://77625021-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MNZuMZbk2cjWhdeZ51z%2F-Me0J1Z-cud1AqW0xhuq%2F-Me0JS8iIbA8g_8W3muf%2FAdobe%20Ext.%20Sequence%20Diagram.png?alt=media&token=087a5eb8-bb4c-4761-a276-84dacf46b80d>" %}

{% file src="<https://77625021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdWIUpzsh48kjhCjqGGbj%2Fuploads%2FeEAfnKuHAXDwdKGqjUaM%2FAdobe%20Extenstion%20Sequence%20Diagram%20for%20Refunds.png?alt=media&token=6504a0c1-5e29-47f9-a32a-3699b5a5d058>" %}

## Appendix C: Initiating Refunds

Digital River settles against the payment instrument upon fulfillment of all or part of the order items. Before fulfillment, we collect no funds from the shopper and cannot issue refunds.

Click the Refund Offline button on the Credit Memo page in the Magento Admin UI to issue a refund. When you submit the refund, the system acknowledges it in real-time and, therefore, is not an offline process even though the name of the button is Refund Offline per the Magento convention.

The completion of the refund triggers a webhook. Magento receives the webhook and adds a note regarding the refund in the order’s comment section.

Digital River supports the following Magento refund types: quantity, line level, order level, shipping, tax, and adjustment.

{% hint style="info" %}
When you submit an Adjustment Refund for a portion of an order, you should submit all subsequent refunds for that order as Adjustment Refunds.
{% endhint %}


---

# 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/adobe-commerce-extension/adobe-commerce-extension-3.1.2/appendix-1.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.
