> For the complete documentation index, see [llms.txt](https://docs.shipbubble.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shipbubble.com/api-reference/package-categories.md).

# Package categories

Items categories help us streamline your search of rates to the **exact couriers** that can handle them.

<mark style="color:blue;">`GET`</mark> `https://api.shipbubble.com/v1/shipping/labels/categories`

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

```javascript
{
    "status": "success",
    "message": "Retrieved successfully",
    "data": [
        {
            "category_id": 90097994,
            "category": "Accessories"
        },
        {
            "category_id": 3035980,
            "category": "Electronics"
        },
        {
            "category_id": 70830897,
            "category": "Electronic gadgets"
        },
        {
            "category_id": 66484941,
            "category": "Jewelry"
        },
        {
            "category_id": 69709726,
            "category": "Food"
        },
        {
            "category_id": 98246239,
            "category": "Fashion wears"
        }
    ]
}
```

{% endtab %}
{% endtabs %}
