The following are common errors Omnivore may encounter when trying to send an order from Omnivore to Magento with how to resolve.
Error | Solution |
java.lang.IllegalArgumentException: Cannot find a Magento mapping for shipping method.... The shipping method could then be Courier AU_StandardDelivery etc | For Magento 1 retailers: Please refer to the FAQ: Cannot find a Magento mapping for shipping method For Magento 2 Retailers, please contact support to resolve your Magento Shipping Methods. |
uk.co.wilson.net.xmlrpc.XMLRPCFailException: This product is currently out of stock. | This means the product in the order (or one of the products in a multi-item order) is out of stock in Magento. In this situation, you have two options:
|
java.io.IOException: Server returned HTTP response code: 500 for URL: https://magento1.omnivore.com.au/index.php/api/xmlrpc Or any response code in the range 400 or 500. | This likely indicates an issue with your Magento server configuration, user permissions, or file system permissions. We recommend:
|
State does not appear to be correct - please check address , | This indicates that Magento is rejecting the order because the State in the address section is incorrect. To resolve this:
|
The order cannot be created in Magento due to these errors: uk.co.wilson.net.xmlrpc.XMLRPCFailException: Please check shipping address information. Please enter the telephone number. | This indicates that Magento is rejecting the order because the marketplace did not provide a phone number. To resolve this:
|
The order cannot be created in the retailer backend system due to these errors: Magento 2 failure:The requested Payment Method is not available. | The Omnivore Plugin relies on a custom payment method within the app, which cannot be changed or disabled. If this payment method has been removed or disabled in your Magento store, Omnivore will be unable to send orders to Magento, as a valid 'Payment Method' is required. To resolve:
|
The order cannot be created in the retailer backend system due to this error: Error = Magento 2 failure:The product's required option(s) weren't entered. Make sure the options are entered and try again | Omnivore does not support Magento Options, as we cannot push that data to the marketplace. Options to resolve this are:
|
Unique constraint violation found | "Unique constraint violation found" is an error from Magento, so unfortunately it's not something we can fix for you. Please escalate to your Magento Devs. https://magecomp.com/blog/fix-unique-constraint-violation-found-in-magento-2/ |
retailer-notified-failure at details: Magento 2 failure:SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction, query was: Magento 2 failure indicated error Magento issue General error: 1205 Lock wait timeout exceeded | The table Omnivore is attempting to update is locked by another Magento job, causing the update to fail and the request to time out. Fix: Click the "Resend to Retailer" button at the top of the order page in Omnivore to resolve this issue. |
The order cannot be created in Magento2 due to these errors: Magento 2 failure:You can buy this product only in quantities of 2 at a time. | Orders are failing when Omnivore tries to send them to your Magento store. The example orders we reviewed show 1 unit of the product, but Magento is rejecting them with an error stating that the minimum purchase quantity is higher. This issue appears to be related to a setting in Magento for the product. Please check and update this setting in your Magento instance. Once corrected, you can re-send the orders by clicking the "Send to Retailer Again" button at the top of the order page. |