Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This object represents an option on one of the kit components of a kit item in the shopping cart.

Field

Description

String itemId

Item id of the kit component item that this option belongs to.

integer itemOid

Item oid of the kit component item that this option belongs to.

integer optionOid

A unique option object identifier. This is provided to easy debugging with UltraCart premium support.

String name

Option name

String label

Option display label

boolean required

True if required

Boolean ignoreIfDefault

True if option will be ignored on the order if the default value is selected

String type

Type of option. See OPTION_TYPE_ constants in the checkoutapi.js for a list of valid values.

boolean oneTimeFee

True if the fee is only applied once (irregardless of quantity)

number costPerLine

Fee per line of text specified in a multiline option

number costPerLetter

Fee per letter specified in a single or multiline option

number costIfSpecified

Fee if specified

String selectedValue

Seleted value on the option

CartItemOptionValue[] values

Values that the customer can select from for radio or drop down style options

  • No labels