> 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/ship-service/creating-ship-services.md).

# Creating Ship Services

Creating a ship service is a crucial step for efficiently managing the shipment of sales and purchase orders. This process involves specifying a unique name and code for the ship service, selecting a carrier, and setting the service as either the default option or marking it as active or inactive based on your needs. This ship service can be applied to sales orders and purchase orders, accommodating both Delivery (Own Truck) and Delivery (Third Party) shipping options.

#### Ship Service Details Fields

<table><thead><tr><th width="192">Field</th><th>Description</th></tr></thead><tbody><tr><td>Ship Service Name</td><td>This field allows you to provide the name the ship service.</td></tr><tr><td>Ship Service Code</td><td>This field allows you to assign a code to the ship service.</td></tr><tr><td>Carrier</td><td>Select the carrier to associate with the ship service. </td></tr><tr><td>Set As Default</td><td>Select this checkbox to set this ship service as default.</td></tr><tr><td>Active</td><td>This checkbox allows you to mark this ship service as "Active" or "Inactive".</td></tr></tbody></table>

After filling in the details, click "Save" to create the ship service.&#x20;

<div align="left"><figure><img src="/files/6dwhLYLSFkHzxybejEZW" alt=""><figcaption></figcaption></figure></div>


---

# 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/ship-service/creating-ship-services.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.
