Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.33 KB

ProductOptionAdd.md

File metadata and controls

28 lines (17 loc) · 1.33 KB

ProductOptionAdd

Properties

Name Type Description Notes
name String Defines option's name
type Type Defines option's type that has to be added
productId String Defines product id where the option should be added [optional]
defaultOptionValue String Defines default option value that has to be added [optional]
optionValues String Defines option values that has to be added [optional]
description String Defines option's description [optional]
avail Boolean Defines whether the option is available [optional]
sortOrder Int Sort number in the list [optional]
required Boolean Defines if the option is required [optional]
values Seq<ProductOptionAddValuesInner> An array of option values.</b> [optional]
clearCache Boolean Is cache clear required [optional]

Enum: Type

Allowed values: [option_type_select, option_type_text, option_type_radio, option_type_checkbox, option_type_textarea, option_type_readonly, option_type_multiselect, option_type_multicheckbox, option_type_file, option_type_date, option_type_datetime, option_type_time]