Skip to main content
6 commands. Looking up, listing and manually processing invoices. See Orders for the commands that change an order once it exists. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: managerCreates a manual invoice or checkout for a customer.SellAuth endpoints:
  • GET /shops/{id}/products
  • POST /shops/{id}/checkout
Tier: supportLists one customer’s invoices.SellAuth endpoint: GET /shops/{id}/invoices
Tier: supportShows full detail for a single invoice.SellAuth endpoints:
  • GET /shops/{id}/invoices/{id}
  • GET /shops/{id}/invoices/{id}/process
Tier: supportLists the shop’s most recent invoices.SellAuth endpoint: GET /shops/{id}/invoices
Tier: supportLists invoices awaiting payment or processing.SellAuth endpoint: GET /shops/{id}/invoices
Tier: supportManually (re)processes an invoice, e.g. after a stuck payment.SellAuth endpoints:
  • GET /shops/{id}/invoices/{id}
  • GET /shops/{id}/invoices/{id}/process