QPilot
Develop powerful, flexible &a; scalable integrations that work everywhere. // Create the QPilot client let qpilot = new QPilotClient(); // Get the scheduled order by ID let scheduledOrder = qpilot.getScheduledOrderById(100); if (null != scheduledOrder) { // Set the next order date let nextOrderDate = new Date(2017, 5, 1); qpilot.rescheduleOrder(scheduledOrder, nextOrderDate); } // Create the QPilot client let qpilot = new QPilotClient(); // Get the customer by email address let customer = qpilot.getCustomerByEmail("[email protected]"); if (null != customer) { // Create the scheduled order for the offer let scheduledOrder = new QPilotScheduledOrder(customer); // Add an item to the scheduled order let productId = 100; let price = 10.50; let salePrice = 5.99; let quantity = 1; scheduledOrder.addItem(productId, price, salePrice, quantity); // Make the offer to the customer qpilot.offerScheduledOrder(scheduledOrder); }
About QPilot
Founded
2017Estimated Revenue
$1M-$10MEmployees
11-50Category
Sector
Information TechnologyIndustry Group
Software & ServicesIndustry
Marketing And AdvertisingLocation
City
AustinState
TexasCountry
United StatesQPilot
Find your buyer within QPilot