> For the complete documentation index, see [llms.txt](https://docs.shiplemon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiplemon.com/endpoints/incoming-orders/get-incoming-order.md).

# Get incoming order

## Get an incoming order object using it's unique identifier key

<mark style="color:blue;">`GET`</mark> `https://api-sandbox.shiplemon.com/v1/incoming-orders/:incomingOrderId`

#### Path Parameters

| Name                                              | Type   | Description |
| ------------------------------------------------- | ------ | ----------- |
| incomingOrderId<mark style="color:red;">\*</mark> | String |             |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    // Response
}
```

{% endtab %}

{% tab title="404: Not Found " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}
