> 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-shipping-options-in-omnitron.md).

# How to Manage Shipping Options in Omnitron?

This tutorial provides step-by-step instructions for managing shipping options operations 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 Shipping Options Page​</mark> <a href="#step-2-navigate-to-shipping-options-page" id="step-2-navigate-to-shipping-options-page"></a>

* Follow the **Sales Channels > Sales Channel Settings** steps and click on the **Shipping Options** cardbox.

{% hint style="info" %}
**Shipping Options** cardbox appears only when the selected sales channel type is web. In other words, for *shop-type* of sales channels, this cardboard appears.
{% endhint %}

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

## <mark style="color:red;">Step 3: View/Filter Shipping Options​</mark> <a href="#step-3-viewfilter-shipping-options" id="step-3-viewfilter-shipping-options"></a>

* By clicking on the **Shipping Options** cardbox on the **Sales Channel Settings** menu, the **Shipping Options** page can be accessed.
  * A Shipping Option can be described as the customers’ checkout-step cargo option on related Sales Channel.
* Users can;
  * view the *Shipping Options* for the related Sales Channel,
  * filter *Shipping Options* with respect to *Name, Slug, Payment Options* and *their Status* values,
  * add a *New Shipping Option*,
  * edit an existing *Shipping Option* on the **Shipping Options** page.<br>

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

## <mark style="color:red;">Step 4: Add/Edit Shipping Option​</mark> <a href="#step-4-addedit-shipping-option" id="step-4-addedit-shipping-option"></a>

* Clicking on **+ New Shipping Option** button or clicking on the listed Shipping Options, users can reach the **Add/Edit Shipping Option** form.
* Users can;
  * give value to the *name, slug, order* inputs of the *Shipping Option,*
    * The *order* value of the Shipping Option determines the ranking of relevant shipping options on the checkout step.
  * fill in the *calculator, rule* and *description* fields with JSON format,
  * select the *status (Active, Passive)* and *delivery type (In-store, Next Day, Same Day, Standard)* values, for the Shipping Option.

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

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

{% hint style="info" %}
For more information about the *calculator* and *rule*, the [Shipping Rules Calculator](/technical-guides/commerce/shipping-rules-calculator.md) document can be seen.
{% endhint %}

{% hint style="info" %}
For a Shipping Option to be listed on the checkout properly, the *Slug* value of the Shipping Option should be the same as the *ERP Code* value of the related Shipping Company, defined in the Settings > Shipping Companies.
{% 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.akinon.com/tutorials/omnitron/sales-channels/sales-channel-settings/how-to-manage-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.
