Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.2 KB

ProductOptionAdd.md

File metadata and controls

20 lines (16 loc) · 1.2 KB

ProductOptionAdd

Properties

Name Type Description Notes
name String Defines option's name
type String 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 Bool Defines whether the option is available [optional] [default to true]
sortOrder Int Sort number in the list [optional] [default to 0]
_required Bool Defines if the option is required [optional] [default to false]
values [ProductOptionAddValuesInner] An array of option values.</b> [optional]
clearCache Bool Is cache clear required [optional] [default to true]

[Back to Model list] [Back to API list] [Back to README]