---
title: "Mark order as shipped"
method: POST
path: "/orders/markasshipped"
tags: ["orders"]
---

# Mark order as shipped

`POST /orders/markasshipped`

Marks an order as Shipped without creating a label in ShipStation

## Request body

- object
  - `orderId` integer, required — Order ID to mark as shipped
  - `carrierCode` string, required — Carrier code
  - `shipDate` string, date — Date order was shipped
  - `trackingNumber` string — Tracking number
  - `notifyCustomer` boolean — Whether to notify customer
  - `notifySalesChannel` boolean — Whether to notify sales channel

## Response `200`

Order marked as shipped successfully

- object
  - `orderId` integer
  - `orderNumber` string

## Other responses

- `400` — Bad Request - The request could not be understood or was missing required parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `500` — Internal Server Error - An error occurred on the server

---

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