# Shipment Extras

| Key                      | Type     | Description                                                 |
| ------------------------ | -------- | ----------------------------------------------------------- |
| commercial\_invoice\_url | *string* | PDF link to commercial invoice for international shipments. |
| *carrier\_tracking\_url* | *string* | Carrier specific URL for tracking shipment.                 |
| reference                | *string* | Rate object used in arranging delivery for shipment.        |
| shipping\_label          | *object* | Object containing raw buffer data for shipping label pdf.   |
| shipping\_label\_url     | *string* | PDF link to shipping label / waybill for shipment.          |
| tracking\_number         | *string* | Carrier specific tracking number for shipment.              |
| tracking\_url            | *string* | API specific tracking URL for shipment.                     |


---

# 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/miscallaneous/shipment-extras.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.
