The Dotdigitalgroup_Email_Model_Apiconnector_Client::getCampaigns method makes a single request to /v2/campaigns according to the developer documentation this endpoint is limited to 1000 campaigns. If a dotmailer user sends a lot of campaigns, their abandon cart campaigns soon drop down the list and no longer get returned as part of the most recently 1000 campaigns, thus attempting to re-save the Abandoned Cart section of the Magento configuration becomes impossible.
@pocallaghan Thank you for raising. We solved the same issue for Magento 2, but will now map to Magento 1 also. I'll report back when this is released.
The
Dotdigitalgroup_Email_Model_Apiconnector_Client::getCampaigns
method makes a single request to/v2/campaigns
according to the developer documentation this endpoint is limited to 1000 campaigns. If a dotmailer user sends a lot of campaigns, their abandon cart campaigns soon drop down the list and no longer get returned as part of the most recently 1000 campaigns, thus attempting to re-save the Abandoned Cart section of the Magento configuration becomes impossible.