/api/v1/customer/swag-shop/all-categories

GET

/api/v1/customer/swag-shop/all-categories

This API method will return a list of swag shop all categories for the web search

{
    "status": true,
    "items": [
        {
            "id": "1",
            "account_id": 105,
            "group_id": null,
            "name": "t",
            "description": "",
            "ship_type": 1,
            "created_at": "2018-06-18 11:59:13",
            "updated_at": "2018-06-18 11:59:13",
            "deleted_at": null,
            "items_count": 1
        },
        {
            "id": "2",
            "account_id": 105,
            "group_id": null,
            "name": "TestingCategory",
            "description": "",
            "ship_type": 1,
            "created_at": "2018-06-18 12:00:11",
            "updated_at": "2018-06-18 12:00:11",
            "deleted_at": null,
            "items_count": 0
        }
    ]
}