Problem: Error "Failed to add Amazon Order #XXXX."
Solution: The internal Id Lookup Expression must be correctly set for both the MFN (Merchant Fulfilled Network) and the FBA (Fulfilled By Amazon) order imports. Once updated, the flow should run successfully.
The expression ["custbodyebay_order", "equalto", "{{{AmazonOrderId}}}"], is incorrect. It should be ["custbodyebay_order", "is", "{{{AmazonOrderId}}}"]."
Selection of operator depends on type of field being compared:
Use "equalto" with numbers, decimals, internal Id number, and PO/check number.
Use "is" with free form text fields such as: strings, text, and checkbox type.
Comments
0 comments
Please sign in to leave a comment.