This object represents an option value on one of the items in the shopping cart. Option values are usually used to provide a dropdown list of choices for the customer to select when choosing item options. See item configuration for instruction on setting up item options.
Note |
---|
Local currency fields are only available in the REST API. |
Field | Type | Description | |
String value | string | Value of the option | |
baseCurrencyCode | string | The default currency of the merchant. | |
additionalCost additionalCostLocalized additionalCostLocalizedFormatted | number | additionalCostAdditional cost the customer will pay if they select this option | |
additionalWeight | Weight | additionalWeightAdditioanl weight included in the order if they select this option | |
currencyCode | string | The current currency of the shopping cart. | |
defaultValue | boolean | defaultValueTrue if this option value should be the default | |
displayOrder | integer | displayOrderOrder in quick the options should be displayed. Lower display orders should come first. |