Warehouse Events for Returns
Use the Return Processed API to trigger different return flows based on the acceptance or rejection of the registered return.
Overview
Return Processed API
Header parameters
userstringRequiredExample:
Your parcelLab account ID
1619884tokenstringRequiredExample:
Your parcelLab authentication token
<API-Token>Content-Typestring · enumRequiredPossible values:
Must be application/json
Body
xidstringOptionalExample:
External identifier for the return
66d8980c0c49874aecd20b68orderNumberstringOptionalExample:
Original order number
ORDER-0001rmaIdstringOptionalExample:
RMA identifier
RMA-1001courierstringOptionalExample:
Courier handling the return
upstrackingNumberstringOptionalExample:
Tracking number for the return shipment
1Z0001730802157555treatUnspecifiedAsRejectedbooleanOptionalExample:
When true, articles with unspecified rejected quantities are treated as fully rejected. Defaults to false if not provided.
falseResponses
202
RMA update accepted and being processed
application/json
400
Invalid request payload
application/json
401
Unauthorized request
application/json
500
Internal server error
application/json
post
/hook-rma-processedLast updated
Was this helpful?