Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 854 Bytes

File metadata and controls

13 lines (10 loc) · 854 Bytes

# ListOption

Properties

Name Type Description Notes
item_id string The unique id of this option’s item value. [optional]
item_label string The displayable name of the option item. [optional]
item_code string An internal code (e.g. sku) to associate the item option. [optional]
item_display_order int The order in which this item will be displayed among other items. Minimum is 0. Lower values indicate higher priority in order. [optional]
price_adjustment float An amount to adjust to the product price is selected. Negative value indicates subtraction from price. [optional]

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