View as Markdown
Monta icon

Monta ACTION

Create RMA Link

Create an RMA (return merchandise authorization) link for an order, so a customer can start a return. Review existing returns for the order with List Order Returns. See the documentation
  • Action
  • Writes data
  • API key
  • SDK
  • MCP

IMPLEMENTATION

Call this tool

Connect a user's Monta account once, then configure and run Create RMA Link from your backend or agent.

SCHEMA

Inputs

Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.

Create RMA Link inputs
Property Type Description
orderId Order ID string
The ID of an order. Use the List Order ID Options action to discover order IDs.
Required Dynamic
url URL string
The URL of the RMA link (e.g. https://returns.example.com/rma/abc)
Optional
validUntil Valid Until string
The expiry date and time of the RMA link in ISO 8601 format (e.g. 2026-07-31T23:59:59Z)
Optional
isWarranty Is Warranty boolean
Whether the RMA link is for a warranty claim
Optional
isFree Is Free boolean
Whether the return is free of charge
Optional
guid GUID string
A unique identifier for the RMA link. Leave blank to let Monta generate one, or supply your own UUID (e.g. 123e4567-e89b-12d3-a456-426614174000)
Optional

REFERENCE

Tool details

Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.

Registry key
monta-create-rma-link
Version
0.0.2
App
Monta
Authentication
API key
Read-only
No
Destructive
No
Open world
Yes