# Shipping Station

P4W shipping station is designed to process small parcel orders. The most common use case  for a shipping station is e-commerce business like Amazon and Shopify.&#x20;

Main function of the shipping station is to find a suitable rate and generate a shipping label with selected carrier.&#x20;

To access shipping station, navigate to Fulfillment > Shipping station.

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

As was mentioned before, only small parcel orders will be accessible through the Shipping Station page. Additionally, orders must be in 'Rating' state to be available for further operations.

{% hint style="info" %}
Notice: A single pick ticket can have multiple totes. Each of these totes will require separately generated shipping label.

See the picture below.
{% endhint %}

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


---

# 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.p4warehouse.com/v2/fulfillment/shipping-station.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.
