OrdersGet Kickback TotalReturns the sum of kickback across the host's active, not-on-hold orders, in cents.GET/v1/orders/kickback/totalSendHeadersAuthorizationAuthorizationRequiredBearer <token>API key as Bearer tokenIn: headerGET/v1/orders/kickback/totalcURLGoNode.jsPythonPHPRubyJavaC#curl -X GET "https://api.3common.com/v1/orders/kickback/total" \ -H "Authorization: Bearer <token>"Default Response200401403Response{ "data": 0 }TypeScriptexport interface Response { data: number; } Get Kickback BalanceReturns the available and pending kickback balance grouped by currency, each bucket listing its contributing orders and tickets. Money is in cents.Get Checkout DetailsReturns a product set's products (grouped by type) with inventory, plus every order and ticket for that set.