PipedreamHQ/pipedream

ACTION Returnista

Fermée

#21 034 ouverte le 2 juin 2026

 (2 commentaires) (0 réaction) (1 personne assignée)JavaScript (5 305 forks)batch import
actionenhancementgood first issuehelp wantedtriaged

Métriques du dépôt

Stars
 (7 438 étoiles)
Métriques de merge PR
 (Merge moyen 9j 7h) (131 PRs mergées en 30 j)

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.

Guide contributeur