# Shipper integration (Wrapper API)

### Key Features

#### Order Management

* **Create Quick Orders:** Easily create new orders with minimal effort.
* **Request Shipment:** Quickly request shipment for your orders.
* **Generate Shipping Labels:** Automatically generate shipping labels for your orders, ensuring smooth processing and dispatch.

#### Return Management

* **AWB Generation:** Generate Air Waybills (AWBs) for your shipments effortlessly.
* **Schedule Reverse Pickups:** Schedule reverse pickups for returned items, simplifying the return process for your customers.

#### Tracking Management

* **Cancel Tracking:** Effortlessly cancel tracking for shipments that are no longer needed. This feature ensures you can stop tracking for orders that are canceled or not required to be tracked further.
* **Get Tracking Details:** Retrieve detailed tracking updates for your shipments. This feature ensures you and your customers are always informed about the current status and location of the shipments.

### Overview

This API provides a comprehensive solution for managing orders and returns, enabling you to:

* Perform multiple tasks in one go, such as creating a quick order, requesting its shipment, and generating the shipping label.
* Execute essential return management functions like AWB generation and scheduling reverse pickups.
* Manage tracking effectively with the ability to cancel tracking and retrieve tracking updates.

By integrating this API into your system, you can enhance operational efficiency, reduce manual efforts, and ensure a smooth logistics experience for both orders and returns.

Explore the following sections to understand how to implement and utilize these powerful capabilities in your application.


---

# 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://eshop.gitbook.io/eshopbox-developers/order/shipper-integration-wrapper-api.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.
