INPUT_OBJECT
InvoiceFilters
Attributes for filtering invoices
link GraphQL Schema definition
- input InvoiceFilters {
- # Invoices created since this time
- ISO8601DateTime :
- # Invoices created until this time
- ISO8601DateTime :
- # Invoices updated since this time
- ISO8601DateTime :
- # Invoices updated until this time
- ISO8601DateTime :
- # Invoices paid since this time
- ISO8601DateTime :
- # Invoices paid until this time
- ISO8601DateTime :
- # Invoices remitted since this time
- ISO8601DateTime :
- # Invoices remitted until this time
- ISO8601DateTime :
- # Invoices with one of these statuses
- InvoiceStatusEnum!] : [
- # Invoices that are linked with this buyer email address
- String :
- # Invoices with external ID value matching the value of an exposed external ID set
- # on the associated order
- String :
- # Invoices with external ID value starting with the given value
- String :
- # Invoices with matching marketplacer database invoice ID
- Int :
- # Invoices with orders having matching marketplacer database order ID
- Int :
- # Invoices that are linked with a buyers name containing this value
- String :
- # Invoices with line items that are not fully dispatched
- Boolean :
- # Invoices with pending refund requests
- Boolean :
- # Invoices with that are ready for collection
- Boolean :
- # Invoices with an unresolved annotation of this type
- ID :
- }