NewThe street number is no longer required in an address
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

EXPORT_SELECTION_REQUIRED

Provide invoice_ids or at least one filter: an export with no criteria does not export the whole account.


Category: Invoices

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/EXPORT_SELECTION_REQUIRED",
  "title": "EXPORT_SELECTION_REQUIRED",
  "detail": "Provide invoice_ids or at least one filter: an export with no criteria does not export the whole account.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "EXPORT_SELECTION_REQUIRED",
    "message": "Provide invoice_ids or at least one filter: an export with no criteria does not export the whole account.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

Provide invoice_ids or at least one filter: an export with no criteria does not export the whole account.
Indica invoice_ids o al menos un filtro: una exportación sin criterios no exporta la cuenta entera.
Indica invoice_ids o com a mínim un filtre: una exportació sense criteris no exporta el compte sencer.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Other errors in this category

Keep exploring