This object represents an option on one of the items in the shopping cart.
Field | Type | Description |
value | string | Value of the option |
additionalCost | number | Additional cost the customer will pay if they select this option |
additionalWeight | Weight | Additioanl weight included in the order if they select this option |
defaultValue | boolean | True if this option value should be the default |
displayOrder | integer | Order in quick the options should be displayed. Lower display orders should come first. |