---
title: "ListingIdSearchRequest"
url: "https://stage-api-docs.centraldispatch.com/apis/stage-fulfillment-api-1-0-0/versions/8637c155-7ff6-49fa-ac0a-3b4df78c9665/schemas/ListingIdSearchRequest"
---

> Full API specification: https://stage-api-docs.centraldispatch.com/apis/stage-fulfillment-api-1-0-0/versions/8637c155-7ff6-49fa-ac0a-3b4df78c9665.md

# ListingIdSearchRequest

Search listing IDs information.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Fulfillment API
  version: 1.0.0
servers:
  - url: https://fulfillment-api.centraldispatch.com
    description: Production server
components:
  schemas:
    ListingIdSearchRequest:
      type: object
      properties:
        op:
          type: string
          description: "The operation type for the listing IDs. Values: `EQ`, `NEQ`,
            `RANGE`."
          example: EQ
        values:
          type: array
          items:
            type: string
          description: A collection of listing ID values.
          example:
            - "42220470"
            - 157a16f0-503d-4256-ba60-a4876e8eb9bb
      description: Search listing IDs information.
      nullable: true
```
