Skip to main content
3 commands. Blocking specific customers (by identifier, e.g. email) from purchasing. See Storefront for the whitelist equivalent. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: managerAdds an identifier to the shop’s blacklist, blocking future purchases.SellAuth endpoint: POST /shops/{id}/blacklist
Tier: supportLists blacklisted identifiers for the shop.SellAuth endpoint: GET /shops/{id}/blacklist
Tier: managerRemoves an entry from the shop’s blacklist.SellAuth endpoints:
  • DELETE /shops/{id}/blacklist/{id}
  • GET /shops/{id}/blacklist