▶️ Find and resolve sync errors
On this page
Step 1: Where to find sync errors
-
In the StoreConnect Console, click the Setup button in the header actions bar.
-
Under Synchronization, click Manage sync errors.
-
This opens the Sync Error Tool, which shows any current synchronisation errors.
- You can also access this via the App Launcher by searching for Sync Errors.
Step 2: Simulating an Example Error (for learning purposes)
To simulate a sync error:
-
Go to Object Manager in Salesforce setup.
-
Edit the Order object.
-
Add a new custom field (e.g., text field).
-
Set this field as Required.
-
Leave it hidden from the page layout so it can’t be filled in during a normal order.
Now when you place a test order through your website:
-
The sync will fail due to the missing required field.
-
A new sync error will appear in the Sync Error Tool.
Step 3: Review the Sync Error Details
-
Open the sync error record from the list.
-
Use the dropdown arrow → select Wrap Text to view the full error message.
-
Click the Information icon next to the error for a suggested fix.
In our example, the message might say: “Required field ‘Let’s create trouble__c’ not populated.”
Step 4: Fix the Underlying Issue
You have several options to resolve the problem:
-
Remove the “Required” status from the problematic field.
-
Assign a default value so it’s always filled in automatically.
-
Manually update the affected records to include valid values.
In our scenario:
-
Go back to Setup → Object Manager → Order → Fields.
-
Edit the custom field.
-
Deselect “Required” or add a default value.
-
Click Save.
Step 5: Resync the error records
-
Return to the Sync Error Tool (Setup > Synchronization > Manage sync errors).
-
Select all the errored records.
-
Click the Resync button.
If the issue is resolved, the records will now sync successfully. Your sync error list should now be empty.
Step 6: Confirm Successful Synchronization
-
Refresh the orders list view or relevant object list.
-
Verify that the previously failing records are now fully synced and visible.