### Onboarding API Source: https://digistore24.com/api/docs/index.html# Operations for vendor onboarding flow. ```APIDOC ## POST /createOnboardingProduct ### Description Create an onboarding product. ### Method POST ### Endpoint /createOnboardingProduct ``` ```APIDOC ## GET /getOnboardingAccountStatus ### Description Get onboarding account status. ### Method GET ### Endpoint /getOnboardingAccountStatus ``` -------------------------------- ### System API Source: https://digistore24.com/api/docs/index.html# System operations and utilities. ```APIDOC ## GET /getGlobalSettings ### Description Get global settings. ### Method GET ### Endpoint /getGlobalSettings ``` ```APIDOC ## GET /ping ### Description Ping server. ### Method GET ### Endpoint /ping ``` -------------------------------- ### Upgrades API Source: https://digistore24.com/api/docs/index.html# Operations for managing product upgrades. ```APIDOC ## POST /createUpsellBuyButton ### Description Create an upsell buy button. ### Method POST ### Endpoint /createUpsellBuyButton ``` ```APIDOC ## DELETE /deleteUpgrade ### Description Delete an upgrade. ### Method DELETE ### Endpoint /deleteUpgrade ``` ```APIDOC ## GET /getUpgrade ### Description Get upgrade details. ### Method GET ### Endpoint /getUpgrade ``` ```APIDOC ## GET /listUpgrades ### Description List upgrades created in Digistore24. ### Method GET ### Endpoint /listUpgrades ``` ```APIDOC ## PUT /updateUpsellBuyButton ### Description Update an upsell buy button. ### Method PUT ### Endpoint /updateUpsellBuyButton ``` -------------------------------- ### Products API Source: https://digistore24.com/api/docs/index.html# Operations for managing products within Digistore24. ```APIDOC ## POST /approveProduct ### Description Approve a community product. ### Method POST ### Endpoint /approveProduct ``` ```APIDOC ## POST /copyProduct ### Description Copy a product. ### Method POST ### Endpoint /copyProduct ``` ```APIDOC ## POST /createAddon ### Description Create a product addon. ### Method POST ### Endpoint /createAddon ``` ```APIDOC ## POST /createJointVenture ### Description Create a joint venture. ### Method POST ### Endpoint /createJointVenture ``` ```APIDOC ## POST /createProduct ### Description Create a product. ### Method POST ### Endpoint /createProduct ``` ```APIDOC ## POST /createUpgrade ### Description Create an upgrade. ### Method POST ### Endpoint /createUpgrade ``` ```APIDOC ## POST /createUpgradePurchase ### Description Create an upgrade purchase. ### Method POST ### Endpoint /createUpgradePurchase ``` ```APIDOC ## DELETE /deleteProduct ### Description Delete a product. ### Method DELETE ### Endpoint /deleteProduct ``` ```APIDOC ## DELETE /deleteUpsells ### Description Delete all upsells for a product. ### Method DELETE ### Endpoint /deleteUpsells ``` ```APIDOC ## GET /getProduct ### Description Get product details. ### Method GET ### Endpoint /getProduct ``` ```APIDOC ## GET /getProductAddons ### Description Get product addons. ### Method GET ### Endpoint /getProductAddons ``` ```APIDOC ## GET /getUpsells ### Description Get upsell product IDs. ### Method GET ### Endpoint /getUpsells ``` ```APIDOC ## GET /listProducts ### Description List products. ### Method GET ### Endpoint /listProducts ``` ```APIDOC ## GET /listProductTypes ### Description List product types. ### Method GET ### Endpoint /listProductTypes ``` ```APIDOC ## PUT /updateAddon ### Description Update a product addon. ### Method PUT ### Endpoint /updateAddon ``` ```APIDOC ## PUT /updateJointVenture ### Description Update a joint venture. ### Method PUT ### Endpoint /updateJointVenture ``` ```APIDOC ## PUT /updateProduct ### Description Update a product. ### Method PUT ### Endpoint /updateProduct ``` ```APIDOC ## PUT /updateProductGroup ### Description Update a product group. ### Method PUT ### Endpoint /updateProductGroup ``` ```APIDOC ## PUT /updateUpsells ### Description Update upsells for a product. ### Method PUT ### Endpoint /updateUpsells ``` ```APIDOC ## PUT /{productId}/legal-requirements ### Description Update legal requirements for a vendor product. ### Method PUT ### Endpoint /{productId}/legal-requirements ``` ```APIDOC ## GET /deliverable-types ### Description Get available deliverable types. ### Method GET ### Endpoint /deliverable-types ``` ```APIDOC ## PUT /updateProductResellerApproval ### Description Update product approval status for a specific reseller. ### Method PUT ### Endpoint /updateProductResellerApproval ``` -------------------------------- ### Smart Upgrades API Source: https://digistore24.com/api/docs/index.html# Operations for smart upgrade functionality. ```APIDOC ## GET /getSmartupgrade ### Description Get smart upgrade details. ### Method GET ### Endpoint /getSmartupgrade ``` ```APIDOC ## GET /listSmartUpgrades ### Description List all smart upgrades. ### Method GET ### Endpoint /listSmartUpgrades ``` -------------------------------- ### Service Proofs API Source: https://digistore24.com/api/docs/index.html# Operations for service proof requests. ```APIDOC ## GET /getServiceProofRequest ### Description Get service proof request details. ### Method GET ### Endpoint /getServiceProofRequest ``` ```APIDOC ## GET /listServiceProofRequests ### Description List service proof requests. ### Method GET ### Endpoint /listServiceProofRequests ``` ```APIDOC ## PUT /updateServiceProofRequest ### Description Update a service proof request. ### Method PUT ### Endpoint /updateServiceProofRequest ``` -------------------------------- ### Buy URL Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing customized buy URLs. ```APIDOC ## POST /createBuyUrl ### Description Create a customized order form URL. ### Method POST ### Endpoint /createBuyUrl ``` ```APIDOC ## DELETE /deleteBuyUrl ### Description Delete a buy URL. ### Method DELETE ### Endpoint /deleteBuyUrl ``` ```APIDOC ## GET /listBuyUrls ### Description List buy URLs. ### Method GET ### Endpoint /listBuyUrls ``` -------------------------------- ### IPN Operations Source: https://digistore24.com/api/docs/index.html# Operations for Instant Payment Notifications. ```APIDOC ## DELETE /ipnDelete ### Description Delete IPN connection. ### Method DELETE ### Endpoint /ipnDelete ``` ```APIDOC ## GET /ipnInfo ### Description Get IPN connection settings. ### Method GET ### Endpoint /ipnInfo ``` ```APIDOC ## POST /ipnSetup ### Description Create IPN connection. ### Method POST ### Endpoint /ipnSetup ``` -------------------------------- ### Conversion Tool Operations Source: https://digistore24.com/api/docs/index.html# Operations for conversion tracking and tools. ```APIDOC ## POST /createSocialProofBubble ### Description Create a social proof bubble. ### Method POST ### Endpoint /createSocialProofBubble ``` ```APIDOC ## GET /listConversionTools ### Description List conversion tools. ### Method GET ### Endpoint /listConversionTools ``` ```APIDOC ## PUT /updateSocialProofBubble ### Description Update a social proof bubble. ### Method PUT ### Endpoint /updateSocialProofBubble ``` -------------------------------- ### Users API Source: https://digistore24.com/api/docs/index.html# Operations for user information. ```APIDOC ## GET /getUserInfo ### Description Get current user information. ### Method GET ### Endpoint /getUserInfo ``` -------------------------------- ### Product Group Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing product groups/folders. ```APIDOC ## POST /createProductGroup ### Description Create a product group. ### Method POST ### Endpoint /createProductGroup ``` ```APIDOC ## DELETE /deleteProductGroup ### Description Delete a product group. ### Method DELETE ### Endpoint /deleteProductGroup ``` ```APIDOC ## GET /getProductGroup ### Description Get product group details. ### Method GET ### Endpoint /getProductGroup ``` ```APIDOC ## GET /listProductGroups ### Description List product groups. ### Method GET ### Endpoint /listProductGroups ``` -------------------------------- ### Buyer Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing buyer information. ```APIDOC ## GET /getBuyer ### Description Get buyer details. ### Method GET ### Endpoint /getBuyer ``` ```APIDOC ## GET /listBuyers ### Description List buyers. ### Method GET ### Endpoint /listBuyers ``` ```APIDOC ## PUT /updateBuyer ### Description Update a buyer. ### Method PUT ### Endpoint /updateBuyer ``` -------------------------------- ### Affiliate Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing affiliate relationships. ```APIDOC ## GET /getAffiliateCommission ### Description Get affiliate commission. ### Method GET ### Endpoint /getAffiliateCommission ``` ```APIDOC ## GET /getCustomerToAffiliateBuyerDetails ### Description Get customer-to-affiliate program details. ### Method GET ### Endpoint /getCustomerToAffiliateBuyerDetails ``` ```APIDOC ## GET /getReferringAffiliate ### Description Get referring affiliate details. ### Method GET ### Endpoint /getReferringAffiliate ``` ```APIDOC ## GET /getAffiliateForEmail ### Description Get affiliate data for email. ### Method GET ### Endpoint /getAffiliateForEmail ``` ```APIDOC ## POST /setAffiliateForEmail ### Description Set affiliate for email. ### Method POST ### Endpoint /setAffiliateForEmail ``` ```APIDOC ## POST /setReferringAffiliate ### Description Set referring affiliate. ### Method POST ### Endpoint /setReferringAffiliate ``` ```APIDOC ## PUT /updateAffiliateCommission ### Description Update affiliate commission. ### Method PUT ### Endpoint /updateAffiliateCommission ``` ```APIDOC ## GET /validateAffiliate ### Description Validate an affiliate. ### Method GET ### Endpoint /validateAffiliate ``` -------------------------------- ### API Key Management Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing API keys. ```APIDOC ## POST /requestApiKey ### Description Request API key. ### Method POST ### Endpoint /requestApiKey ``` ```APIDOC ## POST /retrieveApiKey ### Description Retrieve API key. ### Method POST ### Endpoint /retrieveApiKey ``` -------------------------------- ### Currency Operations Source: https://digistore24.com/api/docs/index.html# Operations for currency information. ```APIDOC ## GET /listCurrencies ### Description List available currencies. ### Method GET ### Endpoint /listCurrencies ``` -------------------------------- ### Commission Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing affiliate commissions. ```APIDOC ## GET /listCommissions ### Description List commissions. ### Method GET ### Endpoint /listCommissions ``` -------------------------------- ### Vouchers API Source: https://digistore24.com/api/docs/index.html# Operations for managing vouchers and coupons. ```APIDOC ## POST /createVoucher ### Description Create a discount voucher. ### Method POST ### Endpoint /createVoucher ``` ```APIDOC ## DELETE /deleteVoucher ### Description Delete a voucher. ### Method DELETE ### Endpoint /deleteVoucher ``` ```APIDOC ## GET /getVoucher ### Description Get voucher details. ### Method GET ### Endpoint /getVoucher ``` ```APIDOC ## GET /listVouchers ### Description List voucher codes. ### Method GET ### Endpoint /listVouchers ``` ```APIDOC ## PUT /updateVoucher ### Description Update a voucher. ### Method PUT ### Endpoint /updateVoucher ``` ```APIDOC ## GET /validateCouponCode ### Description Validate a coupon code. ### Method GET ### Endpoint /validateCouponCode ``` -------------------------------- ### Delivery Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing product deliveries. ```APIDOC ## GET /getDelivery ### Description Get delivery details. ### Method GET ### Endpoint /getDelivery ``` ```APIDOC ## GET /listDeliveries ### Description List deliveries. ### Method GET ### Endpoint /listDeliveries ``` ```APIDOC ## PUT /updateDelivery ### Description Update a delivery. ### Method PUT ### Endpoint /updateDelivery ``` -------------------------------- ### Marketplace Operations Source: https://digistore24.com/api/docs/index.html# Operations for marketplace entries. ```APIDOC ## GET /getMarketplaceEntry ### Description Get marketplace entry details. ### Method GET ### Endpoint /getMarketplaceEntry ``` ```APIDOC ## GET /listMarketplaceEntries ### Description List marketplace entries. ### Method GET ### Endpoint /listMarketplaceEntries ``` -------------------------------- ### API Keys API Source: https://digistore24.com/api/docs/index.html# Operations for managing API keys. ```APIDOC ## DELETE /unregister ### Description Unregister API key. ### Method DELETE ### Endpoint /unregister ``` -------------------------------- ### Tracking API Source: https://digistore24.com/api/docs/index.html# Operations for tracking and analytics. ```APIDOC ## GET /renderJsTrackingCode ### Description Render JS tracking code. ### Method GET ### Endpoint /renderJsTrackingCode ``` -------------------------------- ### License Operations Source: https://digistore24.com/api/docs/index.html# Operations for license validation. ```APIDOC ## GET /validateLicenseKey ### Description Validate a license key. ### Method GET ### Endpoint /validateLicenseKey ``` -------------------------------- ### Purchases API Source: https://digistore24.com/api/docs/index.html# Operations for managing purchases and orders. ```APIDOC ## POST /addBalanceToPurchase ### Description Add balance to a purchase. ### Method POST ### Endpoint /addBalanceToPurchase ``` ```APIDOC ## POST /createAddonChangePurchase ### Description Create a package change order. ### Method POST ### Endpoint /createAddonChangePurchase ``` ```APIDOC ## GET /getPurchase ### Description Get purchase details. ### Method GET ### Endpoint /getPurchase ``` ```APIDOC ## GET /getPurchaseTracking ### Description Get purchase tracking details. ### Method GET ### Endpoint /getPurchaseTracking ``` ```APIDOC ## GET /getPurchaseDownloads ### Description Get purchase download details. ### Method GET ### Endpoint /getPurchaseDownloads ``` ```APIDOC ## GET /listPurchasesOfEmail ### Description List purchases by email. ### Method GET ### Endpoint /listPurchasesOfEmail ``` ```APIDOC ## GET /listPurchases ### Description List purchases. ### Method GET ### Endpoint /listPurchases ``` ```APIDOC ## POST /refundPartially ### Description Refund partially. ### Method POST ### Endpoint /refundPartially ``` ```APIDOC ## POST /refundPurchase ### Description Refund purchase. ### Method POST ### Endpoint /refundPurchase ``` ```APIDOC ## POST /resendInvoiceMail ### Description Resend invoice mail. ### Method POST ### Endpoint /resendInvoiceMail ``` ```APIDOC ## POST /resendPurchaseConfirmationMail ### Description Resend purchase confirmation mail. ### Method POST ### Endpoint /resendPurchaseConfirmationMail ``` ```APIDOC ## POST /stopRebilling ### Description Stop rebilling for a purchase. ### Method POST ### Endpoint /stopRebilling ``` ```APIDOC ## PUT /updatePurchase ### Description Update a purchase. ### Method PUT ### Endpoint /updatePurchase ``` -------------------------------- ### Image Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing images. ```APIDOC ## POST /createImage ### Description Create an image. ### Method POST ### Endpoint /createImage ``` ```APIDOC ## DELETE /deleteImage ### Description Delete an image. ### Method DELETE ### Endpoint /deleteImage ``` ```APIDOC ## GET /getImage ### Description Get image details. ### Method GET ### Endpoint /getImage ``` ```APIDOC ## GET /listImages ### Description List images. ### Method GET ### Endpoint /listImages ``` -------------------------------- ### Account Access Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing member access to content. ```APIDOC ## POST /logMemberAccess ### Description Log member access to content. ### Method POST ### Endpoint /logMemberAccess ``` ```APIDOC ## GET /listAccountAccess ### Description List account access permissions. ### Method GET ### Endpoint /listAccountAccess ``` -------------------------------- ### Payment Plan Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing payment plans. ```APIDOC ## POST /createPaymentplan ### Description Create a payment plan. ### Method POST ### Endpoint /createPaymentplan ``` ```APIDOC ## DELETE /deletePaymentplan ### Description Delete a payment plan. ### Method DELETE ### Endpoint /deletePaymentplan ``` ```APIDOC ## GET /listPaymentPlans ### Description List payment plans. ### Method GET ### Endpoint /listPaymentPlans ``` ```APIDOC ## PUT /updatePaymentplan ### Description Update a payment plan. ### Method PUT ### Endpoint /updatePaymentplan ``` -------------------------------- ### Order Form Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing order forms. ```APIDOC ## POST /createOrderform ### Description Create an order form. ### Method POST ### Endpoint /createOrderform ``` ```APIDOC ## DELETE /deleteOrderform ### Description Delete an order form. ### Method DELETE ### Endpoint /deleteOrderform ``` ```APIDOC ## GET /getOrderform ### Description Get order form details. ### Method GET ### Endpoint /getOrderform ``` ```APIDOC ## GET /getOrderformMetas ### Description Get order form metadata. ### Method GET ### Endpoint /getOrderformMetas ``` ```APIDOC ## GET /listOrderforms ### Description List order forms. ### Method GET ### Endpoint /listOrderforms ``` ```APIDOC ## PUT /updateOrderform ### Description Update an order form. ### Method PUT ### Endpoint /updateOrderform ``` -------------------------------- ### Payout Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing payouts. ```APIDOC ## GET /listPayouts ### Description List payouts. ### Method GET ### Endpoint /listPayouts ``` -------------------------------- ### Custom Form Operations Source: https://digistore24.com/api/docs/index.html# Operations for custom form records. ```APIDOC ## GET /listCustomFormRecords ### Description List custom form records. ### Method GET ### Endpoint /listCustomFormRecords ``` -------------------------------- ### Billing Operations Source: https://digistore24.com/api/docs/index.html# Operations for billing and custom order forms. ```APIDOC ## POST /createBillingOnDemand ### Description Create a customized order form URL. ### Method POST ### Endpoint /createBillingOnDemand ``` ```APIDOC ## POST /startRebilling ### Description Start rebilling. ### Method POST ### Endpoint /startRebilling ``` -------------------------------- ### Shipping API Source: https://digistore24.com/api/docs/index.html# Operations for shipping cost policies. ```APIDOC ## POST /createShippingCostPolicy ### Description Create a shipping cost policy. ### Method POST ### Endpoint /createShippingCostPolicy ``` ```APIDOC ## DELETE /deleteShippingCostPolicy ### Description Delete a shipping cost policy. ### Method DELETE ### Endpoint /deleteShippingCostPolicy ``` ```APIDOC ## GET /getShippingCostPolicy ### Description Get shipping cost policy details. ### Method GET ### Endpoint /getShippingCostPolicy ``` ```APIDOC ## GET /listShippingCostPolicies ### Description List shipping cost policies. ### Method GET ### Endpoint /listShippingCostPolicies ``` ```APIDOC ## PUT /updateShippingCostPolicy ### Description Update a shipping cost policy. ### Method PUT ### Endpoint /updateShippingCostPolicy ``` -------------------------------- ### Payment Operations Source: https://digistore24.com/api/docs/index.html# Operations for payment processing. ```APIDOC ## POST /createRebillingPayment ### Description Create rebilling payment for purchase. ### Method POST ### Endpoint /createRebillingPayment ``` -------------------------------- ### Rebilling API Source: https://digistore24.com/api/docs/index.html# Operations for managing recurring billing. ```APIDOC ## GET /listRebillingStatusChanges ### Description List rebilling status changes. ### Method GET ### Endpoint /listRebillingStatusChanges ``` -------------------------------- ### Invoice Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing invoices. ```APIDOC ## GET /listInvoices ### Description List order invoices. ### Method GET ### Endpoint /listInvoices ``` -------------------------------- ### Statistics API Source: https://digistore24.com/api/docs/index.html# Operations for accessing statistics and analytics. ```APIDOC ## GET /statsAffiliateToplist ### Description Get affiliate toplist. ### Method GET ### Endpoint /statsAffiliateToplist ``` ```APIDOC ## GET /statsClicksAndEarningsByDateAndCampaignKey ### Description Get clicks and earnings by date and campaign key. ### Method GET ### Endpoint /statsClicksAndEarningsByDateAndCampaignKey ``` ```APIDOC ## GET /statsDailyAmounts ### Description Get daily sales amounts. ### Method GET ### Endpoint /statsDailyAmounts ``` ```APIDOC ## GET /statsExpectedPayouts ### Description Get expected payouts. ### Method GET ### Endpoint /statsExpectedPayouts ``` ```APIDOC ## GET /statsMarketplace ### Description Get marketplace statistics. ### Method GET ### Endpoint /statsMarketplace ``` ```APIDOC ## GET /statsSales ### Description Get sales statistics. ### Method GET ### Endpoint /statsSales ``` ```APIDOC ## GET /statsSalesSummary ### Description Get sales summary statistics. ### Method GET ### Endpoint /statsSalesSummary ``` -------------------------------- ### Country Operations Source: https://digistore24.com/api/docs/index.html# Operations for country information. ```APIDOC ## GET /listCountries ### Description List available countries. ### Method GET ### Endpoint /listCountries ``` -------------------------------- ### Fraud Management Operations Source: https://digistore24.com/api/docs/index.html# Operations for fraud detection and reporting. ```APIDOC ## POST /reportFraud ### Description Report fraud. ### Method POST ### Endpoint /reportFraud ``` -------------------------------- ### Transactions API Source: https://digistore24.com/api/docs/index.html# Operations for managing transactions. ```APIDOC ## GET /listTransactions ### Description List transactions (payments, returns, chargebacks). ### Method GET ### Endpoint /listTransactions ``` ```APIDOC ## POST /refundTransaction ### Description Refund transaction. ### Method POST ### Endpoint /refundTransaction ``` -------------------------------- ### E-Ticket Operations Source: https://digistore24.com/api/docs/index.html# Operations for managing electronic tickets. ```APIDOC ## POST /createEticket ### Description Create free etickets. ### Method POST ### Endpoint /createEticket ``` ```APIDOC ## GET /getEticket ### Description Get e-ticket details. ### Method GET ### Endpoint /getEticket ``` ```APIDOC ## GET /getEticketSettings ### Description Get e-ticket settings. ### Method GET ### Endpoint /getEticketSettings ``` ```APIDOC ## GET /listEticketLocations ### Description List e-ticket locations. ### Method GET ### Endpoint /listEticketLocations ``` ```APIDOC ## GET /listEticketTemplates ### Description List e-ticket templates. ### Method GET ### Endpoint /listEticketTemplates ``` ```APIDOC ## GET /listEtickets ### Description List e-tickets. ### Method GET ### Endpoint /listEtickets ``` ```APIDOC ## GET /validateEticket ### Description Validate an e-ticket. ### Method GET ### Endpoint /validateEticket ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.