# Split Returns

## Overview

parcelLab’s Split Returns feature enables the routing of items to different warehouses when they are registered for return. The returns process will split in the beginning to prevent frictions and mixed returns.

The Split Returns feature enables single orders to be split into multiple returns, in cases where items need to be returned to different warehouses (for example: if an order was sourced from multiple warehouses) or require different return methods (for example: parcel delivery for smaller items and two-man handling for bulky items).

<figure><img src="https://1156682959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPf1Lv1YUuLYva6LrXQ%2Fuploads%2FlHrarGdgaVss75mCl9hQ%2FparcelFashion%20RP_Split%20Return%20Login%20Page.png?alt=media&#x26;token=4d14c640-e305-4600-a70a-d19eaad8efc2" alt=""><figcaption><p>Returns Portal login page for an order consisting of multiple deliveries</p></figcaption></figure>

In cases where items need to be returned to different warehouses, the process of registering a return is as follows:&#x20;

1. On the <code class="expression">space.vars.Product\_ReturnsPortal</code> login page, users enter their order number and email address to log in. \
   If a split return is required, the user will be prompted to select which delivery in their order that they want to register for return.&#x20;
2. Proceed with registering the return for the selected delivery (that is: selecting a return reason, compensation method, and downloading the return label).
3. On the confirmation page, your customers can opt to register another return for an item in that order, which directs them back to the login page to select the next item to return.\
   Users will receive one return label per return parcel.&#x20;

#### Key Benefits

An order can have multiple articles from different vendors and warehouses. In cases where items might need to go back to specific warehouses, users would need different labels for each return parcel. Using split returns from the point of return registration enables a smoother end-user experience for your customers when using the <code class="expression">space.vars.Product\_ReturnsPortal</code> and reduces frictions and mixed returns in your warehouses.

## Configuring the Split Returns Feature

The following sections describe the configuration required for the Split Returns feature.

### Customer Requirements

For the feature to work, you need to provide the following:

* The article attribute that requires split returns (for example: `productCategory=electronics`).
* The warehouse addresses that each type of product needs to be routed to.

### Implementation Process

To activate this feature, please contact your parcelLab representative with the information specified under the [Customer Requirements](#customer-requirements) section.


---

# 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.parcellab.com/docs/retain/returns-portal/features/split-returns.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.
