Note: The name “SmartConnector” has changed to the “Integration App” as they are built on our Integration Platform as a Service (iPaaS), integrator.io.
Problem: The following error may appear for the Order FBA 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}}

Comments
0 comments
Please sign in to leave a comment.