Manual activation of ecommerce orders

Hi,

I have a few ecommerce orders in my system where the call to addEcommerceItem() succeeded but the call to trackEcommerceOrder() failed. Is it possible to manually activate these orders? I’ve already looked at the DB tables involved, but I’m not sure what data needs to added where.

Yes you can re-send these orders via the Tracking API, and you can even set the old date / time / visitor IP / etc.

Matt, thanks for your reply. Will take a look a the tracking API.