...
If you do not want DOI process, then disable it in both Shopify and Maileon
Sync Order Confirmations
Field name | Type |
---|
order.id
| string |
order.date
| timestamp |
order.status
| string |
order.items
| JSON |
order.product_ids
| string |
order.product_names
| string |
order.categories
| string |
order.subcategories
| string |
order.brands
| string |
order.total
| float |
order.total_no_shipping
| float |
order.total_tax
| float |
order.currency
| string |
order.total_refunds
| float |
payment.method.id
| string |
payment.method.name
| string |
discount.code
| string |
discount.total
| float |
discount.rules_string
| string |
customer.salutation
| string |
customer.fullname
| string |
customer.firstname
| string |
customer.lastname
| string |
billing.address.salutation
| string |
billing.address.firstname
| string |
billing.address.lastname
| string |
billing.address.phone
| string |
billing.address.region
| string |
billing.address.city
| string |
billing.address.country
| string |
billing.address.zip
| string |
billing.address.street
| string |
shipping.address.firstname
| string |
shipping.address.lastname
| string |
shipping.address.salutation
| string |
shipping.address.phone
| string |
shipping.address.region
| string |
shipping.address.city
| string |
shipping.address.country
| string |
shipping.address.zip
| string |
shipping.address.street
| string |
shipping.service.name
| string |
shipping.service.tracking.code
| string |
shipping.service.tracking.url
| string |
order.items
json content
Field name | Type |
---|
id
| string |
title
| string |
sku
| string |
total
| float |
single_price
| float |
quantity
| string |
weight
| string |
attributes
| string |
ean
| string |
description
| string |
discount_price
| float |
category
| string |
subcategory
| string |
brand
| string |
image_url
| string |
url
| string |
Send Abandoned cart reminder
...