App Logo
admin.shopify.com

Shopify: list invoices

List a Shopify store's billing invoices — number, date, type, status, amount and invoiceUrl — for the store the signed-in account lands on. Metadata only: feed a row's invoiceUrl to admin.shopify.com/download_invoice to fetch that invoice's PDF. A store that has never been invoiced returns an empty list. Because listing no longer depends on the documents, a store whose PDFs Shopify withholds (for example one it has deactivated) still returns its full invoice list.

Input

None

Output

store required
invoices required

FAQ

List a Shopify store's billing invoices — number, date, type, status, amount and invoiceUrl — for the store the signed-in account lands on. Metadata only: feed a row's invoiceUrl to admin.shopify.com/download_invoice to fetch that invoice's PDF. A store that has never been invoiced returns an empty list. Because listing no longer depends on the documents, a store whose PDFs Shopify withholds (for example one it has deactivated) still returns its full invoice list.
Nothing. It takes no input.
It returns store, invoices.
Yes. It acts as you on admin.shopify.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the admin.shopify.com cookies saved by the Reduck extension.
It only reads. It looks things up on admin.shopify.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/admin.shopify.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/admin.shopify.com/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking