> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/list-advertise/sell-on-marketplaces/miravia/how-do-i-use-delivery-by-miravia-through-channable.md).

# How do I use Delivery by Miravia through Channable?

{% hint style="info" %}
Important I: This article assumes that you setup the Miravia API. If you haven't set this up yet, please first use [this guide](https://helpcenter.channable.com/hc/en-us/articles/8981665474834) to do so.
{% endhint %}

{% hint style="info" %}
Important II: An order connection is also required. Are you looking for general information about order connections or how to set up a regular order connection? You can find more information about this on this [Help Center article](https://helpcenter.channable.com/hc/en-us/articles/360011095300-How-does-the-order-connection-work-Order-Handling-) or on [this page](https://helpcenter.channable.com/hc/en-us/articles/360013996740-How-do-I-request-an-order-connection-).
{% endhint %}

This article will focus on Miravia's own delivery service, which is called “Delivery by Miravia”, from now on referred to as DBM. There is a difference in the execution when compared to other delivery services. Whilst other marketplaces ask sellers to deliver large shipments of a specific item to the marketplaces' fulfillment center, Miravia uses a “last mile delivery” principle. This means that you have to ship each individual order that uses DBM to a pre-specified warehouse that Miravia uses, and Miravia delivers the parcel to the customer for the last couple of miles.

Channable supports DBM for the Miravia API and order connection, and this article will explain step by step which actions you have to take to set this up.

### Before setup in Channable

Miravia deploys three different fulfillment types, Standard, Express & Economy. **Before pushing your items**, you have to enable these delivery services in your Miravia Seller Center:

![Miravia\_warehouse\_logistics.png](/files/e2f0b2dc6e8e42c60fb27346d4b5f0853af827f4)

### Setup in Channable

Create listings with the Delivery by Miravia \[DBM] delivery option

{% stepper %}
{% step %}

### Configure Delivery by Seller in Build step

Go to the Build step of the Miravia API. Make sure to set *Delivery by Seller* to No.

![](/files/c60d378723f3cb9c417d9c007d9c4b926a34bd91)
{% endstep %}

{% step %}

### Set delivery service attributes

Go to the Attributes step of the Miravia API and indicate the delivery service by setting the fields for earlier activated types to “Yes”.

![](/files/dd83a78b9d98d5c1cb9f7469969c5fd697ca0c55)
{% endstep %}
{% endstepper %}

Handle DBM-orders through Channable

We are able to fetch DBM-orders and send them to your back-end. However, Miravia does require Channable to transmit shipping labels to you. Therefore, we have created a special flow for this.

{% stepper %}
{% step %}

### Open the order and start shipment confirmation

Go to the order in the Channable tool, where you can click on "Shipment confirmation".

![](/files/59aa9e3c1c358df74809b935e0aba46aee98dcab)
{% endstep %}

{% step %}

### Fill in tracking and transporter, then send

Fill in the tracking code and the transporter, then click "send shipment confirmation".
{% endstep %}

{% step %}

### Download shipping label (time-limited)

Channable will expose the shipping label URL to you and set the order to “shipped” in Miravia. You then have **10 minutes** to download the shipping label using that specific URL. This shipping label will contain the address of the Miravia warehouse that the order needs to be shipped to.
{% endstep %}

{% step %}

### Order status and buyer notification

The order will be set to "Shipped" in Miravia and the tracking information will be transmitted to the buyer.
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.channable.com/list-advertise/sell-on-marketplaces/miravia/how-do-i-use-delivery-by-miravia-through-channable.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.
