log/saleAsk AIpost https://api.clerk.io/v2/log/saleLog a sale / order made by a user.Body ParamskeystringrequiredYou store API keycustomerstringID of the customer who made the order / sale.emailstringThe email of the customer who mae the order / sale.salestringrequiredID of the order / sale.productsarray of objectsrequiredList of products in the order. Can be a simple list of product IDs or a list of objects with ID, price and quantity.products*ADD objectvisitorstringRequired for trackingVisitor ID for the given visitor. If auto, an anonymous ID is generated. See API documentation on Visitor Tracking for details.Response 200200Updated 10 months ago