> For the complete documentation index, see [llms.txt](https://howto.sellercraft.co/how-to-sellercraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.sellercraft.co/how-to-sellercraft/oms/orders/print-shipping-label.md).

# Print Shipping Label

<figure><img src="/files/XhKAokSqtmCuQ6H634Q5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jBHByxnqEHORMovVJEfs" alt=""><figcaption></figcaption></figure>

#### To print a shipping label, follow these steps:

1. Search the order or filter the orders by Ready to Ship status.
2. Select the orders that you want to print the shipping label for.
3. Click the Shipping Labels button.
4. Click the Print button to print the shipping label.
5. Affix the shipping label to the package and send it out for delivery.

{% hint style="danger" %}

#### Note that shipping labels can only be printed for orders that have a Ready to Ship status.

{% endhint %}


---

# 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:

```
GET https://howto.sellercraft.co/how-to-sellercraft/oms/orders/print-shipping-label.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.
