# `PolarExpress.Params.OrdersExportOrdersParams`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/params/orders_export_orders_params.ex#L2)

Parameters for orders export orders.

# `t`

```elixir
@type t() :: %PolarExpress.Params.OrdersExportOrdersParams{
  organization_id: map() | nil,
  product_id: map() | nil
}
```

* `organization_id` - Filter by organization ID.
* `product_id` - Filter by product ID.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
