---
title: "Duplicate a shipment"
method: POST
path: "/shipments/{id}/duplicate"
tags: ["Shipments"]
---

# Duplicate a shipment

`POST /shipments/{id}/duplicate`

Create a copy of an existing shipment.

## What gets duplicated

- Customer and customer rep
- Order(s) with stops, freight, and references
- Equipment and special requirements

## What is NOT duplicated

- Loads and carriers
- Services
- Documents
- Status history

## New shipment

The duplicate is created in DRAFT status with new dates if provided.

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Request body

- DuplicateShipmentRequest — Request body for duplicating a shipment
  - `pickUpDate` string, date — New pickup date for the duplicate
  - `deliveryDate` string, date — New delivery date for the duplicate

## Response `201`

Shipment duplicated successfully

- DuplicateShipmentResponse
  - `originalShipmentId` string, uuid, required
  - `newShipmentId` string, uuid, required
  - `newShipmentKey` string, required

## Other responses

- `400` — Bad request - invalid input
- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found

---

[API](https://skmtc.net/mvmnt/apis/mvmnt-api.md) · [All operations](https://skmtc.net/mvmnt/apis/mvmnt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mvmnt/mvmnt-api/versions/c44e5e7a4256/schema)
