All Types
Interface: FetchInvoicesParams
index.FetchInvoicesParams
Parameters for fetching invoices
Table of contents
Properties
- id
- ids
- status
- limit
- product_id
- platform_invoice_id
- date_sold
- date_gte
- date_lte
- revenue
- price
- currency
Properties
id
• Optional
id: string
Specific invoice ID
ids
• Optional
ids: string
[]
Array of invoice IDs
status
• Optional
status: string
Invoice status filter
limit
• Optional
limit: number
Maximum number of results to return
product_id
• Optional
product_id: number
| number
[]
Product ID or array of product IDs to filter by
platform_invoice_id
• Optional
platform_invoice_id: string
[]
Platform invoice IDs to filter by
date_sold
• Optional
date_sold: Date
Exact date sold filter
date_gte
• Optional
date_gte: Date
Date sold greater than or equal to
date_lte
• Optional
date_lte: Date
Date sold less than or equal to
revenue
• Optional
revenue: string
Revenue amount filter
price
• Optional
price: string
Price filter
currency
• Optional
currency: string
Currency filter