CartItemOption SFO

CartItemOption SFO

Properties

 

Field

Type

Comment/Sample

Field

Type

Comment/Sample

file

File

if the option is a type == file, this file field should be the uploaded file. 

highlight

boolean

deprecated. legacy carts only. 

label

string

 

labelI18N

string

same as label, but translated to the customers desired language.

name

string

 

nameI18N

string

same as name, but translated to the customers desired language.

pofa

integer

 stands for Placed Order File Attachments. It's an internal identifier for a file attachment. If this is non-null non-zero, then a file has been uploaded for this option.

type

string

 

value

string

 this represents the selected value.

values

Array of string

 

valuesI18N

Array of string

same as values, but translated to the customers desired language.

Methods

Method

Returns

Parameters

Parameter Types

Comments/Sample

Method

Returns

Parameters

Parameter Types

Comments/Sample

See Also