---
title: "Creates a new upload link for the shipment attachment"
method: POST
path: "/shipments/attachments/upload"
tags: ["shipments"]
---

# Creates a new upload link for the shipment attachment

`POST /shipments/attachments/upload`

ADD ENDPOINT DESCRIPTION HERE

## Query parameters

- `mimeType` string

## Response `200`

successful operation

- ShipmentAttachmentUpload
  - `fileKey` string — File key which should be used for uploading the file and adding the attachment
  - `uploadUrl` string — URL for uploading the attachment
  - `mimeType` string — Mimetype of the attachment

---

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