Return Authorization Subtab

These settings configure properties for the Return Authorization feature.

Cancel URL Root

This string lets you set a custom domain to override the default one for canceling 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 sets the return reasons shoppers can choose from. Each reason contains the following properties:

  • Reason (string) – the text for the return reason, up to 300 characters (including special characters).

  • ID (number) – the internal ID for the return reason. Each one needs a unique ID.

  • Order (number) – where the return reason appears in the dropdown 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

Related Topics

General Notices