> For the complete documentation index, see [llms.txt](https://eshop.gitbook.io/eshopbox-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eshop.gitbook.io/eshopbox-developers/consignment/inward-consignment/filtering.md).

# Filtering

Below is a list of attributes and operators available for filtering inward consignment.

| Attribute            | Description                                               | Type      | Operator | Example                              |
| -------------------- | --------------------------------------------------------- | --------- | -------- | ------------------------------------ |
| `from`               | your party id from where your items will be shipped       | `string`  | =        | from=2                               |
| `to`                 | `Eshopbox` warehouse id                                   | `string`  | =        | to=7                                 |
| `consignment_type`   | Consignment type                                          | `string`  | =        | `consignment_type=INWARD`            |
| `status`             | Consignment status                                        | `string`  | =        | status =COMPLETE                     |
| `created_from`       | Consignment created date                                  | `string`  | =        | created\_from=2020-01-20             |
| `created_to`         | Consignment created date                                  | `string`  | =        | created\_to=2020-01-30               |
| `qty_from`           | Consignment quantity                                      | `string`  | =        | qty\_from=100                        |
| `qty_to`             | Consignment quantity                                      | `string`  | =        | qty\_to=300                          |
| `consignment_number` | Identifier for this inward consignment                    | `string`  | =        | consignment\_number=CON/19-20/123456 |
| `document_number`    | Consignment document number                               | `string`  | =        | document\_number=0092001405          |
| `document_type`      | Consignment document type                                 | `string`  | =        | document\_type=stc                   |
| `receivedOnFrom`     | Consignment delivered date                                | `string`  | =        | receivedOnFrom=2020-02-20            |
| `receivedOnTo`       | Consignment delivered date                                | `string`  | =        | receivedOnTo=2020-02-25              |
| `completedOnFrom`    | Consignment completed date                                | `string`  | =        | completedOnFrom=2020-01-20           |
| `completedOnTo`      | Consignment completed date                                | `string`  | =        | completedOnTo=2020-02-02             |
| `consignmentDetails` | If you want consignment received details with consignment | `boolean` | =        | consignmentDetails=true              |
