Skip to main content

Affiliates & Referrals

Join Markt tracks referrals on orders. There is no dedicated /api/affiliates* CRUD surface — configuration lives on the store and buyer referral data surfaces in customer UI.

Store settings

  • affiliateEnabled
  • affiliatePercentage
Configured in the dashboard Affiliate section (saved with store settings).

Capture paths

Stored on the order as referralCode.

Integrator rules

  1. Prefer letting the SDK read ?ref= automatically.
  2. Override with affiliateCode only when you own attribution logic.
  3. Do not invent a public affiliates admin API — use the dashboard until one ships.
See Embed SDK and Start Checkout.