Skip to main content
4 commands. Looking up a customer, their order history, and their store-credit balance. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: supportLooks up a customer’s order history.SellAuth endpoint: GET /shops/{id}/invoices
Tier: supportShows a customer’s store-credit balance.SellAuth endpoints:
  • GET /shops/{id}
  • GET /shops/{id}/customers
Tier: managerAdjusts a customer’s store-credit balance.SellAuth endpoints:
  • GET /shops/{id}
  • GET /shops/{id}/customers
  • PUT /shops/{id}/customers/{id}/balance
Tier: supportLooks up which invoice and customer a delivered licence key belongs to.SellAuth endpoints:
  • GET /shops/{id}/invoices
  • GET /shops/{id}/invoices/{id}