Skip to main content
10 commands. Payment methods, customer subscriptions, and the purchase whitelist that gates who is allowed to buy. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: viewerLists payment methods enabled on the shop.SellAuth endpoint: GET /shops/{id}/payment-methods
Tier: managerEnables or disables a payment method.SellAuth endpoint: POST /shops/{id}/payment-methods/{id}/toggle
Tier: viewerShows the shop’s most-used payment methods.SellAuth endpoint: GET /shops/{id}/analytics/top-payment-methods
Tier: managerCancels a customer subscription. Requires retyping the record’s ID to confirm before it runs.SellAuth endpoint: POST /shops/{id}/subscriptions/{id}/cancel
Tier: supportLists subscriptions for the shop.SellAuth endpoint: GET /shops/{id}/subscriptions
Tier: supportShows detail for a single subscription.SellAuth endpoint: GET /shops/{id}/subscriptions/{id}
Tier: managerAdds an identifier to the shop’s purchase whitelist.SellAuth endpoint: POST /shops/{id}/whitelist
Tier: managerLists whitelisted identifiers.SellAuth endpoint: GET /shops/{id}/whitelist
Tier: managerRemoves an entry from the whitelist.SellAuth endpoint: DELETE /shops/{id}/whitelist/{id}
Tier: managerEnables or disables a whitelist entry without deleting it.SellAuth endpoint: POST /shops/{id}/whitelist/{id}/toggle