Below are documented:
return-request.html page used by the customer to request a returnreturn-confirmation.html page confirming receipt of the return request.In addition to these, you can also use the variables common to all pages.
Page to submit a return request.
var (
// SKUs eligible for returns.
items []ReturnableItem
// Error message.
statusMessage html
)
Page where the customer is given confirmation that the return request was received.
var (
// Button to print the return. 7.1.29
buttonPrint html
// Page content.
content html
// Page image.
image html
// Return request number.
number string
// Return request status.
status html
)