`/create_invoice`
`/create_invoice`
Tier:
managerCreates a manual invoice or checkout for a customer.SellAuth endpoints:GET /shops/{id}/productsPOST /shops/{id}/checkout
`/customer_invoices`
`/customer_invoices`
Tier:
supportLists one customer’s invoices.SellAuth endpoint: GET /shops/{id}/invoices`/invoice`
`/invoice`
Tier:
supportShows full detail for a single invoice.SellAuth endpoints:GET /shops/{id}/invoices/{id}GET /shops/{id}/invoices/{id}/process
`/lastinvoices`
`/lastinvoices`
Tier:
supportLists the shop’s most recent invoices.SellAuth endpoint: GET /shops/{id}/invoices`/pendinginvoices`
`/pendinginvoices`
Tier:
supportLists invoices awaiting payment or processing.SellAuth endpoint: GET /shops/{id}/invoices`/processinvoice`
`/processinvoice`
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