API Reference

Add an attachment to an existing message in an existing RMA

Add an attachment to an existing message in an existing RMA.
Sample Curl
curl --location --globoff 'https://mygatewayurl.com/V1/storeview/default/dashboard/returns/return/message/5/attachment' --header 'Authorization: Bearer o1puu2ye124c8x7rf1tm6kcnxkjyovza' --header 'Content-Type: multipart/form-data; boundary=' --header 'Accept: /' --form 'attachment[]=@"/users/document/missing_price.csv"'/ --form 'attachment[]=@"/users/document/missing_price2.csv"'
.

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!