Skip to main content
12 commands. Abandoned-checkout recovery, raw activity/blacklist/webhook logs, and storefront traffic — the read-heavy analytics-adjacent commands that don’t fit under Analytics itself. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: supportMarks one abandoned checkout as dismissed so it stops showing in the recovery queue.SellAuth endpoint: POST /shops/{id}/abandoned-checkouts/{id}/dismiss
Tier: supportLists abandoned checkouts for the shop, most recent first.SellAuth endpoint: GET /shops/{id}/abandoned-checkouts
Tier: supportSends a one-off recovery message for a single abandoned checkout. Requires retyping the record’s ID to confirm before it runs.SellAuth endpoint: POST /shops/{id}/abandoned-checkouts/{id}/recover
Tier: viewerShows abandoned-checkout totals and recovery rate for the shop.SellAuth endpoint: GET /shops/{id}/abandoned-checkouts/stats
Tier: supportReverses a dismissal, returning the checkout to the recovery queue.SellAuth endpoint: POST /shops/{id}/abandoned-checkouts/{id}/undismiss
Tier: supportShows the shop’s SellAuth activity log.SellAuth endpoint: GET /shops/{id}/activity-logs
Tier: supportShows the history of blacklist additions and removals.SellAuth endpoint: GET /shops/{id}/blacklist-logs
Tier: supportShows recent inbound webhook deliveries SellAuth has sent this shop.SellAuth endpoint: GET /shops/{id}/webhook-logs
Tier: viewerShows currently active visitors on the storefront.SellAuth endpoint: GET /shops/{id}/analytics/traffic/active
Tier: viewerShows traffic volume metrics over time.SellAuth endpoint: GET /shops/{id}/analytics/traffic/metrics
Tier: viewerShows traffic broken down by UTM source and campaign.SellAuth endpoint: GET /shops/{id}/analytics/traffic/utm
Tier: viewerShows aggregate traffic statistics for the shop.SellAuth endpoint: GET /shops/{id}/analytics/traffic/stats