Skip to main content
Reference

CustomerProfile SFO

Properties

FieldTypeComment/Sample

Methods

MethodReturnsParametersParameter TypesComments/Sample
addWishListItem(itemId)voiditemIdstring
getAddress1()stringnonenone
getAddress2()stringnonenone
getCity()stringnonenone
getCompany()stringnonenone
getCountry()stringnonenone
getDayPhone()stringnonenone
getEmail()stringnonenone
getEveningPhone()stringnonenone
getFax()stringnonenone
getFirstName()stringnonenone
getLastName()stringnonenone
getOrders()[Array](./array-sfo.md) of [Order](./order-sfo.md)nonenone
getPostalCode()stringnonenone
getState()stringnonenone
getTerms()stringnonenone
getWishListItemCount()integernonenonereturns the count of wish list items this customer has
getWishListItems()[Array](./array-sfo.md) of [WishListItem](./wishlistitem-sfo.md)
isItemOnWishList(itemId)booleanitemidstringtrue if item is on the wishlist
isUnapproved()booleannonenone
moveWishListItemDown(itemId)voiditemIdstring
moveWishListItemUp(itemId)voiditemIdstring
removeWishListItem(itemId)voiditemIdstring
updateWishListPositions()voidnonenonecall this after moving an item up or down the wishlist

See Also

Was this page helpful?