---
title: "ListingStatus"
url: "https://stage-api-docs.centraldispatch.com/apis/stage-listing-api-2-0-0/versions/6459c118-c2b9-484e-816d-5657457559e4/schemas/ListingStatus"
---

> Full API specification: https://stage-api-docs.centraldispatch.com/apis/stage-listing-api-2-0-0/versions/6459c118-c2b9-484e-816d-5657457559e4.md

# ListingStatus

The status of the listing. - **ACTIVE**: The load is listed and shown in searches on Central Dispatch. - **ARCHIVED**: The listing has been archived and is no longer active. - **DELETED**: The listing has been removed. - **NOTLISTED**: The load is not shown in searches on Central Dispatch. An `ACTIVE` load automatically becomes `NOTLISTED` when it passes its available-to-ship date by four days, reaches its expiration date, or has `searchable` set to `false`. Available beginning 8/10/26. This list is not exhaustive and additional values may be added at any time.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Listing API
  version: 2.0.0
servers:
  - url: https://marketplace-api.centraldispatch.com
    description: Production server
components:
  schemas:
    ListingStatus:
      enum:
        - ACTIVE
        - ARCHIVED
        - DELETED
        - NOTLISTED
      type: string
      description: "The status of the listing.\r

        - **ACTIVE**: The load is listed and shown in searches on Central
        Dispatch.\r

        - **ARCHIVED**: The listing has been archived and is no longer active.\r

        - **DELETED**: The listing has been removed.\r

        - **NOTLISTED**: The load is not shown in searches on Central Dispatch.
        An `ACTIVE` load automatically becomes `NOTLISTED` when it passes its
        available-to-ship date by four days, reaches its expiration date, or has
        `searchable` set to `false`. Available beginning 8/10/26.\r

        \r

        \ This list is not exhaustive and additional values may be added at any
        time."
      example: ACTIVE
```
