Shops > Invoices > organizationsInvoicesPage
Commerce APIShopsInvoicesorganizationsInvoicesPage

organizationsInvoicesPage

GET:organizations/invoices/page.json

Description

Get all invoices of a given organization.

See also: Pagination.

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


organization_id: String!

Unique organization identifier. See also: Unique Identifiers

Example: "og_EQzGqWoY"


type: InvoiceType

Filter invoices by type


Result

InvoicePage

Preview (typescript)

Loading module