# Non-Returnable Items and Already Returned Items

## Overview

Products can be listed as non-returnable or already returned on the item selection page of the <code class="expression">space.vars.Product\_ReturnsPortal</code>. Items that are excluded from return in each order are non-selectable and displayed in separate sections following the list of items in an order that can be registered for return.

{% tabs %}
{% tab title="Non-Returnable Items" %}

<figure><img src="https://1156682959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPf1Lv1YUuLYva6LrXQ%2Fuploads%2F0AjwIKz5VxdhZIGDXace%2FparcelFashionRP_Non-Returnable%20Items.png?alt=media&#x26;token=3aeeedba-3883-404b-b988-2eb099986324" alt=""><figcaption><p>Item selection page with list of non-returnable items</p></figcaption></figure>
{% endtab %}

{% tab title="Already Returned Items" %}

<figure><img src="https://1156682959-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPf1Lv1YUuLYva6LrXQ%2Fuploads%2FERF0GhEERQeZesf6MCUv%2FparcelFashionRP_Already%20Returned%20Items.png?alt=media&#x26;token=70f4609a-2d8c-406f-ba12-c0290fcc313f" alt=""><figcaption><p>Item selection page with list of already returned items</p></figcaption></figure>
{% endtab %}
{% endtabs %}

Orders containing bulky products or marketplace items can be displayed separately along with additional instructions for customers who may need to request for a carrier pickup or contact customer service first.&#x20;

#### Key Benefits

By displaying items that are not eligible for return in a separate section, you can provide your customers with a clear overview of which items are excluded from return (for example: dropshipments or items that were already returned).

Having a dedicated section for non-returnable items can help ensure that products are sent back to the correct warehouse (for example: if you have a marketplace in addition to your main brand) and can be used to clearly inform your customers on how they can return items that cannot be registered for return using the Returns Portal.

## Configuring the Non-Returnable Items Feature

The following sections describe the configuration required for the Non-Returnable Items feature.

### Customer Requirements

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

* The article data field used to identify the non-returnable product (for example: item ID).&#x20;

### Implementation Process

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

## Configuring the Already Returned Items Feature

The following sections describe the configuration required for the Already Returned Items feature.

### Customer Requirements

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

* The article data field used to identify if a product is already returned. \
  This can be done in either of the following ways:&#x20;
  * Include the `returnableQuantity` field when [providing order data](https://app.gitbook.com/s/m5MUhYrMmT0cei4QdxGn/returns/connect-order-data) to parcelLab.
  * Include a field specifying `returnable = false` when [providing order data](https://app.gitbook.com/s/m5MUhYrMmT0cei4QdxGn/returns/connect-order-data) to parcelLab.

### Implementation Process

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


---

# 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/non-returnable-items-and-already-returned-items.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.
