Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you do not want DOI process, then disable it in both Shopify and Maileon

shopify-turn-off-doi-1.png

shopify-turn-off-doi-2.png

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

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

discountpayment.codestatus

string

discount.total

float

discount.rules_string

string

customer.salutation

string

customer.fullname

string

customer.firstname

string

customer.lastname

string

billingcustomer.address.salutationid

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

titlename

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

urlgift_card

boolean

description

string

category

string

categories

string

brand

string

image_url

string

url

string

shopify_ordered_products_v1 contact event type fields

Field name

Type

order.id

string

order.date

timestamp

product.sku

string

product.id

string

single_price

float

product.is_gift

boolean

product.title

string

product.description

string

product.url

string

product.image_url

string

categories

string

product.quantity

integer

product.single_price

string

product.total

float

product.categories

string

product.brand

string

product.weight

string

order.total

float

order.currency

string

payment.method.id

string

payment.method.name

string

Send Abandoned cart reminder

...