Amazon IO Error – “Please enter a value for amount.”

 

Problem: The following error may appear for the Order FBA or MFN flow. It occurs when an item has no price associated with it in the Amazon order. This can occur when an item has to be reshipped by Amazon, but the customer is not being charged. 

Solution: Add the following mapping to the Order FBA flow to set the amount of the item to $0.  This will allow these orders to be imported into NetSuite. 

{{#if $.OrderItem[*].ItemPrice.Amount}}{{$.OrderItem[*].ItemPrice.Amount}}{{else}}0{{/if}} 

FBA_Order_Amount_Mapping.jpg

Leave a comment

Your email address will not be published. Required fields are marked *