These settings configure properties related to the Return Authorization feature.
Cancel URL Root
This string specifies a custom domain used to override the domain used to cancel a return authorization.
ID
|
returnAuthorization.cancelUrlRoot
|
UI Location
|
My Account > Return Authorization
|
JSON file
|
ReturnAuthorization.json
|
Configuration file (pre-Vinson)
|
Configuration.js
|
Return Authorizations Reasons
This array defines the return reasons that are available to the user. Each reason specifies the following properties:
-
Reason (string) – specifies the text of the return reason.
-
ID (number) – specifies the internal ID of the return reason. Each item must have a unique ID.
-
Order (number) – specifies the order of the return reason in a drop down list.
-
Is Other (boolean) – specifies if the return reason is Other.
IDs
|
- returnAuthorization.reasons.text
- returnAuthorization.reasons.id
- returnAuthorization.reasons.order
- returnAuthorization.reasons.isOther
|
UI Location
|
My Account > Return Authorization
|
JSON file
|
ReturnAuthorization.json
|
Configuration file (pre-Vinson)
|
SC.MyAccount.Configuration.js
|