Articles in this section

Switch the fulfilment Method for an Item between AFN and MFN

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/FulfillmentCenterID = "AMAZON_NA"].'

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:
  1. SwitchFulfillmentTo = "MFN"
  2. Fulfillment Center ID = "DEFAULT"
  3. Lookup = "FulfillmentNetwork"
  4. Quantity = quantity
To Switch Fulfillment from MFN to AFN:
  1. SwitchFulfillmentTo = "AFN"
  2. Fulfillment Center ID = "AMAZON_NA"
  3. 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 
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.