---
title: "Update package"
method: PUT
path: "/packages/{package_id}"
tags: ["Packages"]
---

# Update package

`PUT /packages/{package_id}`

Update packages for the specified package id. Requires Bearer JWT authentication.

## Path parameters

- `package_id` integer, required

## Request body

- object
  - `name` string — Package name
  - `length` number — Package length
  - `width` number — Package width
  - `height` number — Package height
  - `weight` number — Package weight

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object — Updated package information

---

[API](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
