---
title: "Mark a stop as complete"
method: POST
path: "/stops/complete"
tags: ["Stops", "Shipper"]
---

# Mark a stop as complete

`POST /stops/complete`

Marks a stop as "complete". The `stopId`, and `shipmentReference` is required for all shipment types. If the shipment is shorthaul, only admins can access this route and file data must also be provided. If the shipment is drayage, `chassis`, `trailerId`, and `containerId` may be required.

## Request body

- CompleteStopRequest
  - `stopId` string, required
  - `shipmentReference` string, required
  - `meta` object
    - `chassis` string
    - `containerId` string
    - `trailerId` string
    - `date` string
    - `files` string[]

## Response `200`

Status Code 200:  Successful Response - the request was successful!

- CompleteStopResponse
  - `success` boolean
  - `data` object
    - `stopId` string
    - `status` string
    - `locationName` string
    - `locationAddress` string
    - `windowStart` string
    - `windowEnd` string
    - `appointmentConfirmed` boolean
    - `complete` boolean
    - `missingDocs` boolean
    - `documents` string[]

## Other responses

- `400` — Status Code 400: Bad Request Response - the request header and/or body is invalid
- `500`

---

[API](https://skmtc.net/cargomatic/apis/cargomatic-public-api.md) · [All operations](https://skmtc.net/cargomatic/apis/cargomatic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cargomatic/cargomatic-public-api/revisions/4aa7f4326443/schema)
