/api/v1/customer/stores/{store_id}/manufacturer-promotion

GET

/api/v1/customer/stores/{store_id}/manufacturer-promotion

Needs to pass account_id/store_id.

This API method will allow you to get a list of links for the manufacturer's promotion.

Request Parameters

{
    "status": true,
    "items": [
        {
            "category": {
                "id": "36",
                "name": "Category 11",
                "description": "",
                "image": null,
                "parent_id": null,
                "lft": 19,
                "rgt": 22,
                "depth": 0,
                "created_at": "2022-03-02 07:32:53",
                "updated_at": "2022-03-02 07:33:13",
                "deleted_at": null,
                "age_verify": 0,
                "account_id": 34,
                "promotions": [],
                "children": [
                    {
                        "id": "37",
                        "name": "Sub Category 11",
                        "description": "",
                        "image": null,
                        "parent_id": 36,
                        "lft": 20,
                        "rgt": 21,
                        "depth": 1,
                        "created_at": "2022-03-02 07:33:13",
                        "updated_at": "2022-03-02 07:33:13",
                        "deleted_at": null,
                        "age_verify": 0,
                        "account_id": 34,
                        "promotions": [
                            {
                                "id": "26",
                                "account_id": 34,
                                "category_id": 37,
                                "title": "Marlboro Mobile Coupons",
                                "image_data": null,
                                "image_name": null,
                                "image_type": null,
                                "image_extension": null,
                                "image_size": 0,
                                "url": "https://laravel.com/docs/8.x/octane",
                                "status": 1,
                                "section_order": "0",
                                "created_at": "2022-03-02 07:33:30",
                                "updated_at": "2022-03-02 07:42:05",
                                "deleted_at": null
                            },
                            {
                                "id": "27",
                                "account_id": 34,
                                "category_id": 37,
                                "title": "Mild",
                                "image_data": null,
                                "image_name": null,
                                "image_type": null,
                                "image_extension": null,
                                "image_size": 0,
                                "url": "https://www.blackandmild.com",
                                "status": 1,
                                "section_order": "1",
                                "created_at": "2022-03-02 07:43:13",
                                "updated_at": "2022-03-02 07:43:13",
                                "deleted_at": null
                            }
                        ],
                        "children": []
                    }
                ]
            },
            "children": [
                {
                    "category": {
                        "id": "37",
                        "name": "Sub Category 11",
                        "description": "",
                        "image": null,
                        "parent_id": 36,
                        "lft": 20,
                        "rgt": 21,
                        "depth": 1,
                        "created_at": "2022-03-02 07:33:13",
                        "updated_at": "2022-03-02 07:33:13",
                        "deleted_at": null,
                        "age_verify": 0,
                        "account_id": 34,
                        "promotions": [
                            {
                                "id": "26",
                                "account_id": 34,
                                "category_id": 37,
                                "title": "Marlboro Mobile Coupons",
                                "image_data": null,
                                "image_name": null,
                                "image_type": null,
                                "image_extension": null,
                                "image_size": 0,
                                "url": "https://laravel.com/docs/8.x/octane",
                                "status": 1,
                                "section_order": "0",
                                "created_at": "2022-03-02 07:33:30",
                                "updated_at": "2022-03-02 07:42:05",
                                "deleted_at": null
                            },
                            {
                                "id": "27",
                                "account_id": 34,
                                "category_id": 37,
                                "title": "Mild",
                                "image_data": null,
                                "image_name": null,
                                "image_type": null,
                                "image_extension": null,
                                "image_size": 0,
                                "url": "https://www.blackandmild.com",
                                "status": 1,
                                "section_order": "1",
                                "created_at": "2022-03-02 07:43:13",
                                "updated_at": "2022-03-02 07:43:13",
                                "deleted_at": null
                            }
                        ],
                        "children": []
                    },
                    "promotions": [
                        {
                            "id": "26",
                            "account_id": 34,
                            "category_id": 37,
                            "title": "Marlboro Mobile Coupons",
                            "image_data": null,
                            "image_name": null,
                            "image_type": null,
                            "image_extension": null,
                            "image_size": 0,
                            "url": "https://laravel.com/docs/8.x/octane",
                            "status": 1,
                            "section_order": "0",
                            "created_at": "2022-03-02 07:33:30",
                            "updated_at": "2022-03-02 07:42:05",
                            "deleted_at": null
                        },
                        {
                            "id": "27",
                            "account_id": 34,
                            "category_id": 37,
                            "title": "Mild",
                            "image_data": null,
                            "image_name": null,
                            "image_type": null,
                            "image_extension": null,
                            "image_size": 0,
                            "url": "https://www.blackandmild.com",
                            "status": 1,
                            "section_order": "1",
                            "created_at": "2022-03-02 07:43:13",
                            "updated_at": "2022-03-02 07:43:13",
                            "deleted_at": null
                        }
                    ]
                }
            ]
        }
    ]
}