Problem
Orders are not flowing from your shopping cart to your WMS or backend system.
Solution
Check these settings to ensure the connection is up and running:
Check Cart Settings
- Browse to your cart settings by going to Carts > Select your cart > Edit Setup
- Under the Services section make sure you have turned on Order Download. The recommended option is Every 15 Minutes.
- Turn on the "Shipment Upload" and "Inventory Upload" services if desired. The recommended option is Every Hour.
- Make sure the cart settings are correct. For example, make sure any Order Status setting matches the Order Status of the orders in your cart.
- Scroll to the bottom of the page and click Test.
- If the test fails, click the Get Help or ? button and follow the directions to re-connect your cart.
- Click Save
After enabling any services, give Extensiv Integration Manager up to 30 minutes to sync everything through.
Check Merchant Settings
- Browse to your merchant settings by going to Merchants > Edit Setup
- Under the Synchronization with WMS section make sure you have turned on Order Delivery. The recommended option is Every 15 Minutes.
- Turn on the "Shipping Confirmations" and "Inventory" services if desired. The recommended option is Every Hour.
- Make sure the rest of the settings are correct.
- If there is a Test WMS Connection button, click it.
- If the test fails, you need to verify your WMS credentials are correct and re-enter them.
- Click OK
After enabling any services, give Integration Manager up to 30 minutes to sync everything through.
Check Alerts
- Browse to the Alerts tab.
- If there are any alerts with a Red icon, click on them to view.
- Read the alert to see if it is an issue you can fix.
- Some alerts will have a link showing how to fix the issue, or a link the the specific order with a problem. Click the link to resolve the issue.
Check Your Server
If you are using a shopping cart that is self hosted, you must ensure that all the timezone settings are correct on your server or orders will be missed. This includes the server timezone, the programming language timezone, and the database timezone. When using a self hosted cart it is your responsibility to ensure these settings are correct. Here's an example of how to verify these for a cart using PHP and MySQL:
You can check your MySQL time with the following query:
- select now()
In linux you can run:
And to check php you can run (from the linux command line):
- php -r "echo date('c').\"\n\";"
If these times don't all match you will either need to configure all platforms so they match, or configure them to properly convert timezones between each other.
If you are still having issues, open a support ticket explaining your issue in detail.
Related Articles
Tracking Not Syncing from WMS to Cart
Problem All or some of your shipment/tracking records are not syncing from your backend WMS to your shopping cart. Solution If Nothing Is Syncing Ensure Cart Shipment Upload is Enabled Browse to your cart settings by going to Carts > Select your cart ...
Some Orders Not Syncing from Cart to WMS
Problem Some Orders are not flowing from your shopping cart to your WMS or backend system. Solution Check Skipped Orders Browse to the Orders tab and click the Show Skipped Orders button. If Extensiv Integration Manager knowingly skipped any orders, ...
Setting Up SnapFulfil WMS
Required Parameters Credentials from Snapfulfil that are needed to setup this connection to CartRover. See below for instructions on how to request/obtain these credentials. Live/Test API URL Live/Test API Username Live/Test API Password Warehouse ...
Duplicate Orders Loaded in EasyPost
Problem A single order from your shopping cart or order source created two identical orders in EasyPost leading to EasyPost double shipping an order. Solution EasyPost does not support Extensiv Integration Manager sending a unique order identifier, ...
Product aliases in Extensiv Integration Manager
What is a product alias (aka. identifier)? Product aliases are unique values that identify product variants. (e.g. SKU, Listing SKU, UPC, MPN, ASIN, Internal Product ID, etc.) A single product variant may have many product aliases/identifiers. Why & ...