Intended Application
To update product item settings for existing product items.
Notes
- No header. First record is processed.
 - Any delimiter, except for a semi-colon and [tab], can be used to separate columns. The delimiter used is then specified at the time of file import.
 
File Structure
| 
			 DATA COLUMN  | 
			DATA TYPE | DATA REQUIRED? | FORMATTING | NOTES | 
|---|---|---|---|---|
| 
			 Alphanumeric  | 
			
			 Yes  | 
			Typically, the "SKU" is used here. | ||
| Set Points to Zero | 
			 Integer  | 
			Yes | 0 = Disabled | 1 = Enabled | |
| Set Retail Value to Zero | Integer | Yes | 0 = Disabled | 1 = Enabled | |
| Drop Product from Basket | Integer | Yes | 0 = Disabled | 1 = Enabled | 
Sample File
1: 2: 3:  | 
                                4326345123|1|0|1 1234324321|0|0|0 1235235324|1|1|0  | 
                            


