---
title: "Create a new shipment"
method: POST
path: "/shipments"
tags: ["Shipments"]
---

# Create a new shipment

`POST /shipments`

Creates a new shipment via workflow service

## Request body

- CreateShipmentRequest
  - `shipmentData` string, nullable

## Response `200`

OK

- CreateShipmentResponse
  - `workflowInstanceId` string, nullable
  - `runtimeStatus` string, nullable
  - `output` string, nullable

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/magayacloud/apis/msc-api-proof-of-concept.md) · [All operations](https://skmtc.net/magayacloud/apis/msc-api-proof-of-concept/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magayacloud/msc-api-proof-of-concept/revisions/9dbc3818a965/schema)
