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. | It means the product in the order (or one of the products for a multi item order) is out of stock in Magento. In this case you can either:
|
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. | It means there's likely an issue in the Magento server configuration, Magento user permissions or file system permissions. We recommend:
|
State does not appear to be correct - please check address , | This means your Magento is rejecting the order due to the State is incorrect,
|
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 means your Magento is rejecting the order due to the there being no phone number supplied by the marketplace. To resolve, got to the order page,
|
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 uses a specific Payment Method that is custom within the App and cannot be changed or disabled. If you have disabled or removed this payment method in any way in your Magento Store we will not be able to send orders to Magento as 'Payment Method' is required. To resolve: check and re-enable payment methods in Magento so that Magento can accept payment methods from Omnivore. If you have a Magento Developer they may need to check this for you. |
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 You either have to make the required options not required in magento or manually handle the order if you cannot turn off the required options permanently they should block the product from listing. The work around is to make that product configurable and relist. |
Unique constraint violation found | "Unique constraint violation found" is an error from Magento, so unfortunately its 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 trying to update is locked by another Magento Job and Omnivore is unable to update and the request has timed out Fix - Use the "resend to retailer" button at the top of the order page in Omnivore. |
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 is attempting to send it to your Magento store. The example orders we checked are for 1 unit of the product but Magento is rejecting the order stating that the fewest number of units that can be purchased for this product is 4 or 6 depending on the error message and product. So, this looks like a Magento setting on the product that will need to be checked and resolved on your Magento instance. Once you have corrected this setting, you can attempt to re-send the orders to your store by clicking on the send to retailer again button at the top of the order page. Please try that out and let us know how you get on. |