Orders

A dataset of core order fields, including total amount, date, and order touchpoints. Each order status change generates a separate record in this dataset.

🚧

The current implementation does not export order custom fields, order line custom fields, or discount promotion data from orders.

exports.ProcessingOrders.Orders

ColumnTypeDescriptionExample
idstringOrder internal identifier3890 - integer for non-anonymous orders or a4fb2db8-7681-493c-89f2-e7c450598041 - guid for anonymous orders
unmergedCustomerIdint64 (nullable)Internal ID of the customer who made the order. Empty for anonymous orders123985
firstDateTimeUtcdatetime (nullable)Date of first order event2024-10-15 10:00:00.000
firstPointOfContactInternalIdstring (nullable)Internal touchpoint identifier of the first order eventa4fb2db8-7681-493c-89f2-e7c450598041
firstBrandInternalIdstring (nullable)The system name of the brand in which the order was placedNike
pricedecimal (25,5) (nullable)Order total without discounts. May be empty if the order is anonymous510,00
priceWithDiscountsdecimal (25,5) (nullable)Order total with discounts. May be empty if the order is anonymous483,17
deliveryPricedecimal (25,5) (nullable)Delivery amount without discounts. May be empty if the order is anonymous100,50
deliveryPriceWithDiscountsdecimal (25,5) (nullable)Delivery amount with discounts. May be empty if the order is anonymous91,80
paidAmountdecimal (25,5) (nullable)The amount actually paid by the customer for the order500,00
pointOfContactInternalIdstring (nullable)Internal touchpoint identifier of the current order event11
_isDeletedbool (nullable)Indication that the order has been deletedTrue
_rowversion_tsdatetimeTimestamp when data became available for export2024-10-15 10:00:00.000