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.
Error message: Failed to add Amazon Order# X-Y-Z. Failed to save record. Please enter a value for the amount.
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}}