# Packaging

### The Packaging Object

This section describes the different attributes available for packaging.

| Attribute     | Type       | Description                                                                              |
| ------------- | ---------- | ---------------------------------------------------------------------------------------- |
| height        | *number*   | Height of packaging.                                                                     |
| id            | *string*   | Unique identifier for packaging.                                                         |
| length        | *number*   | Length of packaging.                                                                     |
| name          | *string*   | Name of packaging.                                                                       |
| packaging\_id | *string*   | Unique reference for packaging.                                                          |
| size\_unit    | *string*   | Size unit of packaging, only ***cm*** accepted at this time.                             |
| type          | *enum*     | Type of packaging, accepted values are ***box***, ***envelope*** and ***soft-package***. |
| weight        | *number*   | Weight of packaging.                                                                     |
| weight\_unit  | *string*   | Weight unit of packaging, only ***kg*** accepted at this time.                           |
| width         | *number*   | Width of packaging.                                                                      |
| created\_at   | *datetime* | Time packaging created.                                                                  |
| updated\_at   | *datetime* | Time packaging last updated.                                                             |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.terminal.africa/tship/packaging.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
