PipedreamHQ/pipedream

ACTION Returnista

Chiusa

#21.034 aperta il 2 giu 2026

 (2 commenti) (0 reazioni) (1 assegnatario)JavaScript (5305 fork)batch import
actionenhancementgood first issuehelp wantedtriaged

Metriche repository

Star
 (7438 stelle)
Metriche merge PR
 (Merge medio 9g 7h) (131 PR mergiate in 30 g)

Descrizione

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.

Guida contributor