> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/omnitron/sales-channels/sales-channel-settings/how-to-manage-easy-return-shipping-options-in-omnitron.md).

# How to Manage Easy Return Shipping Options in Omnitron?

This tutorial provides step-by-step instructions for managing Easy Return Shipping Options in Omnitron.

## <mark style="color:red;">Step 1: Access to Omnitron​</mark> <a href="#step-1-access-to-omnitron" id="step-1-access-to-omnitron"></a>

* Get access to the **Omnitron** panel.
* Enter your *Username* and *Password*, and then click the **Sign In** button.\
  ![](/files/FQgto2ESMuyyETj02bTx)

## <mark style="color:red;">Step 2: Navigate to Easy Return Shipping Options Page​</mark> <a href="#step-2-navigate-to-easy-return-shipping-options-page" id="step-2-navigate-to-easy-return-shipping-options-page"></a>

* Follow the **Sales Channels > Sales Channels Settings** sidebar and click the **Easy Return Shipping Options** page.<br>

  <figure><img src="/files/TrI38xeX2Gvu6dPLoQIR" alt=""><figcaption></figcaption></figure>
* This page displays the easy return shipping options that are essential for return processes related to the selected sales channel. Users are granted the capability to modify existing options or create new ones.<br>

  <figure><img src="/files/XfZvildqDIvEa5v0vs6B" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">Step 3: Adding a New Easy Return Shipping Option​</mark> <a href="#step-3-adding-a-new-easy-return-shipping-option" id="step-3-adding-a-new-easy-return-shipping-option"></a>

To add a new option, click the **+ Easy Return Shipping Option** button. Complete the form by filling in the following fields:

* **Shipping Company:** Select a shipping company for this integration.
* **Shipping Company Auth Code:** Enter the required authorization values for the shipping company. If you desire to transmit additional information such as package weight and cubic volume, you can input a JSON configuration to read the attribute values from the product.

  *Example JSON Config for Non-Extension Cargos:*

  ```
  {"url":"https://webservices.akinonkargo.com","client_password":"pasword","client_id":"client_id"}
  ```

  *Example JSON Config for Extension Cargos:*

  ```
  {"username":"akinon","url":"extension_url","easy_return_product_attributes":{"category":"category","deci":"deci"},"send_user_address":true,"password":"password"}
  ```
* **Start Date Gap:** Specifies the number of days after initiating the return request for the return to be processed. If you desire the easy return start date to be the same day as the return request is created, enter 0. *(It is not applicable for extension cargo, so any value can be entered.)*
* **Delivery Time:** Indicates the deadline for return shipping completion. Enter the maximum number of days after initiating the return request within which the return should be delivered. *(It is not applicable for extension cargo, so any value can be entered.)*
* **Shipping Company Prefix:** Enter the prefix to be added when generating the easy return code. *(It is not applicable for extension cargo, so any value can be entered.)*
* **Shipping Company Rules:** Filter items for easy returns based on specific rules by examining product attributes. Ensure the 'Rule' field is not left blank. See the example JSON below.

  *Example JSON Rule:*

  ```
  {"product": {"field_key": "attributes__", "field_values": [[null]]}}
  ```

  An easy return code can be generated based on the shipping address country. The following JSON rule can be referred to for guidance.

  ```
  {"country":{"field_key":"code","field_values":["country_id"]},"product":{"field_key":"attributes__easy_return_method","field_values":[["",null]]},"package_rule":"country"}
  ```
* **Status:** Toggle the easy return shipping option between active and passive states.

Once the relevant fields are completed, click the **Save** button.<br>

<figure><img src="/files/uWw7g4xBLTYklGHjj7Iw" alt="" width="448"><figcaption></figcaption></figure>


---

# 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.akinon.com/tutorials/omnitron/sales-channels/sales-channel-settings/how-to-manage-easy-return-shipping-options-in-omnitron.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.
