Table of Contents |
---|
eBay Integration
Panel | ||
---|---|---|
Improvements Variation Options label can be renamed now without further errors from eBay Trading API Previously if any Variation Option label of your Magento Product was changed, this Item cannot be properly updated on eBay because of the errors returned. These errors were caused by the restrictions of eBay system which do not allow to update all the data for the Items which have sales, etc. The 6.4.4 version includes a mechanism which detects such changes and modifies the data which is sent to eBay to prevent further errors. This functionality passed an in-depth testing and the received results show that the issue is no longer persisting.
Let's look how it works using a particular example. You have a Grouped Product in your Magento which consist of 2 Child Products.
This Product was listed to eBay with the same Variation Option labels.
The Variation Option label was changed in Magento.
The Item will be revised on eBay and the updated Option label will be displayed.
Preventing the eBay Trading API errors if Magento Child Product was unassigned from Parent
In previous M2E Pro versions for the case when you remove one of the Magento Child Products (which is already listed to eBay), the eBay system returned you an error related to the mismatch between Variations presented on eBay and the ones you sent.
For example, your Product has 2 variations - red and green which are listed to eBay.
However, then the Green variation was removed from the Magento Product.
And during the next Revise action running, the error used to arise.
But the current version contains a workaround which prevents these errors and allows the Item to be revised on eBay. Preventing the eBay Trading API errors if Magento Child Product will be unassigned from Parent Preventing the eBay Trading API errors if Magento Child Product will be totally removed Price will be sent to the eBay each time during Relist action (together with QTY and Variations Data) |