PipedreamHQ/pipedream

ACTION Returnista

已关闭

#21,034 创建于 2026年6月2日

 (2 条评论) (0 个反应) (1 位负责人)JavaScript (5,305 个派生)batch import
actionenhancementgood first issuehelp wantedtriaged

仓库指标

星标
 (7,438 个星标)
PR 合并指标
 (平均合并 9天 7小时) (30 天内合并 131 个 PR)

描述

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.

贡献者指南