GET v2/changeSKU/settings

Settings used to determine visibility and module settings for Change SKU activity

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ChangeSKUSettingsModel
NameDescriptionTypeAdditional information
AllowMultipleRTIs

boolean

None.

DefaultSKUTypeID

Defauly SKUType ID that is selected on first step

integer

None.

HideSerializedToggle

Do not display the toggle for Serialized and Non-Serialized

boolean

None.

SelectSKUBeforeBarcode

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "allowMultipleRTIs": true,
  "defaultSKUTypeID": 2,
  "hideSerializedToggle": true,
  "selectSKUBeforeBarcode": true
}