What information does MageMail access from Magento over the API?
Here's an on overview of the information that it grabs:
Customers
- Name
Carts
- Entity ID
- Cart total
- Items in cart
Products
- Entity ID
- SKU
- Name
- Image
Orders
- Entity ID
- Order Number
- Customer Name
- Customer Email
- Order Totals**
- Shipping Address**
Order Items
- Product ID
- Product Name
--
** These fields are only pulled in when the order confirmation email is in use.