SKIPPING: Order status update

Problem

The following message is observed:

SKIPPING: Order #XXXXXXXXX status update. Mapped Salesforce status matches multiple Magento Order statuses - not sure which one should be selected

What does this mean?

You have multiple different order statuses in Magento mapped to a single status in Salesforce (see the image below). When Salesforce is attempting to update Magento order, Magento cannot figure out which Magento order status to use.

Solution :

To avoid the problem, a unique Salesforce order status must be assigned to every Magento order status.

You should find the "Status" order field and add new values first.

Adding an order status in Salesforce:

  1. Navigate to Setup
  2. In QuickSearch, type "Order"
  3. Navigate to Customize > Order > Fields
  4. Find "Status" under Order Standard Fields and click on the "Status" label
    screenshot-2.png
  5. You will see the following page
    screenshot-3.png
  6. Add new order statuses by clicking on the "New" button under Order Status Picklist Values


Updating Order Status Mappings in Magento:

  1. Navigate to Salesforce (tab) > Field Mappings > Order Mappings > Statuses
    screenshot-5.png
  2. Click on a row you wish to modify / update
  3. Select a new Salesforce order status from the dropdown
  4. "Save" your changes
  5. Repeat until all Magento order statuses are mapped to unique Salesforce order statuses


Related articles