# Create and Send Returns Shipping Label to customer

If you run a successful e-commerce store then you know that generating and sending a Returns shipping label to the customer is an integral part of the whole return process.

Handling label generation manually can be time-consuming, so we built this feature which lets you generate and send shipping labels from within the App.

Here are the instructions.

#### Connect the App to Shippo

The First Step is to connect the RMS App with Shippo.  For those who don’t know, Shippo is a **Shipping API provider**. We currently support Shippo and plan to integrate with EasyPost in the near future.

In order to connect with Shippo, you will need to enter your API credentials and then connect the App. Once the App is connected you can simply select the Carrier of your choice.  Here is a screenshot

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

#### Fill in the Warehouse Details

This is the address where you will receive the returns shipment.  So if Google uses the RMS App this is what they will fill in the Warehouse detail screen

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

#### Generate the Label

Now that we have successfully configured the App, we can start with label generation. A label can be generated for any approved Returns Request. Simply click on the Edit Request button. There you will see a Generate Labels  Tab. Simply follow the wizard to generate the Label.

{% embed url="<https://vimeo.com/344073052>" %}


---

# 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://help.spicegems.com/easy-returns-management-system/create-and-send-returns-shipping-label-to-customer.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.
