> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: FetchInvoicesParams

[index](.././index).FetchInvoicesParams

Parameters for fetching invoices

## Table of contents

### Properties

* [id](#id)
* [ids](#ids)
* [status](#status)
* [limit](#limit)
* [product\_id](#product_id)
* [platform\_invoice\_id](#platform_invoice_id)
* [date\_sold](#date_sold)
* [date\_gte](#date_gte)
* [date\_lte](#date_lte)
* [revenue](#revenue)
* [price](#price)
* [currency](#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
