# Pending Returns

To create new 'Customer Return', navigate to Returns > Pending returns. Click 'Data entry' button and select 'New' option as shown below.

<figure><img src="/files/9aKs3hmhnCYoeKo9EiMq" alt=""><figcaption></figcaption></figure>

In the 'New Customer Return' window select customer and warehouse using drop down menus.&#x20;

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

Click 'Submit' to continue.

{% hint style="info" %}
Notice: 'Customer' and 'Warehouse' fields are mandatory.
{% endhint %}

## Customer Return Details Page

After the return has been created, users can access return's detail page.

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

### Header

Header section contains general information about current customer return. Users can manually add references and comments in this section.&#x20;

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

### Shipment

Shipment section includes fields for Carrier, Dock door, and a User assignment function. This section is fully customizable.

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

### RMA Info Details&#x20;

This section contains ten fields for custom details about current customer return. Information from this field will also be visible from the returns list and can be used for sorting purposes.&#x20;

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

## Adding Products

Once the Customer Return Number is generated there are two options to add actual products -  "Add" or "From Shipped". Add will let you add any product within your warehouse that is assigned to a chosen customer. "From Shipped" option only allows you to add items from closed (fully processes) order.&#x20;

#### 'Add'

From the return details page, click 'Add' button as shown below.&#x20;

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

Select product Sku from the list and set quantity.&#x20;

<figure><img src="/files/8QsAOuQ1rJZp3biisS9h" alt=""><figcaption></figcaption></figure>

After all the products have been selected, customer return order can be released to floor and received back to your warehouse.&#x20;

{% hint style="info" %}
Notice: Adding product using this method will not include original pick ticket reference (source column is empty).
{% endhint %}

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

#### 'From shipped'

'From shipped' option only allows to chose products from actually shipped (closed) pick tickets. Click 'From shipped' button as shown below.&#x20;

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

Select the product from the 'Shipped Totes' and click 'Submit' to continue.

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

Using this method of adding product will add a source (original pick ticket) to the current customer return.

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

After all the products have been selected, customer return order can be released to floor and received back to your warehouse.&#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.p4warehouse.com/v2/returns/rma-and-customer-returns/pending-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.
