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](./array-sfo.md) of [Order](./order-sfo.md) | 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](./array-sfo.md) of [WishListItem](./wishlistitem-sfo.md) | | | |
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 |