# Creating shipping labels

The Create shipping label link is enabled on the Order details page when that order has been fulfilled and is ready for shipping.

{% hint style="danger" %}
The customer's account must support and have permission to use the Global Logistics service in order to generate shipping labels.
{% endhint %}

To download an invoice:

1. Click **Orders** in the left navigation. The Orders page appears.
2. [Filter your orders](/digital-river-api/administration/dashboard/order-management/orders/filtering-your-orders.md) if needed.
3. Click the order ID link under the **ID** column. The Order details page appears.
4. To create a shipping label for that order, click the **Create shipping label** link at the top of the Order details page.

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

   The Create shipping label modal appears.
5. Enter the requested information in the Create shipping label modal.

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

   This information includes

   * Checkboxes for electing which items to ship.
   * Quantity of the items being shipped.
   * File type for the shipping label. PDF, PNG, ZPL, and GIF formats are supported.
   * Weight of the items being shipped.
   * Unit of measure for the total weight. Oz., lb., g (gram), and kg are supported.
6. Click **Submit** to produce the shipping label. The label file is automatically downloaded to the browser using the specified file type format.

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

   A PDF sample looks like this:\
   \
   ![](/files/HgwtJymg27KfYjvcufOw)


---

# 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.digitalriver.com/digital-river-api/administration/dashboard/order-management/orders/creating-shipping-labels.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.
