CustomerProfile SFO

Properties

Field

Type

Comment/Sample

Methods

 

Method

Returns

Parameters

Parameter Types

Comments/Sample

addWishListItem(itemId)

void

itemId

string

getAddress1()

string

none

none

getAddress2()

string

none

none

getCity()

string

none

none

getCompany()

string

none

none

getCountry()

string

none

none

getDayPhone()

string

none

none

getEmail()

string

none

none

getEveningPhone()

string

none

none

getFax()

string

none

none

getFirstName()

string

none

none

getLastName()

string

none

none

getOrders()

Array of Order

none

none

getPostalCode()

string

none

none

getState()

string

none

none

getTerms()

string

none

none

getWishListItemCount()

integer

none

none

returns the count of wish list items this customer has

getWishListItems()

Array of WishListItem

 

 

isItemOnWishList(itemId)

boolean

itemid

string

true if item is on the wishlist

isUnapproved()

boolean

none

none

moveWishListItemDown(itemId)

void

itemId

string

moveWishListItemUp(itemId)

void

itemId

string

removeWishListItem(itemId)

void

itemId

string

updateWishListPositions()

void

none

none

call this after moving an item up or down the wishlist

See Also