---
title: "Share a Shipment"
method: PATCH
path: "/public/v3/Shipments/{shipmentId}/share"
tags: ["Shipments"]
---

# Share a Shipment

`PATCH /public/v3/Shipments/{shipmentId}/share`

Enables or disables sharing for a shipment.

Set `enabled` to `true` to enable sharing or `false` to disable it.

## Path parameters

- `shipmentId` string, required

## Query parameters

- `enabled` boolean, required

## Headers

- `x-tive-account-id` integer, required

## Response `200`

Share setting updated.

## Other responses

- `400` — Unable to set share setting on the shipment.
- `401` — Unauthorized
- `500` — Internal Server Error

---

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