> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/warehouse/shipping-content/creating-shipping-content.md).

# Creating Shipping Content

Shipping content provides essential information about international shipments, ensuring that goods are handled and shipped safely. Creating shipment content involves entering the content code and description of the shipment content. This helps to properly identify and categorize the shipment. After you have created the shipping content, you can proceed to add it to your international shipments.

{% hint style="info" %}
To create shipping content, go to **Menu > Admin > Warehouse > Shipping Content**
{% endhint %}

In the Shipping Content module, enter the following details:

* **Code:** This field allows you to enter a unique identifier for the shipping content, allowing for easy referencing and categorization.
* **Description:** This field allows you to enter the details of the shipment content for the personnel handling the shipment.

Once you have entered this information, click "Save" to create the shipping content.

<figure><img src="/files/kcJU5hnQZAgfQYivuGzL" alt=""><figcaption></figcaption></figure>

### Adding Shipping Content

Shipping content can be added in two ways:

#### From the Pack & Ship module

To add the shipping content from the Pack & Ship module, follow the steps below:

* In the Pack & Ship module, click on the "Freight" icon.

  <figure><img src="/files/KKZZQYn0VrYLLvyW8kLB" alt=""><figcaption></figcaption></figure>
* You will be navigated to the Prepare Shipment screen.
* Enable "International Shipment".

  <figure><img src="/files/tI09Gtnacxg4DTAIXZVK" alt=""><figcaption></figcaption></figure>
* Once you enable international shipping, a couple of options will be enabled. Select the shipping content from the "Content" dropdown option.

  <figure><img src="/files/Tlk23TeptZkB7gJz4O9u" alt=""><figcaption></figcaption></figure>
* Click "Save Shipment" to save the changes.

  <figure><img src="/files/qSZdjEEaYbnBJYHeEeyF" alt=""><figcaption></figcaption></figure>

#### From the Invoice module

To add the shipping content from the Invoice module, follow the steps below:

1. Open the invoice and navigate to the "Shipping" tab.
2. Click on "Shipment Info".

   <figure><img src="/files/zLvvyu7NWEiypzLf2lrz" alt=""><figcaption></figcaption></figure>
3. You will be navigated to the Prepare Shipment screen.
4. Enable "International Shipment".
5. Select the shipping content from the "Content" dropdown option.

   <div align="left"><figure><img src="/files/PWY7jEZE8K7frBctcMhL" alt=""><figcaption></figcaption></figure></div>
6. Click "Save Shipment" to save the changes.

   <figure><img src="/files/CDGArPsD0ycLvPHRW3pC" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/admin/warehouse/shipping-content/creating-shipping-content.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
