UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

10 lines (9 loc) 244 B
import { TrackingEventType } from './TrackingEventType'; export interface TrackingEvent { ID?: string; EventType: TrackingEventType; ClientID: string; Name: string; ConfigData?: any; DeliveryConfigID: string; }