# Carriers

### The Carrier Object

This section describes the different attributes available for a carrier.

| Attribute                | Type       | Description                                                                  |
| ------------------------ | ---------- | ---------------------------------------------------------------------------- |
| active                   | *boolean*  | Indicates if carrier is active for an account.                               |
| available\_countries     | *array*    | List of user countries carrier is available in.                              |
| carrier\_id              | *string*   | Unique reference for carrier.                                                |
| contact                  | *object*   | Contact information for carrier.                                             |
| domestic                 | *boolean*  | Indicates if the carrier is available for intracity / intrastate delivery.   |
| logo                     | *string*   | URL image of carrier logo.                                                   |
| international            | *boolean*  | Indicates if the carrier is available for international delivery.            |
| metadata                 | *object*   | Provide additional information for a carrier.                                |
| name                     | *string*   | Name of carrier.                                                             |
| regional                 | *boolean*  | Indicates if the carrier is available for inter-city / inter-state delivery. |
| requires\_invoice        | *boolean*  | Indicates if printout of commercial invoice is required for pickup.          |
| requires\_waybill        | *boolean*  | Indicates if printout of waybill is required for pickup.                     |
| slug                     | *string*   | Unique slug to identify carrier.                                             |
| supports\_multi\_parcels | *boolean*  | Indicates if carrier supports multiple parcel shipments.                     |
| created\_at              | *datetime* | Time carrier created                                                         |
| updated\_at              | *datetime* | Time carrier 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/carrier.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.
