---
title: "Create package"
method: POST
path: "/all-packages"
tags: ["Packages"]
---

# Create package

`POST /all-packages`

Create a new package with specified dimensions and weight.

## Request body

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

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object — Created package information
    - `id` integer — Package ID
    - `name` string — Package name
    - `length` number — Package length
    - `width` number — Package width
    - `height` number — Package height
    - `weight` number — Package weight

---

[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)
