> For the complete documentation index, see [llms.txt](https://anymind-group.gitbook.io/anylogi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anymind-group.gitbook.io/anylogi/en_us/label/shipping/ready.md).

# Ready For Shippment

## Tracking number (e.g. for orders)

Orders for which "Shipping label" and "Commercial Invoice" have already been issued will display the tracking number issued by each shipping service.&#x20;

You can view the tracking information provided by each shipping service by clicking on this link.&#x20;

When your store is connected to Shopify and change to "Shipped" status on AnyLogi, it will automatically assign a "Tracking Number" to the order in Shopify and the "Tracking Number" can be reflected in the Shipped email sent to the end user.

## Issue a shipping label and a commercial invoice &#x20;

Click on the printer symbol in the "Shipping labels" and "Commercial Invoice" columns to download a PDF of each document.

## Delete Invoices

By clicking the "Return" button, the invoice will be discarded by each delivery service.&#x20;

Once the invoices are discarded, the order will appear on the waiting list for shipment and a new shipping label and a commercial invoice can be issued again.


---

# 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://anymind-group.gitbook.io/anylogi/en_us/label/shipping/ready.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.
