|  | @@ -126,7 +126,7 @@ class SpApiRequest:
 | 
	
		
			
				|  |  |              'datetime64[ns]')
 | 
	
		
			
				|  |  |          if 'add-delete' in decom_df.columns:
 | 
	
		
			
				|  |  |              decom_df['add-delete'] = decom_df['add-delete'].astype('string', errors='ignore')
 | 
	
		
			
				|  |  | -        if 'will-ship-internationally' in decom_df:
 | 
	
		
			
				|  |  | +        if 'will-ship-internationally' in decom_df.columns:
 | 
	
		
			
				|  |  |              decom_df['will-ship-internationally'] = decom_df['will-ship-internationally'].astype('string',errors='ignore')
 | 
	
		
			
				|  |  |          if 'expedited-shipping' in decom_df.columns:
 | 
	
		
			
				|  |  |              decom_df['expedited-shipping'] = decom_df['expedited-shipping'].astype('string',errors='ignore')
 |