PipedreamHQ/pipedream

ACTION Returnista

Closed

#21,034 opened on Jun 2, 2026

 (2 comments) (0 reactions) (1 assignee)JavaScript (5,305 forks)batch import
actionenhancementgood first issuehelp wantedtriaged

Repository metrics

Stars
 (7,438 stars)
PR merge metrics
 (Avg merge 9d 7h) (131 merged PRs in 30d)

Description

For Neople

Is there a specific app this action is for?

Yes, this is for Returnista — a returns management platform for e-commerce.

Please provide a link to the relevant API docs for the specific service / operation.

https://platform.returnista.com/reference/rest-api/


Requested Actions

1. Get Return Order (Read a single return order)

Retrieve a single return order by ID, including status, date, price, return reason, and other details.

2. List Return Orders (Read all return orders)

Retrieve a list of all return orders for an account, with filtering by status, date, return reason, etc.

3. Approve Return Request

Approve a draft return order request, accepting it for further processing.

4. Reject Return Request

Reject a draft return order request.

5. Create Return Label (multi-step)

Create a return shipping label. This involves the following steps:

Step 5a: Create Draft Return Order

Create a new draft return order for a consumer.

Step 5b: Accept Return Request

Accept the draft return order to confirm it.

Step 5c: Get Return Order Data (for label URL)

Retrieve the return order details including the label URL.

6. Resend Confirmation Email

Resend the confirmation email for a return order.

Contributor guide