Basic Information

appmixer.activecampaign.ecommerce.CreateOrder

1.0.0

Public

Create an e-commerce order or abandoned cart. Provide External ID for a completed order, or External Checkout ID (with Abandoned Date) for an abandoned cart.

Input Ports

in

FieldTypeDescription
External ID text Your unique identifier for a completed order. Leave empty and use External Checkout ID to create an abandoned cart.
External Checkout ID text Your unique identifier for an abandoned cart. When set, ActiveCampaign creates the order as an abandoned cart (state Abandoned).
Source select Where the order data comes from.
Email text Customer email address.
Currency text ISO currency code (e.g. USD).
Connection ID text The e-commerce connection ID.
Customer ID text The e-commerce customer ID.
Total Price (cents) text Total order price in cents (e.g. 12999).
External Created Date date-time When the order was created in the source system.
Order URL text URL of the order/cart.
Abandoned Date date-time Set this to create an abandoned cart (otherwise a normal order).
Product Name text Name of a product line item.
Product Price (cents) text Price of the product in cents.
Product Quantity text Quantity of the product. Defaults to 1.

Output Ports

out

FieldTypeDescription
Order ID string -
External ID string -
Email string -
Total Price (cents) string -
Currency string -
Connection ID string -
State string -
Abandoned Date string -

Full Metadata