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

# Ship Service Centre

The Ship Service Centre serves as a centralized repository for managing various aspects of shipping operations within an organization. It encompasses essential fields to facilitate efficient handling of shipping methods, carrier information, and third-party integrations.

### **Ship Service Centre Fields**

<table><thead><tr><th width="174">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name </td><td>This field displays the name of the ship service.</td></tr><tr><td>Code</td><td>This field captures the code of the ship service.</td></tr><tr><td>Carrier</td><td>This field shows the name of the carrier associated with the ship service.</td></tr><tr><td>Carrier Code</td><td>This field shows the code of the carrier associated with the ship service.</td></tr><tr><td>Create Datetime</td><td>This field shows the date and time when the ship service was created.</td></tr><tr><td>Created By</td><td>This field displays the name of the individual who created the ship service.</td></tr><tr><td>Modify Datetime</td><td>This field shows the date and time when the ship service was last modified.</td></tr><tr><td>Modified By</td><td>This field displays the name of the individual who modified the ship service.</td></tr><tr><td>Is Active?</td><td>This field indicates whether the ship service is active or inactive.</td></tr><tr><td>Is Default?</td><td>This field indicates whether the ship service is set as default.</td></tr><tr><td>Third Party Ship Service App</td><td>This is a clickable field that shows the third part app linked with the ship service.</td></tr></tbody></table>

### Ship Service Centre Options

The Ship Service Centre provides users with a couple of right click options to update and manage the ship services effectively.

* **Open:** Allows you to view/edit the ship service.
* **Delete:** Allows you to delete the ship service.

### Ship Service Centre Header Level Icons

* **Refresh:** This functionality empowers users to refresh search results based on selected criteria, ensuring that the displayed information is always up-to-date.
* **Save:** Save feature enables users to preserve any updated user interface (UI) settings, ensuring a personalized and consistent experience during future interactions with the module.
* **Advanced Search:** The advance search option enables you to further extend the search criteria. You can delve into a nuanced search by specifying criteria such as Column Name, Operator, and Value, facilitating precise and tailored searches.
* **Columns (Bento Menu):** All the columns available for the module are listed under this icon. You can use this option to hide or add the columns and tailor the module view as per your requirements.
* **Download:** This versatile feature allows users to export and download data in various file formats, providing a summarized overview for quick reference. Options include CSV, TXT, MS-Word, MS-Excel, PDF, and MS-Excel(.xlsx), catering to diverse user preferences and use cases.


---

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