Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Info
Note: the newly implemented mechanism will be fully running for the Items listed via new version. For the Items which were listed earlier, the issue might still arise.

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 unassigned 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 - white and pink which are listed to eBay.

However, then the Green variation was unassigned 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 totally removed

In previous M2E Pro versions for the case when you completely 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 - white and pink 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.

Price will be sent to the eBay each time during Relist action (together with QTY and Variations Data)

Previously for the case when the Synchronize data option was enabled, the Price value was not sent to eBay during the Automatic Relisting. However, it might cause further issues.

So, to prevent any possible issues related to it, the improvement was implemented into the latest M2E Pro version and the Price value will be send to eBay along with Quantity and Variations data during the Item Relisting.

...