# Get Awb And Courier Name

## Get Awb And Courier Name

<mark style="color:blue;">`GET`</mark> `https://wms.eshopbox.com/api/unicommerce/courierDetails`

This endpoint allows you to get courier details.

#### Query Parameters

| Name         | Type   | Description                          |
| ------------ | ------ | ------------------------------------ |
| orderItemIds | string | unique generated item id by eshopbox |

#### Headers

| Name           | Type   | Description                                     |
| -------------- | ------ | ----------------------------------------------- |
| Authentication | string | The Bearer token which grants access to the API |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{
  "courierName": "ecomExpress",
  "awb": "1704610036610"
}
```

{% endtab %}
{% endtabs %}

```
curl --location --request GET 'https://wms.eshopbox.com/api/unicommerce/courierDetails?orderItemIds=408-3131237-0000110-67%2C408-3131237-0000110-68' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ACCESS_TOKEN'
```


---

# 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/order-status/get-awb-and-courier-name.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.
