Shops > Invoices > invoicesPage
Commerce APIShopsInvoicesinvoicesPage
invoicesPage
GET:invoices/page.json

Description

Get all invoices of a given shop.

See also: Pagination.

Permission bit: "invoices.read"

Topic: Invoices

Arguments

last_key: String

Key of the last item from previous page. See also: Pagination


limit: Int

Return up to N entries (pagination). See also: Pagination


offset: Int

Skip N entries (pagination). See also: Pagination


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


type: InvoiceType

Filter invoices by type


Result

InvoicePage

Preview (typescript)

Loading module