The concept of an Order within Mailchimp is similar to that of an order in other systems or even within TRYTN. The Order contains details about the customer making the purchase, the items purchased in the order, and additional order information such as taxes, fees, and status. The following TRYTN purchase information is sent to Mailchimp as an Order:
- Business Id (your unique TRYTN identifier)
- Campaign Id - any value that came across the
mc_cid
url parameter - Customer
- Customer Id (unique to the customer)
- Line Items - details about each product purchased
- Discount amount of item
- Line item Id - unique identifier for line item
- Price paid per quantity
- Product Id (unique TRYTN product identifier)
- Price Id (variant purchased of item)
- Quantity
- Promotion discount total
- Promotion applied (if any)
- Promo code
- Discount amount
- Type of promotion - fixed amount or percentage
- Purchase date
- Refund date (if any)
- Status - status of the order: "refunded" if refunded, otherwise "paid"
- Taxes - includes all taxes, fees, and buyer service fees (if any)
- Total
- Tracking code - "prec" if present in
mc_tc
url parameter - Transaction identifier
It is important to remember that all activities, merchandise, unscheduled items, and all add ons selected will be included as line items in the Order.