GET:organizations/invoices/page.json
Commerce APIGET:organizations/invoices/page.json

GET:organizations/invoices/page.json

organizationsInvoicesPage

Description

Get all invoices of a given organization.

See also: Pagination.

Topic: Invoices

Query Parameters

last_key: String

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

Example: ?last_key=str


limit: Int

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

Example: ?limit=5


offset: Int

Skip N entries (pagination). See also: Pagination

Example: ?offset=5


organization_id: String, required

Unique organization identifier. See also: Unique Identifiers

Example: ?organization_id=og_EQzGqWoY


type: InvoiceType

Filter invoices by type

Example: ?type=any

Response Body

InvoicePage

Response Body Type

Loading module