...
If you do not want DOI process, then disable it in both Shopify and Maileon
Sync Order Confirmations
Order details are transferred to Maileon as a contact event for each new order. Two contact event types are used by the plugin:
shopify_orders_v3
: in this contact event type, the order data is stored in a JSON type field, and the ordered products are stored in a JSON type field.shopify_ordered_products_v1
: in this contact event only one of the ordered products is included, so if three products were ordered when the order was placed, three contact events will be created.
shopify_orders_v3 contact event type fields
Field name | Type | ||
---|---|---|---|
| string | ||
| timestamp | ||
| string | ||
| JSON | ||
| string | ||
| string | ||
| string | ||
| string | ||
| string | ||
| float | ||
| float | ||
| float | ||
| string | ||
| float | ||
| string | ||
| string | ||
| string | ||
| float | ||
| string | ||
| string | ||
| string | ||
| string | ||
| string | ||
| string | ||
| string | ||
| string |
| string |
| string | ||
| string | ||
| string | ||
| string | ||
| string | ||
| string | ||
| string |
| string |
| string |
| string |
| string | ||
| string | ||
| string | ||
| string | ||
| string |
| string |
| string |
order.items
json content
Field name | Type |
---|---|
| string |
| string |
| string |
| float |
| float |
| string |
| string |
| string |
| string |
| string |
| float |
| string |
| string |
| string |
| string |
| boolean |
| string |
| string |
| string |
| string |
| string |
| string |
shopify_ordered_products_v1 contact event type fields
Field name | Type |
---|---|
| string |
| timestamp |
| string |
| string |
| float |
| boolean |
| string |
| string |
| string |
| string |
| string |
| integer |
| string |
| float |
| string |
| string |
| string |
| float |
| string |
| string |
| string |
Send Abandoned cart reminder
...