Problem: Error: 'The value in the "Message/Inventory/Quantity" (0) field was ignored because it is invalid or conflicts with the value in another field.: [Message/Inventory/
Solution: The fulfillment method for an item can be switched between AFN and MFN through the Inventory flow by updating the settings.
To Switch Fulfillment from AFN to MFN:
- SwitchFulfillmentTo = "MFN"
- Fulfillment Center ID = "DEFAULT"
- Lookup = "FulfillmentNetwork"
- Quantity = quantity
To Switch Fulfillment from MFN to AFN:
- SwitchFulfillmentTo = "AFN"
- Fulfillment Center ID = "AMAZON_NA"
- Lookup = "FulfillmentNetwork"
Additional Notes:
-
Do not send quantity to switch to AFN.
- Add the following to the field mapping for Quantity in the Inventory Flow so that the quantity isn't included for AFN items.
{{#compare [Switch Fulfillment To] "==" "MFN"}}{{Quantity}}{{/compare} }
-
Set Fulfillment Center ID as follows:
- AMAZON_NA is for the North America Marketplace
- AMAZON_EU is for Europe
- AMAZON_CN is for Canada
Comments
Please sign in to leave a comment.