Example:42220470
Get Listing
Get the listing for the provided listing ID.
👥 Customer Type
- Shipper
📝 Important Notes
- The ID of the resource is returned in resource’s create endpoint. The response will contain a
Location
header that contains the fully qualified URL of the newly created resource. The final segment of the URL will be the ID of the resource. - The response will include an
ETag
header, which should be used for theIf-Match
header in subsequent updates.
Path Parameters
Headers
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
Response
application/json
Response
OK. Successful request.
Listing
Details of a listing.
The ID of the listing. 🔒 Read-only, will be set when the listing is created.
Example:42220470
The ID of the Central Dispatch customer who is the shipper. 🔒 Read-only, will be set when the listing is created.
Example:afd2fb59-b89d-4572-8f9a-e57f82a61c68
The fully qualified URL of the listing. 🔒 Read-only.
Example:https://marketplace-api.centraldispatch.com/listings/id/42220470
The status of the listing, not editable.
Allowed values:LISTEDEXPIREDDELETEDARCHIVEDPENDING
Example:LISTED
Details of a location.
Show Child Parameters
Details of a location.
Show Child Parameters
The total travel distance.
Example:267
Additional information.
<= 60 characters
Example:The vehicle is in the back of the lot behind the big tree.
The ID of the shipper order.
<= 50 characters
Example:123-abc 900
The vehicle trailer type.
Allowed values:OPENENCLOSEDDRIVEWAY
Example:OPEN
Indicates if listing includes a vehicle that is inoperable.
Default:false
Example:false
The number of vehicles in the listing. 🔒 Read-only.
Example:2
Details of a vehicle.
Show Child Parameters
The available date of the listing, in UTC/ISO 8601 format.
Example:2025-11-05T00:00:00.000Z
The date and time the listing was created, in UTC/ISO 8601 format. 🔒 Read-only, will be set when the listing is created.
Example:2024-08-01T00:00:00Z
The date and time the listing was deleted, in UTC/ISO 8601 format. 🔒 Read-only, will be set when the listing is deleted.
Example:2024-09-10T00:00:00Z
The date and time the listing was archived, in UTC/ISO 8601 format. 🔒 Read-only, will be set when the listing is archived.
Example:2024-10-15T00:00:00Z
The expiration date of the listing, in UTC/ISO 8601 format. 🔒 Read-only, will be set when the listing is created or updated.
Example:2025-08-15T00:00:00.000Z
The desired delivery date of the listing, in UTC/ISO 8601 format.
Example:2025-07-15T00:00:00.000Z
Details of the price.
Show Child Parameters
A user supplied ID used for reference.
Example:3fde6068-5fa2-4ae4-af16-06d65fc87dc9
An identifier managed by the user. Shippers can use this field to map Central Dispatch dispatch ID to a record (e.g. order, shipment, dispatch) in their local TMS.
<= 50 characters
Example:RND10 CHEV
Authentication
Path Parameters
Headers
Update Listing
Update a listing.
👥 Customer Type
- Shipper
📝 Important Notes
- The
If-Match
header is required and its value can be found in theETag
response header of the resource’s GET by ID endpoint.
Path Parameters
Example:42220470
Headers
This is a required field to ensure the update is being completed on an item that has not changed since it was last read. The value of this field will be the value of the ETag
header that was received on the preceding get call.
Example:8675309
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Content-Type header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
Body
application/json
Body
Listing
Listing
Details of a listing.
Details of a location.
Show Child Parameters
Details of a location.
Show Child Parameters
The total travel distance.
Example:267
Additional information.
<= 60 characters
Example:The vehicle is in the back of the lot behind the big tree.
The ID of the shipper order.
<= 50 characters
Example:123-abc 900
The vehicle trailer type.
Allowed values:OPENENCLOSEDDRIVEWAY
Example:OPEN
Indicates if listing includes a vehicle that is inoperable.
Default:false
Example:false
Details of a vehicle.
Show Child Parameters
The available date of the listing, in UTC/ISO 8601 format.
Example:2025-11-05T00:00:00.000Z
The desired delivery date of the listing, in UTC/ISO 8601 format.
Example:2025-07-15T00:00:00.000Z
Details of the price.
Show Child Parameters
A user supplied ID used for reference.
Example:3fde6068-5fa2-4ae4-af16-06d65fc87dc9
An identifier managed by the user. Shippers can use this field to map Central Dispatch dispatch ID to a record (e.g. order, shipment, dispatch) in their local TMS.
<= 50 characters
Example:RND10 CHEV
Response
Response
No Content. Successful request.
Authentication
Path Parameters
Headers
Body
Delete Listing
Delete a listing.
👥 Customer Type
- Shipper
Path Parameters
Example:42220470
Headers
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
Response
Response
No Content. Successful request.
Authentication
Path Parameters
Headers
Get Listings (Batch)
Get a collection of listings for the provided listing IDs or URLs.
👥 Customer Type
- Shipper
Headers
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Content-Type header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
Body
application/json
Body
An array of listing URLs. Refer to the example Body for details.
Response
application/json
Response
OK. Successful request.
ListingCollection
A paginated collection of listings.
The URL used to query the current collection of the resource.
Example:https://marketplace-api.centraldispatch.com/listings?limit(5,1)
The total count of resources in the collection.
Example:23
Details of a listing.
Show Child Parameters
Authentication
Headers
Body
Get My Listings
Get a collection of listings that belong to the calling customer.
👥 Customer Type
- Shipper
🔍 Allowed Search Criteria
partnerReferenceId
: A user supplied ID used for reference.
externalId
: An identifier managed by the user. Shippers can use this field to map Central Dispatch dispatch ID to a record (e.g. order, shipment, dispatch) in their local TMS.
shipperOrderId
: The ID of the shipper order.
📝 Important Notes
Be sure to URL encode any parameters that contain spaces or special characters.
Results will be paginated. Navigate through the results using the next
value.
Query Parameters
The maximum number of items to be returned in the response.
- 1 = The record number to start with, 1-based integer, default 1.
- 2 = number of results to return, integer, default 25, maximum 500.
Example:limit(1,10)
A user supplied ID used for reference.
<= 50 characters
Example:25-KL8CH6
An identifier managed by the user. Shippers can use this field to map Central Dispatch dispatch ID to a record (e.g. order, shipment, dispatch) in their local TMS.
<= 50 characters
Example:RND10 CHEV
The ID of the shipper order.
<= 50 characters
Example:123-abc 900
Headers
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
Response
application/json
Response
OK. Successful request.
ListingCollection
A paginated collection of listings.
The URL used to query the current collection of the resource.
Example:https://marketplace-api.centraldispatch.com/listings?limit(5,1)
The total count of resources in the collection.
Example:23
Details of a listing.