You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cron and helper related to Product Export do not operate as intended.
The exported products should be filtered to only include products allocated to websites for which Product Export is enabled. At present, export requests are generated for all products on all websites.
The product export requests are repeated as a multiple of the number of websites. Given that the request only consists of a SKU and these are globally scoped on both OrderFlow and Magento, there is no value in this and can lead to massive duplication of requests (hundreds of thousands in our case)
Specifying store ID under Product Export settings is redundant. Store scoped values are not referenced or retrieved in any useful way during the export request process or the subsequent SOAP call from OrderFlow.
I have partial or complete fixes for all of the above.
The text was updated successfully, but these errors were encountered:
The cron and helper related to Product Export do not operate as intended.
I have partial or complete fixes for all of the above.
The text was updated successfully, but these errors were encountered: