Skip to main content
17 commands. The two partner programs SellAuth supports: affiliates (referral codes and commission tiers) and resellers (approval-gated reseller pricing). Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: managerSets or changes an affiliate’s referral code.SellAuth endpoint: PUT /shops/{id}/affiliates/{id}/code
Tier: supportLists affiliates for the shop.SellAuth endpoint: GET /shops/{id}/affiliates
Tier: managerRestores a previously suspended affiliate.SellAuth endpoint: POST /shops/{id}/affiliates/{id}/restore
Tier: viewerShows aggregate affiliate performance stats.SellAuth endpoint: GET /shops/{id}/affiliates/stats
Tier: managerSuspends an affiliate, blocking further commission accrual.SellAuth endpoint: POST /shops/{id}/affiliates/{id}/suspend
Tier: managerMoves an affiliate to a different commission tier.SellAuth endpoint: PUT /shops/{id}/affiliates/{id}/tier
Tier: viewerLists the shop’s configured affiliate tiers.SellAuth endpoint: GET /shops/{id}/affiliate-tiers
Tier: supportShows details for a single affiliate.SellAuth endpoint: GET /shops/{id}/affiliates/{id}
Tier: managerApproves a pending reseller application.SellAuth endpoint: POST /shops/{id}/resellers/{id}/approve
Tier: supportLists resellers for the shop.SellAuth endpoint: GET /shops/{id}/resellers
Tier: managerRejects a pending reseller application.SellAuth endpoint: POST /shops/{id}/resellers/{id}/reject
Tier: managerRestores a previously suspended reseller.SellAuth endpoint: POST /shops/{id}/resellers/{id}/restore
Tier: viewerShows aggregate reseller performance stats.SellAuth endpoint: GET /shops/{id}/resellers/stats
Tier: managerSuspends a reseller, blocking further reseller-priced purchases.SellAuth endpoint: POST /shops/{id}/resellers/{id}/suspend
Tier: managerMoves a reseller to a different pricing tier.SellAuth endpoint: PUT /shops/{id}/resellers/{id}/tier
Tier: viewerLists the shop’s configured reseller tiers.SellAuth endpoint: GET /shops/{id}/reseller-tiers
Tier: supportShows details for a single reseller.SellAuth endpoint: GET /shops/{id}/resellers/{id}