Wish List Data
Wish list data is exported to a JSON file named Wishlist.json and contains the Wishes object along with its paired Transfer object.
Wishes
Key | The key paired to this data set. | ||||
WishlistAssociate |
Integer, max 3 digits, cannot be null The associate number that entered this wish. |
||||
WishlistBuyFor |
String, max 50 characters, cannot be null The person this wish is for. |
||||
WishlistBuyForCustAccountKey |
String, max 50 characters, can be null For linked customer accounts (spouse/partner), the customer number of the primary account that this wish should be purchased for. |
||||
WishlistBuyForCustKey |
String, max 255 characters, can be null The customer number of the person who this wish is for. |
||||
WishlistCustAccountKey |
String, max 50 characters, cannot be null For linked customer accounts (spouse/partner), the customer number of the primary account that this wish belongs to. For non-linked accounts, this will be the same as WishListCustKey. |
||||
WishlistCustKey |
String, max 255 characters, cannot be null The customer number in format [CustomerStoreId - Customerid], e.g. 001-00001, that this wish belongs to. |
||||
WishlistDateBought |
Date/Time, mm/dd/yyyy hh:mm:ss, can be null The date/time this wish was purchased. |
||||
WishlistDateEntered |
Date/Time, mm/dd/yyyy hh:mm:ss, cannot be null The date/time this wish was created. |
||||
WishlistDateRemoved |
Date/Time, mm/dd/yyyy hh:mm:ss, cannot be null The date/time this wish was removed. |
||||
WishlistEventDate |
Date/Time, mm/dd/yyyy hh:mm:ss, can be null The date/time of the event or occasion that this wish is for. |
||||
WishlistEventDesc |
String, max 50 characters, can be null The event or occasion that this wish is for. |
||||
WishlistFinalItkey |
String, max 50 characters, can be null For wish's that became purchases, the item number of the sold item. |
||||
WishlistItemDesc |
String, max 255 characters, cannot be null The wish's description. If a wish's description is longer than 255 characters the overflow goes into WishlistItemDescMemo. |
||||
WishlistItemDescMemo |
String, max 63,999 characters, can be null The first 255 characters of an item's description are stored in WishlistItemDesc. If the description exceeds this the additional characters are stored here. |
||||
WishlistItemImage |
String, max 63,999 characters, can be null The image file linked to this item. If there are multiple images each file name delineated by a vertical bar. |
||||
WishlistItemKey |
String, max 50 characters, cannot be null The item number associated with this wish in the format [itStoreId] - [CatId] - [itStockNo] e.g. 001-100-00001. For wishes not associated with an item this will contain the string 'Non Stock Item'. |
||||
WishlistItemStyle |
String, max 255 characters, can be null The vendor's style number. |
||||
WishlistItemVendor |
String, max 255 characters, can be null The vendor's ID (internal abbreviation). |
||||
WishlistKey |
String, max 255 characters, cannot be null The key for this wish. |
||||
WishlistMaxPrice |
Decimal, max 18 characters, can be null Used in conjunction with WishlistMinPrice to set a price range for this wish. |
||||
WishlistMemo |
String, max 255 characters, can be null Comments or notes about this wish. |
||||
WishlistMinPrice |
Decimal, max 18 characters, can be null Used in conjunction with WishlistMaxPrice to set a price range for this wish. |
||||
WishlistOOKey |
String, max 255 characters, can be null For wishes that are special ordered, the special order number. |
||||
WishlistSaleKey |
String, max 50 characters, can be null For wish's that became purchases, the sale number item was sold on. |
||||
WishlistSeq |
Integer, max 7 digits, cannot be null This number is incremented by one each time the wish record is updated. |
||||
WishlistStore |
Integer, 3 digits, cannot be null The store number for this wish. |
||||
WishlistUpdateDateTime |
Date/Time, mm/dd/yyyy hh:mm:ss, cannot be null The date/time this wish was last modified. |
||||
WishlistUpdateSeq |
Integer, max 7 digits, cannot be null This number is incremented by one each time the wish record is updated. |
||||
WishlistUpdateStation |
Integer, max 3 digits, cannot be null The workstation number that last updated this wish. |
||||
WishlistUpdateStore |
Integer, max 3 digits, cannot be null The store number that last updated this wish. |
||||
WishlistUpdateUser |
Integer, max 3 digits, cannot be null The associate number that last updated this wish. |
||||
WishlistWhoToNotify |
String, max 255 characters, can be null The name of the person who should be notified about this wish. |
||||
WishlistWhoToNotifyCustKey |
String, max 255 characters, can be null The customer number of the person who should be notified about this wish. |
||||
WishlistXfer |
Boolean, True/False, cannot be null
|
Wish Transfer
This object links your wish record to an Edge customer record.
WebTransferKey |
String, max 255 characters, can be null Internal Edge key - do not change |
WebTransferEdgeID |
String, max 255 characters, can be null Internal Edge key - do not change |
WebTransferWebID |
String, max 255 characters, can be null Your ID number or key for this customer record; used to link your customer record to the Edge New wishes cannot be imported without linking to an existing customer's WebTransferWebID. |
WebTransferLastModified |
Date/Time, mm/dd/yyyy hh:mm:ss, cannot be null The date/time this record was last updated. |
WebTransferRequiresWebUpload |
Boolean, True/False, cannot be null Internal flag - do not change |
WebTransferRequiresEdgeAttention |
Boolean, True/False, cannot be null Internal flag - do not change |
WebTransferType |
Integer, 1 digit, cannot be null Internal flag - do not change |