Ürün gruplarını listeleyen, sayfalama destekli bir ViewSet.
Sadece read-only yapmak isterseniz ReadOnlyModelViewSet kullanabilirsiniz.

GET /api/denizsulama/product-groups/?format=api&offset=54
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 510,
    "next": "https://ziraisulama.com/api/denizsulama/product-groups/?format=api&limit=18&offset=72",
    "previous": "https://ziraisulama.com/api/denizsulama/product-groups/?format=api&limit=18&offset=36",
    "results": [
        {
            "id": 59,
            "groupName": "Yağmurlama Sulama Dirsek",
            "slug": "yagmurlama-mandalli-dirsek",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 562,
                    "productName": "Mandallı Dirsek",
                    "slug": "50x50-mandalli-dirsek",
                    "description": "",
                    "variants": [
                        {
                            "id": 555,
                            "variantName": "Yağmurlama Sulama Mandallı Dirsek",
                            "variantCode": "50x50",
                            "price": "94.28",
                            "specialPrice": false,
                            "accountingCode": "MD-000",
                            "manufacturerCode": "7624000050",
                            "paramValues": [
                                {
                                    "id": 1324,
                                    "paramDefinition": {
                                        "id": 185,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 563,
                    "productName": "Mandallı Dirsek",
                    "slug": "63x63-mandalli-dirsek",
                    "description": "",
                    "variants": [
                        {
                            "id": 556,
                            "variantName": "Yağmurlama Sulama Mandallı Dirsek",
                            "variantCode": "63x63",
                            "price": "105.46",
                            "specialPrice": false,
                            "accountingCode": "MD-001",
                            "manufacturerCode": "7624000063",
                            "paramValues": [
                                {
                                    "id": 1325,
                                    "paramDefinition": {
                                        "id": 185,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 564,
                    "productName": "Mandallı Dirsek",
                    "slug": "75x75-mandalli-dirsek",
                    "description": "",
                    "variants": [
                        {
                            "id": 557,
                            "variantName": "Yağmurlama Sulama Mandallı Dirsek",
                            "variantCode": "75x75",
                            "price": "140.28",
                            "specialPrice": false,
                            "accountingCode": "MD-002",
                            "manufacturerCode": "7624000075",
                            "paramValues": [
                                {
                                    "id": 1326,
                                    "paramDefinition": {
                                        "id": 185,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 565,
                    "productName": "Mandallı Dirsek",
                    "slug": "90x90-mandalli-dirsek",
                    "description": "",
                    "variants": [
                        {
                            "id": 558,
                            "variantName": "Yağmurlama Sulama Mandallı Dirsek",
                            "variantCode": "90x90",
                            "price": "207.74",
                            "specialPrice": false,
                            "accountingCode": "MD-003",
                            "manufacturerCode": "7624000090",
                            "paramValues": [
                                {
                                    "id": 1327,
                                    "paramDefinition": {
                                        "id": 185,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 566,
                    "productName": "Mandallı Dirsek",
                    "slug": "110x110-mandalli-dirsek",
                    "description": "",
                    "variants": [
                        {
                            "id": 559,
                            "variantName": "Yağmurlama Sulama Mandallı Dirsek",
                            "variantCode": "110x110",
                            "price": "273.32",
                            "specialPrice": false,
                            "accountingCode": "MD-004",
                            "manufacturerCode": "7624000110",
                            "paramValues": [
                                {
                                    "id": 1328,
                                    "paramDefinition": {
                                        "id": 185,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 567,
                    "productName": "Mandallı Dirsek",
                    "slug": "125x125-mandalli-dirsek",
                    "description": "",
                    "variants": [
                        {
                            "id": 560,
                            "variantName": "Yağmurlama Sulama Mandallı Dirsek",
                            "variantCode": "125x125",
                            "price": "424.12",
                            "specialPrice": false,
                            "accountingCode": "MD-005",
                            "manufacturerCode": "7624000125",
                            "paramValues": [
                                {
                                    "id": 1329,
                                    "paramDefinition": {
                                        "id": 185,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 568,
                    "productName": "Mandallı Dirsek",
                    "slug": "140x140-mandalli-dirsek",
                    "description": "",
                    "variants": [
                        {
                            "id": 561,
                            "variantName": "Yağmurlama Sulama Mandallı Dirsek",
                            "variantCode": "140x140",
                            "price": "875.28",
                            "specialPrice": false,
                            "accountingCode": "MD-006",
                            "manufacturerCode": "8924000140",
                            "paramValues": [
                                {
                                    "id": 1330,
                                    "paramDefinition": {
                                        "id": 185,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 569,
                    "productName": "Mandallı Dirsek",
                    "slug": "160x160-mandalli-dirsek",
                    "description": "",
                    "variants": [
                        {
                            "id": 562,
                            "variantName": "Yağmurlama Sulama Mandallı Dirsek",
                            "variantCode": "160x160",
                            "price": "1020.10",
                            "specialPrice": false,
                            "accountingCode": "MD-007",
                            "manufacturerCode": "8924000160",
                            "paramValues": [
                                {
                                    "id": 1331,
                                    "paramDefinition": {
                                        "id": 185,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 58,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_11_qpEd3cR.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 185,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 60,
            "groupName": "Yağmurlama Sulama Erkek Başlık",
            "slug": "yagmurlama-sulama-erkek-baslik",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 570,
                    "productName": "Mandallı Erkek Başlık",
                    "slug": "50x50-mandalli-erkek-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 563,
                            "variantName": "Yağmurlama Sulama Mandallı Erkek Başlık",
                            "variantCode": "50x50",
                            "price": "41.60",
                            "specialPrice": false,
                            "accountingCode": "MEK-000",
                            "manufacturerCode": "7630000050",
                            "paramValues": [
                                {
                                    "id": 1332,
                                    "paramDefinition": {
                                        "id": 186,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 571,
                    "productName": "Mandallı Erkek Başlık",
                    "slug": "63x63-mandalli-erkek-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 564,
                            "variantName": "Yağmurlama Sulama Mandallı Erkek Başlık",
                            "variantCode": "63x63",
                            "price": "41.60",
                            "specialPrice": false,
                            "accountingCode": "MEK-001",
                            "manufacturerCode": "7630000063",
                            "paramValues": [
                                {
                                    "id": 1333,
                                    "paramDefinition": {
                                        "id": 186,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 572,
                    "productName": "Mandallı Erkek Başlık",
                    "slug": "75x75-mandalli-erkek-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 565,
                            "variantName": "Yağmurlama Sulama Mandallı Erkek Başlık",
                            "variantCode": "75x75",
                            "price": "57.25",
                            "specialPrice": false,
                            "accountingCode": "MEK-002",
                            "manufacturerCode": "7630000075",
                            "paramValues": [
                                {
                                    "id": 1334,
                                    "paramDefinition": {
                                        "id": 186,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 573,
                    "productName": "Mandallı Erkek Başlık",
                    "slug": "90x90-mandalli-erkek-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 566,
                            "variantName": "Yağmurlama Sulama Mandallı Erkek Başlık",
                            "variantCode": "90x90",
                            "price": "64.43",
                            "specialPrice": false,
                            "accountingCode": "MEK-003",
                            "manufacturerCode": "7630000090",
                            "paramValues": [
                                {
                                    "id": 1335,
                                    "paramDefinition": {
                                        "id": 186,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 574,
                    "productName": "Mandallı Erkek Başlık",
                    "slug": "110x110-mandalli-erkek-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 567,
                            "variantName": "Yağmurlama Sulama Mandallı Erkek Başlık",
                            "variantCode": "110x110",
                            "price": "106.55",
                            "specialPrice": false,
                            "accountingCode": "MEK-004",
                            "manufacturerCode": "7630000110",
                            "paramValues": [
                                {
                                    "id": 1336,
                                    "paramDefinition": {
                                        "id": 186,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 575,
                    "productName": "Mandallı Erkek Başlık",
                    "slug": "125x125-mandalli-erkek-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 568,
                            "variantName": "Yağmurlama Sulama Mandallı Erkek Başlık",
                            "variantCode": "125x125",
                            "price": "190.25",
                            "specialPrice": false,
                            "accountingCode": "MEK-005",
                            "manufacturerCode": "7630000125",
                            "paramValues": [
                                {
                                    "id": 1337,
                                    "paramDefinition": {
                                        "id": 186,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 576,
                    "productName": "Mandallı Erkek Başlık",
                    "slug": "140x140-mandalli-erkek-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 569,
                            "variantName": "Yağmurlama Sulama Mandallı Erkek Başlık",
                            "variantCode": "140x140",
                            "price": "228.21",
                            "specialPrice": false,
                            "accountingCode": "MEK-006",
                            "manufacturerCode": "7630000140",
                            "paramValues": [
                                {
                                    "id": 1338,
                                    "paramDefinition": {
                                        "id": 186,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 577,
                    "productName": "Mandallı Erkek Başlık",
                    "slug": "160x160-mandalli-erkek-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 570,
                            "variantName": "Yağmurlama Sulama Mandallı Erkek Başlık",
                            "variantCode": "160x160",
                            "price": "281.12",
                            "specialPrice": false,
                            "accountingCode": "MEK-007",
                            "manufacturerCode": "7630000160",
                            "paramValues": [
                                {
                                    "id": 1339,
                                    "paramDefinition": {
                                        "id": 186,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 59,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_12_J0GfA3Z.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 186,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 61,
            "groupName": "Yağmurlama Sulama Dişi Başlık",
            "slug": "yagmurlama-sulama-disi-baslik",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 578,
                    "productName": "Mandallı Dişi Başlık",
                    "slug": "50x50-mandalli-disi-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 571,
                            "variantName": "Yağmurlama Sulama Mandallı Dişi Başlık",
                            "variantCode": "50x50",
                            "price": "22.95",
                            "specialPrice": false,
                            "accountingCode": "MDK-000",
                            "manufacturerCode": "7631000050",
                            "paramValues": [
                                {
                                    "id": 1340,
                                    "paramDefinition": {
                                        "id": 187,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 579,
                    "productName": "Mandallı Dişi Başlık",
                    "slug": "63x63-mandalli-disi-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 572,
                            "variantName": "Yağmurlama Sulama Mandallı Dişi Başlık",
                            "variantCode": "63x63",
                            "price": "22.95",
                            "specialPrice": false,
                            "accountingCode": "MDK-001",
                            "manufacturerCode": "7631000063",
                            "paramValues": [
                                {
                                    "id": 1341,
                                    "paramDefinition": {
                                        "id": 187,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 580,
                    "productName": "Mandallı Dişi Başlık",
                    "slug": "75x75-mandalli-disi-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 573,
                            "variantName": "Yağmurlama Sulama Mandallı Dişi Başlık",
                            "variantCode": "75x75",
                            "price": "30.79",
                            "specialPrice": false,
                            "accountingCode": "MDK-002",
                            "manufacturerCode": "7631000075",
                            "paramValues": [
                                {
                                    "id": 1342,
                                    "paramDefinition": {
                                        "id": 187,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 581,
                    "productName": "Mandallı Dişi Başlık",
                    "slug": "90x90-mandalli-disi-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 574,
                            "variantName": "Yağmurlama Sulama Mandallı Dişi Başlık",
                            "variantCode": "90x90",
                            "price": "64.43",
                            "specialPrice": false,
                            "accountingCode": "MDK-003",
                            "manufacturerCode": "7631000090",
                            "paramValues": [
                                {
                                    "id": 1343,
                                    "paramDefinition": {
                                        "id": 187,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 582,
                    "productName": "Mandallı Dişi Başlık",
                    "slug": "110x110-mandalli-disi-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 575,
                            "variantName": "Yağmurlama Sulama Mandallı Dişi Başlık",
                            "variantCode": "110x110",
                            "price": "87.42",
                            "specialPrice": false,
                            "accountingCode": "MDK-004",
                            "manufacturerCode": "7631000110",
                            "paramValues": [
                                {
                                    "id": 1344,
                                    "paramDefinition": {
                                        "id": 187,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 583,
                    "productName": "Mandallı Dişi Başlık",
                    "slug": "125x125-mandalli-disi-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 576,
                            "variantName": "Yağmurlama Sulama Mandallı Dişi Başlık",
                            "variantCode": "125x125",
                            "price": "136.70",
                            "specialPrice": false,
                            "accountingCode": "MDK-005",
                            "manufacturerCode": "7631000125",
                            "paramValues": [
                                {
                                    "id": 1345,
                                    "paramDefinition": {
                                        "id": 187,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 584,
                    "productName": "Mandallı Dişi Başlık",
                    "slug": "140x140-mandalli-disi-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 577,
                            "variantName": "Yağmurlama Sulama Mandallı Dişi Başlık",
                            "variantCode": "140x140",
                            "price": "197.41",
                            "specialPrice": false,
                            "accountingCode": "MDK-006",
                            "manufacturerCode": "7631000140",
                            "paramValues": [
                                {
                                    "id": 1346,
                                    "paramDefinition": {
                                        "id": 187,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 585,
                    "productName": "Mandallı Dişi Başlık",
                    "slug": "160x160-mandalli-disi-baslik",
                    "description": "",
                    "variants": [
                        {
                            "id": 578,
                            "variantName": "Yağmurlama Sulama Mandallı Dişi Başlık",
                            "variantCode": "160x160",
                            "price": "220.35",
                            "specialPrice": false,
                            "accountingCode": "MDK-007",
                            "manufacturerCode": "7631000160",
                            "paramValues": [
                                {
                                    "id": 1347,
                                    "paramDefinition": {
                                        "id": 187,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 60,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_13_Hfy4LSE.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 187,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 62,
            "groupName": "Yağmurlama Sulama Erkek Körtapa",
            "slug": "yagmurlama-sulama-erkek-kortapa",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 586,
                    "productName": "Mandallı Erkek Körtapa",
                    "slug": "50x50-mandalli-erkek-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 579,
                            "variantName": "Yağmurlama Mandallı Erkek Körtapa",
                            "variantCode": "50x50",
                            "price": "36.46",
                            "specialPrice": false,
                            "accountingCode": "MKT-009",
                            "manufacturerCode": "7627000050",
                            "paramValues": [
                                {
                                    "id": 1348,
                                    "paramDefinition": {
                                        "id": 188,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 587,
                    "productName": "Mandallı Erkek Körtapa",
                    "slug": "63x63-mandalli-erkek-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 580,
                            "variantName": "Yağmurlama Mandallı Erkek Körtapa",
                            "variantCode": "63x63",
                            "price": "37.97",
                            "specialPrice": false,
                            "accountingCode": "MKT-010",
                            "manufacturerCode": "7627000063",
                            "paramValues": [
                                {
                                    "id": 1349,
                                    "paramDefinition": {
                                        "id": 188,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 588,
                    "productName": "Mandallı Erkek Körtapa",
                    "slug": "75x75-mandalli-erkek-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 581,
                            "variantName": "Yağmurlama Mandallı Erkek Körtapa",
                            "variantCode": "75x75",
                            "price": "54.06",
                            "specialPrice": false,
                            "accountingCode": "MKT-011",
                            "manufacturerCode": "7627000075",
                            "paramValues": [
                                {
                                    "id": 1350,
                                    "paramDefinition": {
                                        "id": 188,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 589,
                    "productName": "Mandallı Erkek Körtapa",
                    "slug": "90x90-mandalli-erkek-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 582,
                            "variantName": "Yağmurlama Mandallı Erkek Körtapa",
                            "variantCode": "90x90",
                            "price": "63.74",
                            "specialPrice": false,
                            "accountingCode": "MKT-012",
                            "manufacturerCode": "7627000090",
                            "paramValues": [
                                {
                                    "id": 1351,
                                    "paramDefinition": {
                                        "id": 188,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 590,
                    "productName": "Mandallı Erkek Körtapa",
                    "slug": "110x110-mandalli-erkek-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 583,
                            "variantName": "Yağmurlama Mandallı Erkek Körtapa",
                            "variantCode": "110x110",
                            "price": "115.99",
                            "specialPrice": false,
                            "accountingCode": "MKT-013",
                            "manufacturerCode": "7627000110",
                            "paramValues": [
                                {
                                    "id": 1352,
                                    "paramDefinition": {
                                        "id": 188,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 591,
                    "productName": "Mandallı Erkek Körtapa",
                    "slug": "125x125-mandalli-erkek-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 584,
                            "variantName": "Yağmurlama Mandallı Erkek Körtapa",
                            "variantCode": "125x125",
                            "price": "198.01",
                            "specialPrice": false,
                            "accountingCode": "MKT-014",
                            "manufacturerCode": "7627000125",
                            "paramValues": [
                                {
                                    "id": 1353,
                                    "paramDefinition": {
                                        "id": 188,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 592,
                    "productName": "Mandallı Erkek Körtapa",
                    "slug": "140x140-mandalli-erkek-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 585,
                            "variantName": "Yağmurlama Mandallı Erkek Körtapa",
                            "variantCode": "140x140",
                            "price": "216.57",
                            "specialPrice": false,
                            "accountingCode": "MKT-015",
                            "manufacturerCode": "7627000140",
                            "paramValues": [
                                {
                                    "id": 1354,
                                    "paramDefinition": {
                                        "id": 188,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 593,
                    "productName": "Mandallı Erkek Körtapa",
                    "slug": "160x160-mandalli-erkek-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 586,
                            "variantName": "Yağmurlama Mandallı Erkek Körtapa",
                            "variantCode": "160x160",
                            "price": "314.86",
                            "specialPrice": false,
                            "accountingCode": "MKT-016",
                            "manufacturerCode": "7627000160",
                            "paramValues": [
                                {
                                    "id": 1355,
                                    "paramDefinition": {
                                        "id": 188,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 61,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_14_GxUUCGW.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 188,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 63,
            "groupName": "Yağmurlama Sulama Dişi Körtapa",
            "slug": "yagmurlama-sulama-disi-kortapa",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 594,
                    "productName": "Mandallı Dişi Körtapa",
                    "slug": "50x50-mandalli-disi-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 587,
                            "variantName": "Yağmurlama Mandallı Dişi Körtapa",
                            "variantCode": "50x50",
                            "price": "30.48",
                            "specialPrice": false,
                            "accountingCode": "MKT-001",
                            "manufacturerCode": "8910000050",
                            "paramValues": [
                                {
                                    "id": 1356,
                                    "paramDefinition": {
                                        "id": 189,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 595,
                    "productName": "Mandallı Dişi Körtapa",
                    "slug": "63x63-mandalli-disi-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 588,
                            "variantName": "Yağmurlama Mandallı Dişi Körtapa",
                            "variantCode": "63x63",
                            "price": "29.73",
                            "specialPrice": false,
                            "accountingCode": "MKT-002",
                            "manufacturerCode": "8910000063",
                            "paramValues": [
                                {
                                    "id": 1357,
                                    "paramDefinition": {
                                        "id": 189,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 596,
                    "productName": "Mandallı Dişi Körtapa",
                    "slug": "75x75-mandalli-disi-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 589,
                            "variantName": "Yağmurlama Mandallı Dişi Körtapa",
                            "variantCode": "75x75",
                            "price": "39.02",
                            "specialPrice": false,
                            "accountingCode": "MKT-003",
                            "manufacturerCode": "8910000075",
                            "paramValues": [
                                {
                                    "id": 1358,
                                    "paramDefinition": {
                                        "id": 189,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 597,
                    "productName": "Mandallı Dişi Körtapa",
                    "slug": "90x90-mandalli-disi-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 590,
                            "variantName": "Yağmurlama Mandallı Dişi Körtapa",
                            "variantCode": "90x90",
                            "price": "98.42",
                            "specialPrice": false,
                            "accountingCode": "MKT-004",
                            "manufacturerCode": "8910000090",
                            "paramValues": [
                                {
                                    "id": 1359,
                                    "paramDefinition": {
                                        "id": 189,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 598,
                    "productName": "Mandallı Dişi Körtapa",
                    "slug": "110x110-mandalli-disi-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 591,
                            "variantName": "Yağmurlama Mandallı Dişi Körtapa",
                            "variantCode": "110x110",
                            "price": "122.89",
                            "specialPrice": false,
                            "accountingCode": "MKT-005",
                            "manufacturerCode": "8910000110",
                            "paramValues": [
                                {
                                    "id": 1360,
                                    "paramDefinition": {
                                        "id": 189,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 599,
                    "productName": "Mandallı Dişi Körtapa",
                    "slug": "125x125-mandalli-disi-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 592,
                            "variantName": "Yağmurlama Mandallı Dişi Körtapa",
                            "variantCode": "125x125",
                            "price": "171.29",
                            "specialPrice": false,
                            "accountingCode": "MKT-006",
                            "manufacturerCode": "8910000125",
                            "paramValues": [
                                {
                                    "id": 1361,
                                    "paramDefinition": {
                                        "id": 189,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 600,
                    "productName": "Mandallı Dişi Körtapa",
                    "slug": "140x140-mandalli-disi-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 593,
                            "variantName": "Yağmurlama Mandallı Dişi Körtapa",
                            "variantCode": "140x140",
                            "price": "302.34",
                            "specialPrice": false,
                            "accountingCode": "MKT-007",
                            "manufacturerCode": "8910000140",
                            "paramValues": [
                                {
                                    "id": 1362,
                                    "paramDefinition": {
                                        "id": 189,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 601,
                    "productName": "Mandallı Dişi Körtapa",
                    "slug": "160x160-mandalli-disi-kortapa",
                    "description": "",
                    "variants": [
                        {
                            "id": 594,
                            "variantName": "Yağmurlama Mandallı Dişi Körtapa",
                            "variantCode": "160x160",
                            "price": "333.94",
                            "specialPrice": false,
                            "accountingCode": "MKT-008",
                            "manufacturerCode": "8910000160",
                            "paramValues": [
                                {
                                    "id": 1363,
                                    "paramDefinition": {
                                        "id": 189,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 62,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_15_fjiSHxx.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 189,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 64,
            "groupName": "Yağmurlama Sulama Redüksiyon",
            "slug": "yagmurlama-sulama-reduksiyon",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 602,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "63x50-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 595,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "63x50",
                            "price": "82.57",
                            "specialPrice": false,
                            "accountingCode": "MR-001",
                            "manufacturerCode": "7621063050",
                            "paramValues": [
                                {
                                    "id": 1382,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63/50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 603,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "75x50-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 596,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "75x50",
                            "price": "96.33",
                            "specialPrice": false,
                            "accountingCode": "MR-002",
                            "manufacturerCode": "7621075050",
                            "paramValues": [
                                {
                                    "id": 1383,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75/50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 604,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "75x63-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 597,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "75x63",
                            "price": "105.93",
                            "specialPrice": false,
                            "accountingCode": "MR-003",
                            "manufacturerCode": "7621075063",
                            "paramValues": [
                                {
                                    "id": 1384,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 605,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "90x75-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 598,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "90x75",
                            "price": "138.37",
                            "specialPrice": false,
                            "accountingCode": "MR-004",
                            "manufacturerCode": "7621009075",
                            "paramValues": [
                                {
                                    "id": 1385,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 606,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "110x75-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 599,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "110x75",
                            "price": "185.55",
                            "specialPrice": false,
                            "accountingCode": "MR-005-2",
                            "manufacturerCode": "7621011075",
                            "paramValues": [
                                {
                                    "id": 1386,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 607,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "110x90-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 600,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "110x90",
                            "price": "221.71",
                            "specialPrice": false,
                            "accountingCode": "MR-006",
                            "manufacturerCode": "7621011090",
                            "paramValues": [
                                {
                                    "id": 1387,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 608,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "125x75-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 601,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "125x75",
                            "price": "257.21",
                            "specialPrice": false,
                            "accountingCode": "MR-007",
                            "manufacturerCode": "7621012575",
                            "paramValues": [
                                {
                                    "id": 1388,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 609,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "125x90-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 602,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "125x90",
                            "price": "422.83",
                            "specialPrice": false,
                            "accountingCode": "MR-008",
                            "manufacturerCode": "7621012590",
                            "paramValues": [
                                {
                                    "id": 1389,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 610,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "125x110-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 603,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "125x110",
                            "price": "423.13",
                            "specialPrice": false,
                            "accountingCode": "MR-009",
                            "manufacturerCode": "7621125110",
                            "paramValues": [
                                {
                                    "id": 1390,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 611,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "140x90-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 604,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "140x90",
                            "price": "427.29",
                            "specialPrice": false,
                            "accountingCode": "MR-010",
                            "manufacturerCode": "8921014090",
                            "paramValues": [
                                {
                                    "id": 1391,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 612,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "140x110-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 605,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "140x110",
                            "price": "470.37",
                            "specialPrice": false,
                            "accountingCode": "MR-011",
                            "manufacturerCode": "8921140110",
                            "paramValues": [
                                {
                                    "id": 1392,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 613,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "140x125-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 606,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "140x125",
                            "price": "524.26",
                            "specialPrice": false,
                            "accountingCode": "MR-012",
                            "manufacturerCode": "8921140125",
                            "paramValues": [
                                {
                                    "id": 1393,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 614,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "160x110-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 607,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "160x110",
                            "price": "566.75",
                            "specialPrice": false,
                            "accountingCode": "MR-013",
                            "manufacturerCode": "8921160110",
                            "paramValues": [
                                {
                                    "id": 1394,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 615,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "160x125-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 608,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "160x125",
                            "price": "599.48",
                            "specialPrice": false,
                            "accountingCode": "MR-014",
                            "manufacturerCode": "8921160125",
                            "paramValues": [
                                {
                                    "id": 1395,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 616,
                    "productName": "Mandallı Redüksiyon",
                    "slug": "160x140-mandalli-reduksiyon",
                    "description": "",
                    "variants": [
                        {
                            "id": 609,
                            "variantName": "Yağmurlama Sulama Mandallı Redüksiyon",
                            "variantCode": "160x140",
                            "price": "694.40",
                            "specialPrice": false,
                            "accountingCode": "MR-015",
                            "manufacturerCode": "8921160140",
                            "paramValues": [
                                {
                                    "id": 1396,
                                    "paramDefinition": {
                                        "id": 190,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 63,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_16_R7Piz4P.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 190,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 67,
            "groupName": "Yağmurlama Sulama Te",
            "slug": "yagmurlama-sulama-te",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 630,
                    "productName": "Mandallı Te",
                    "slug": "50x50-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 623,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "50x50",
                            "price": "157.16",
                            "specialPrice": false,
                            "accountingCode": "MT-001",
                            "manufacturerCode": "7623005050",
                            "paramValues": [
                                {
                                    "id": 1397,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50/50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 631,
                    "productName": "Mandallı Te",
                    "slug": "63x50-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 624,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "63x50",
                            "price": "157.16",
                            "specialPrice": false,
                            "accountingCode": "MT-002",
                            "manufacturerCode": "7623006350",
                            "paramValues": [
                                {
                                    "id": 1398,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63/50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 632,
                    "productName": "Mandallı Te",
                    "slug": "63x63-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 625,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "63x63",
                            "price": "170.39",
                            "specialPrice": false,
                            "accountingCode": "MT-003",
                            "manufacturerCode": "7623003063",
                            "paramValues": [
                                {
                                    "id": 1399,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 633,
                    "productName": "Mandallı Te",
                    "slug": "75x50-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 626,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "75x50",
                            "price": "183.22",
                            "specialPrice": false,
                            "accountingCode": "MT-004",
                            "manufacturerCode": "7623075050",
                            "paramValues": [
                                {
                                    "id": 1400,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75/50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 634,
                    "productName": "Mandallı Te",
                    "slug": "75x63-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 627,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "75x63",
                            "price": "183.22",
                            "specialPrice": false,
                            "accountingCode": "MT-005",
                            "manufacturerCode": "7623075063",
                            "paramValues": [
                                {
                                    "id": 1401,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 635,
                    "productName": "Mandallı Te",
                    "slug": "75x75-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 628,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "75x75",
                            "price": "194.33",
                            "specialPrice": false,
                            "accountingCode": "MT-006",
                            "manufacturerCode": "7623007575",
                            "paramValues": [
                                {
                                    "id": 1402,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 636,
                    "productName": "Mandallı Te",
                    "slug": "90x75-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 629,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "90x75",
                            "price": "240.70",
                            "specialPrice": false,
                            "accountingCode": "MT-007",
                            "manufacturerCode": "7623009075",
                            "paramValues": [
                                {
                                    "id": 1403,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 637,
                    "productName": "Mandallı Te",
                    "slug": "90x90-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 630,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "90x90",
                            "price": "280.03",
                            "specialPrice": false,
                            "accountingCode": "MT-008",
                            "manufacturerCode": "7623009090",
                            "paramValues": [
                                {
                                    "id": 1404,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 638,
                    "productName": "Mandallı Te",
                    "slug": "110x63-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 631,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "110x63",
                            "price": "323.60",
                            "specialPrice": false,
                            "accountingCode": "MT-009",
                            "manufacturerCode": "7623011063",
                            "paramValues": [
                                {
                                    "id": 1405,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 639,
                    "productName": "Mandallı Te",
                    "slug": "110x75-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 632,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "110x75",
                            "price": "333.19",
                            "specialPrice": false,
                            "accountingCode": "MT-010",
                            "manufacturerCode": "7623011075",
                            "paramValues": [
                                {
                                    "id": 1406,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 640,
                    "productName": "Mandallı Te",
                    "slug": "110x90-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 633,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "110x90",
                            "price": "392.79",
                            "specialPrice": false,
                            "accountingCode": "Mt-011",
                            "manufacturerCode": "7623011090",
                            "paramValues": [
                                {
                                    "id": 1407,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 641,
                    "productName": "Mandallı Te",
                    "slug": "110x110-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 634,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "110x110",
                            "price": "401.63",
                            "specialPrice": false,
                            "accountingCode": "MT-012",
                            "manufacturerCode": "7623110110",
                            "paramValues": [
                                {
                                    "id": 1408,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 642,
                    "productName": "Mandallı Te",
                    "slug": "125x63-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 635,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "125x63",
                            "price": "488.32",
                            "specialPrice": false,
                            "accountingCode": "MT-013",
                            "manufacturerCode": "7623012563",
                            "paramValues": [
                                {
                                    "id": 1409,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 643,
                    "productName": "Mandallı Te",
                    "slug": "125x75-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 636,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "125x75",
                            "price": "488.32",
                            "specialPrice": false,
                            "accountingCode": "MT-014",
                            "manufacturerCode": "7623012575",
                            "paramValues": [
                                {
                                    "id": 1410,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 644,
                    "productName": "Mandallı Te",
                    "slug": "125x90-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 637,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "125x90",
                            "price": "503.05",
                            "specialPrice": false,
                            "accountingCode": "MT-015",
                            "manufacturerCode": "7623012590",
                            "paramValues": [
                                {
                                    "id": 1411,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 645,
                    "productName": "Mandallı Te",
                    "slug": "125x110-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 638,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "125x110",
                            "price": "537.00",
                            "specialPrice": false,
                            "accountingCode": "MT-016",
                            "manufacturerCode": "7623125110",
                            "paramValues": [
                                {
                                    "id": 1412,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 646,
                    "productName": "Mandallı Te",
                    "slug": "125x125-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 639,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "125x125",
                            "price": "598.84",
                            "specialPrice": false,
                            "accountingCode": "MT-017",
                            "manufacturerCode": "7623125125",
                            "paramValues": [
                                {
                                    "id": 1413,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 647,
                    "productName": "Mandallı Te",
                    "slug": "140x75-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 640,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "140x75",
                            "price": "787.95",
                            "specialPrice": false,
                            "accountingCode": "MT-018",
                            "manufacturerCode": "8923014075",
                            "paramValues": [
                                {
                                    "id": 1414,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 648,
                    "productName": "Mandallı Te",
                    "slug": "140x90-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 641,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "140x90",
                            "price": "869.95",
                            "specialPrice": false,
                            "accountingCode": "MT-019",
                            "manufacturerCode": "8923014090",
                            "paramValues": [
                                {
                                    "id": 1415,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 649,
                    "productName": "Mandallı Te",
                    "slug": "140x110-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 642,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "140x110",
                            "price": "929.88",
                            "specialPrice": false,
                            "accountingCode": "MT-020",
                            "manufacturerCode": "8923140110",
                            "paramValues": [
                                {
                                    "id": 1416,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 650,
                    "productName": "Mandallı Te",
                    "slug": "140x125-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 643,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "140x125",
                            "price": "981.26",
                            "specialPrice": false,
                            "accountingCode": "MT-021",
                            "manufacturerCode": "8923140125",
                            "paramValues": [
                                {
                                    "id": 1417,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 651,
                    "productName": "Mandallı Te",
                    "slug": "140x140-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 644,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "140x140",
                            "price": "1008.36",
                            "specialPrice": false,
                            "accountingCode": "MT-022",
                            "manufacturerCode": "8923140140",
                            "paramValues": [
                                {
                                    "id": 1418,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 652,
                    "productName": "Mandallı Te",
                    "slug": "160x75-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 645,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "160x75",
                            "price": "953.81",
                            "specialPrice": false,
                            "accountingCode": "MT-023",
                            "manufacturerCode": "8923016075",
                            "paramValues": [
                                {
                                    "id": 1419,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 653,
                    "productName": "Mandallı Te",
                    "slug": "160x90-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 646,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "160x90",
                            "price": "973.66",
                            "specialPrice": false,
                            "accountingCode": "MT-024",
                            "manufacturerCode": "8923016090",
                            "paramValues": [
                                {
                                    "id": 1420,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 654,
                    "productName": "Mandallı Te",
                    "slug": "160x110-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 647,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "160x110",
                            "price": "1062.60",
                            "specialPrice": false,
                            "accountingCode": "MT-025",
                            "manufacturerCode": "8923160110",
                            "paramValues": [
                                {
                                    "id": 1421,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 655,
                    "productName": "Mandallı Te",
                    "slug": "160x125-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 648,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "160x125",
                            "price": "1062.60",
                            "specialPrice": false,
                            "accountingCode": "MT-026",
                            "manufacturerCode": "8923160125",
                            "paramValues": [
                                {
                                    "id": 1422,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 656,
                    "productName": "Mandallı Te",
                    "slug": "160x140-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 649,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "160x140",
                            "price": "1134.43",
                            "specialPrice": false,
                            "accountingCode": "MT-027",
                            "manufacturerCode": "8923160140",
                            "paramValues": [
                                {
                                    "id": 1423,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 657,
                    "productName": "Mandallı Te",
                    "slug": "160x160-mandalli-te",
                    "description": "",
                    "variants": [
                        {
                            "id": 650,
                            "variantName": "Yağmurlama Sulama Mandallı Te",
                            "variantCode": "160x160",
                            "price": "1206.66",
                            "specialPrice": false,
                            "accountingCode": "MT-028",
                            "manufacturerCode": "8923160160",
                            "paramValues": [
                                {
                                    "id": 1424,
                                    "paramDefinition": {
                                        "id": 195,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 64,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_17_P0FADNm.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 195,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 68,
            "groupName": "Yağmurlama Sulama İstavroz",
            "slug": "yagmurlama-sulama-istavroz",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 658,
                    "productName": "Mandallı İstavroz",
                    "slug": "50x50-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 651,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "50x50",
                            "price": "138.68",
                            "specialPrice": false,
                            "accountingCode": "Mİ-001",
                            "manufacturerCode": "7622005050",
                            "paramValues": [
                                {
                                    "id": 1425,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50/50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 659,
                    "productName": "Mandallı İstavroz",
                    "slug": "63x50-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 652,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "63x50",
                            "price": "138.68",
                            "specialPrice": false,
                            "accountingCode": "Mİ-002",
                            "manufacturerCode": "7622006350",
                            "paramValues": [
                                {
                                    "id": 1426,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63/50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 660,
                    "productName": "Mandallı İstavroz",
                    "slug": "63x63-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 653,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "63x63",
                            "price": "138.93",
                            "specialPrice": false,
                            "accountingCode": "Mİ-003",
                            "manufacturerCode": "7622006363",
                            "paramValues": [
                                {
                                    "id": 1427,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 661,
                    "productName": "Mandallı İstavroz",
                    "slug": "75x50-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 654,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "75x50",
                            "price": "200.01",
                            "specialPrice": false,
                            "accountingCode": "Mİ-004",
                            "manufacturerCode": "7622007550",
                            "paramValues": [
                                {
                                    "id": 1428,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75/50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 662,
                    "productName": "Mandallı İstavroz",
                    "slug": "75x63-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 655,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "75x63",
                            "price": "210.32",
                            "specialPrice": false,
                            "accountingCode": "Mİ-005",
                            "manufacturerCode": "7622007563",
                            "paramValues": [
                                {
                                    "id": 1429,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 663,
                    "productName": "Mandallı İstavroz",
                    "slug": "75x75-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 656,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "75x75",
                            "price": "228.23",
                            "specialPrice": false,
                            "accountingCode": "Mİ-006",
                            "manufacturerCode": "7622007575",
                            "paramValues": [
                                {
                                    "id": 1430,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 664,
                    "productName": "Mandallı İstavroz",
                    "slug": "90x75-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 657,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "90x75",
                            "price": "291.47",
                            "specialPrice": false,
                            "accountingCode": "Mİ-007",
                            "manufacturerCode": "7622009075",
                            "paramValues": [
                                {
                                    "id": 1431,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 665,
                    "productName": "Mandallı İstavroz",
                    "slug": "90x90-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 658,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "90x90",
                            "price": "362.82",
                            "specialPrice": false,
                            "accountingCode": "Mİ-008",
                            "manufacturerCode": "7622009090",
                            "paramValues": [
                                {
                                    "id": 1432,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 666,
                    "productName": "Mandallı İstavroz",
                    "slug": "110x63-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 659,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "110x63",
                            "price": "323.35",
                            "specialPrice": false,
                            "accountingCode": "Mİ-009",
                            "manufacturerCode": "7622011063",
                            "paramValues": [
                                {
                                    "id": 1433,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 667,
                    "productName": "Mandallı İstavroz",
                    "slug": "110x75-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 660,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "110x75",
                            "price": "384.46",
                            "specialPrice": false,
                            "accountingCode": "Mİ-010",
                            "manufacturerCode": "7622011075",
                            "paramValues": [
                                {
                                    "id": 1434,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 668,
                    "productName": "Mandallı İstavroz",
                    "slug": "110x90-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 661,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "110x90",
                            "price": "447.84",
                            "specialPrice": false,
                            "accountingCode": "Mİ-011",
                            "manufacturerCode": "7622011090",
                            "paramValues": [
                                {
                                    "id": 1435,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 669,
                    "productName": "Mandallı İstavroz",
                    "slug": "110x110-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 662,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "110x110",
                            "price": "489.80",
                            "specialPrice": false,
                            "accountingCode": "Mİ-012",
                            "manufacturerCode": "7622110110",
                            "paramValues": [
                                {
                                    "id": 1436,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 670,
                    "productName": "Mandallı İstavroz",
                    "slug": "125x63-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 663,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "125x63",
                            "price": "500.78",
                            "specialPrice": false,
                            "accountingCode": "Mİ-013",
                            "manufacturerCode": "7622012563",
                            "paramValues": [
                                {
                                    "id": 1437,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 671,
                    "productName": "Mandallı İstavroz",
                    "slug": "125x75-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 664,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "125x75",
                            "price": "542.66",
                            "specialPrice": false,
                            "accountingCode": "Mİ-014",
                            "manufacturerCode": "7622012575",
                            "paramValues": [
                                {
                                    "id": 1438,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 672,
                    "productName": "Mandallı İstavroz",
                    "slug": "125x90-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 665,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "125x90",
                            "price": "613.31",
                            "specialPrice": false,
                            "accountingCode": "Mİ-015",
                            "manufacturerCode": "7622012590",
                            "paramValues": [
                                {
                                    "id": 1439,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 673,
                    "productName": "Mandallı İstavroz",
                    "slug": "125x110-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 666,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "125x110",
                            "price": "648.95",
                            "specialPrice": false,
                            "accountingCode": "Mİ-016",
                            "manufacturerCode": "7622125110",
                            "paramValues": [
                                {
                                    "id": 1440,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 674,
                    "productName": "Mandallı İstavroz",
                    "slug": "125x125-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 667,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "125x125",
                            "price": "750.23",
                            "specialPrice": false,
                            "accountingCode": "Mİ-017",
                            "manufacturerCode": "7622125125",
                            "paramValues": [
                                {
                                    "id": 1441,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125/125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 675,
                    "productName": "Mandallı İstavroz",
                    "slug": "140x75-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 668,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "140x75",
                            "price": "852.72",
                            "specialPrice": false,
                            "accountingCode": "Mİ-018",
                            "manufacturerCode": "8922016076",
                            "paramValues": [
                                {
                                    "id": 1442,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 676,
                    "productName": "Mandallı İstavroz",
                    "slug": "140x90-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 669,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "140x90",
                            "price": "976.70",
                            "specialPrice": false,
                            "accountingCode": "Mİ-019",
                            "manufacturerCode": "8922014090",
                            "paramValues": [
                                {
                                    "id": 1443,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 677,
                    "productName": "Mandallı İstavroz",
                    "slug": "140x110-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 670,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "140x110",
                            "price": "969.68",
                            "specialPrice": false,
                            "accountingCode": "Mİ-020",
                            "manufacturerCode": "8922140110",
                            "paramValues": [
                                {
                                    "id": 1444,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 678,
                    "productName": "Mandallı İstavroz",
                    "slug": "140x125-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 671,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "140x125",
                            "price": "1064.03",
                            "specialPrice": false,
                            "accountingCode": "Mİ-021",
                            "manufacturerCode": "8922140125",
                            "paramValues": [
                                {
                                    "id": 1445,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 679,
                    "productName": "Mandallı İstavroz",
                    "slug": "140x140-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 672,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "140x140",
                            "price": "1298.90",
                            "specialPrice": false,
                            "accountingCode": "Mİ-022",
                            "manufacturerCode": "8922140140",
                            "paramValues": [
                                {
                                    "id": 1446,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140/140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 680,
                    "productName": "Mandallı İstavroz",
                    "slug": "160x75-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 673,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "160x75",
                            "price": "1006.79",
                            "specialPrice": false,
                            "accountingCode": "Mİ-023",
                            "manufacturerCode": "8922016075",
                            "paramValues": [
                                {
                                    "id": 1447,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 681,
                    "productName": "Mandallı İstavroz",
                    "slug": "160x90-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 674,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "160x90",
                            "price": "1095.46",
                            "specialPrice": false,
                            "accountingCode": "Mİ-024",
                            "manufacturerCode": "8922016090",
                            "paramValues": [
                                {
                                    "id": 1448,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 682,
                    "productName": "Mandallı İstavroz",
                    "slug": "160x110-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 675,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "160x110",
                            "price": "1149.85",
                            "specialPrice": false,
                            "accountingCode": "Mİ-025",
                            "manufacturerCode": "8922160110",
                            "paramValues": [
                                {
                                    "id": 1449,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 683,
                    "productName": "Mandallı İstavroz",
                    "slug": "160x125-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 676,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "160x125",
                            "price": "1278.75",
                            "specialPrice": false,
                            "accountingCode": "Mİ-026",
                            "manufacturerCode": "8922160125",
                            "paramValues": [
                                {
                                    "id": 1450,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 684,
                    "productName": "Mandallı İstavroz",
                    "slug": "160x140-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 677,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "160x140",
                            "price": "1424.73",
                            "specialPrice": false,
                            "accountingCode": "Mİ-027",
                            "manufacturerCode": "8922160140",
                            "paramValues": [
                                {
                                    "id": 1451,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 685,
                    "productName": "Mandallı İstavroz",
                    "slug": "160x160-mandalli-istavroz",
                    "description": "",
                    "variants": [
                        {
                            "id": 678,
                            "variantName": "Yağmurlama Sulama Mandallı İstavroz",
                            "variantCode": "160x160",
                            "price": "1490.10",
                            "specialPrice": false,
                            "accountingCode": "Mİ-028",
                            "manufacturerCode": "8922160160",
                            "paramValues": [
                                {
                                    "id": 1452,
                                    "paramDefinition": {
                                        "id": 196,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160/160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 65,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_21.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 196,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 69,
            "groupName": "Yağmurlama Sulama Abot",
            "slug": "yagmurlama-sulama-abot",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 686,
                    "productName": "Mandallı Abot",
                    "slug": "50-mandalli-abot",
                    "description": "",
                    "variants": [
                        {
                            "id": 679,
                            "variantName": "Yağmurlama Sulama Mandallı Abot",
                            "variantCode": "50",
                            "price": "59.42",
                            "specialPrice": false,
                            "accountingCode": "MA-000",
                            "manufacturerCode": "7626000050",
                            "paramValues": [
                                {
                                    "id": 1453,
                                    "paramDefinition": {
                                        "id": 197,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 687,
                    "productName": "Mandallı Abot",
                    "slug": "63-mandalli-abot",
                    "description": "",
                    "variants": [
                        {
                            "id": 680,
                            "variantName": "Yağmurlama Sulama Mandallı Abot",
                            "variantCode": "63",
                            "price": "65.94",
                            "specialPrice": false,
                            "accountingCode": "MA-001",
                            "manufacturerCode": "7626000063",
                            "paramValues": [
                                {
                                    "id": 1454,
                                    "paramDefinition": {
                                        "id": 197,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 688,
                    "productName": "Mandallı Abot",
                    "slug": "75-mandalli-abot",
                    "description": "",
                    "variants": [
                        {
                            "id": 681,
                            "variantName": "Yağmurlama Sulama Mandallı Abot",
                            "variantCode": "75",
                            "price": "90.26",
                            "specialPrice": false,
                            "accountingCode": "MA-002",
                            "manufacturerCode": "7626000075",
                            "paramValues": [
                                {
                                    "id": 1455,
                                    "paramDefinition": {
                                        "id": 197,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 689,
                    "productName": "Mandallı Abot",
                    "slug": "90-mandalli-abot",
                    "description": "",
                    "variants": [
                        {
                            "id": 682,
                            "variantName": "Yağmurlama Sulama Mandallı Abot",
                            "variantCode": "90",
                            "price": "118.85",
                            "specialPrice": false,
                            "accountingCode": "Ma-003",
                            "manufacturerCode": "7626000090",
                            "paramValues": [
                                {
                                    "id": 1456,
                                    "paramDefinition": {
                                        "id": 197,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 690,
                    "productName": "Mandallı Abot",
                    "slug": "110-mandalli-abot",
                    "description": "",
                    "variants": [
                        {
                            "id": 683,
                            "variantName": "Yağmurlama Sulama Mandallı Abot",
                            "variantCode": "110",
                            "price": "202.85",
                            "specialPrice": false,
                            "accountingCode": "MA-004",
                            "manufacturerCode": "8626000110",
                            "paramValues": [
                                {
                                    "id": 1457,
                                    "paramDefinition": {
                                        "id": 197,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 66,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_22.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 197,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 70,
            "groupName": "Yağmurlama Sulama Spring",
            "slug": "yagmurlama-sulama-spring",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 691,
                    "productName": "Yağmurlama Spring",
                    "slug": "ka30-yagmurlama-spring",
                    "description": "",
                    "variants": [
                        {
                            "id": 684,
                            "variantName": "Yağmurlama Sulama Spring",
                            "variantCode": "KA-30",
                            "price": "87.95",
                            "specialPrice": false,
                            "accountingCode": "FISKİYE-005",
                            "manufacturerCode": "8903045048",
                            "paramValues": [
                                {
                                    "id": 1458,
                                    "paramDefinition": {
                                        "id": 198,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "3/4\"",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 692,
                    "productName": "Yağmurlama Spring",
                    "slug": "mini-spring-yagmurlama-spring",
                    "description": "",
                    "variants": [
                        {
                            "id": 685,
                            "variantName": "Yağmurlama Sulama Spring",
                            "variantCode": "MİNİ SPRİNG",
                            "price": "74.32",
                            "specialPrice": false,
                            "accountingCode": "Ü-313",
                            "manufacturerCode": "8903023038",
                            "paramValues": [
                                {
                                    "id": 1459,
                                    "paramDefinition": {
                                        "id": 198,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "1/2\"",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 67,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_23.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 198,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 71,
            "groupName": "Spring Adaptörü",
            "slug": "spring-adaptoru",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 693,
                    "productName": "Spring Adaptörü",
                    "slug": "32x20-spring-adaptoru",
                    "description": "",
                    "variants": [
                        {
                            "id": 686,
                            "variantName": "Fıskiye Spring Adaptörü",
                            "variantCode": "32x20",
                            "price": "1.00",
                            "specialPrice": false,
                            "accountingCode": "FISKİYEY-003",
                            "manufacturerCode": null,
                            "paramValues": [
                                {
                                    "id": 1460,
                                    "paramDefinition": {
                                        "id": 200,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32/20",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 694,
                    "productName": "Spring Adaptörü",
                    "slug": "32x25-spring-adaptoru",
                    "description": "",
                    "variants": [
                        {
                            "id": 687,
                            "variantName": "Fıskiye Spring Adaptörü",
                            "variantCode": "32x25",
                            "price": "1.00",
                            "specialPrice": false,
                            "accountingCode": "FISKİYEY-004",
                            "manufacturerCode": null,
                            "paramValues": [
                                {
                                    "id": 1461,
                                    "paramDefinition": {
                                        "id": 200,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32/25",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 68,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_24.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 200,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 72,
            "groupName": "Fıskiye Küresel Vana",
            "slug": "fiskiye-kuresel-vana",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 695,
                    "productName": "Küresel Vana",
                    "slug": "fiskiye-kuresel-vana",
                    "description": "",
                    "variants": [
                        {
                            "id": 688,
                            "variantName": "Fıskiye Küresel Vana",
                            "variantCode": "32mm",
                            "price": "21.82",
                            "specialPrice": false,
                            "accountingCode": "FISKİYEY-001",
                            "manufacturerCode": "8904000001",
                            "paramValues": [
                                {
                                    "id": 1462,
                                    "paramDefinition": {
                                        "id": 201,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1463,
                                    "paramDefinition": {
                                        "id": 202,
                                        "paramName": "Ambalaj",
                                        "dataType": "text",
                                        "unit": "Adet"
                                    },
                                    "valueText": "100",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 69,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_25.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 201,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                },
                {
                    "id": 202,
                    "paramName": "Ambalaj",
                    "dataType": "text",
                    "unit": "Adet"
                }
            ],
            "currency": 1
        },
        {
            "id": 73,
            "groupName": "Uzatma Borusu Beyaz",
            "slug": "uzatma-borusu-beyaz",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 696,
                    "productName": "Uzatma Borusu",
                    "slug": "32x25uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 689,
                            "variantName": "Uzatma Borusu Beyaz",
                            "variantCode": "32x25",
                            "price": "13.51",
                            "specialPrice": false,
                            "accountingCode": "UZATMAB-002",
                            "manufacturerCode": "8902132025",
                            "paramValues": [
                                {
                                    "id": 1464,
                                    "paramDefinition": {
                                        "id": 203,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1465,
                                    "paramDefinition": {
                                        "id": 204,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "25",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 697,
                    "productName": "Uzatma Borusu",
                    "slug": "32x30-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 690,
                            "variantName": "Uzatma Borusu Beyaz",
                            "variantCode": "32x30",
                            "price": "17.48",
                            "specialPrice": false,
                            "accountingCode": "UZATMAB-003",
                            "manufacturerCode": "8902132030",
                            "paramValues": [
                                {
                                    "id": 1466,
                                    "paramDefinition": {
                                        "id": 203,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1467,
                                    "paramDefinition": {
                                        "id": 204,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "30",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 698,
                    "productName": "Uzatma Borusu",
                    "slug": "32x33-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 691,
                            "variantName": "Uzatma Borusu Beyaz",
                            "variantCode": "32x33",
                            "price": "17.98",
                            "specialPrice": false,
                            "accountingCode": "UZATMAB-004",
                            "manufacturerCode": "8902132033",
                            "paramValues": [
                                {
                                    "id": 1468,
                                    "paramDefinition": {
                                        "id": 203,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1469,
                                    "paramDefinition": {
                                        "id": 204,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "33",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 699,
                    "productName": "Uzatma Borusu",
                    "slug": "32x40-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 692,
                            "variantName": "Uzatma Borusu Beyaz",
                            "variantCode": "32x40",
                            "price": "22.20",
                            "specialPrice": false,
                            "accountingCode": "UZATMAB-006",
                            "manufacturerCode": "8902132040",
                            "paramValues": [
                                {
                                    "id": 1470,
                                    "paramDefinition": {
                                        "id": 203,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1471,
                                    "paramDefinition": {
                                        "id": 204,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "40",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 700,
                    "productName": "Uzatma Borusu",
                    "slug": "32x50-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 693,
                            "variantName": "Uzatma Borusu Beyaz",
                            "variantCode": "32x50",
                            "price": "27.08",
                            "specialPrice": false,
                            "accountingCode": "UZATMAB-007",
                            "manufacturerCode": "8902132050",
                            "paramValues": [
                                {
                                    "id": 1472,
                                    "paramDefinition": {
                                        "id": 203,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1473,
                                    "paramDefinition": {
                                        "id": 204,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 701,
                    "productName": "Uzatma Borusu",
                    "slug": "32x60-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 694,
                            "variantName": "Uzatma Borusu Beyaz",
                            "variantCode": "32x60",
                            "price": "32.52",
                            "specialPrice": false,
                            "accountingCode": "UZATMAB-008",
                            "manufacturerCode": "8902132060",
                            "paramValues": [
                                {
                                    "id": 1474,
                                    "paramDefinition": {
                                        "id": 203,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1475,
                                    "paramDefinition": {
                                        "id": 204,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "60",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 702,
                    "productName": "Uzatma Borusu",
                    "slug": "32x100-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 695,
                            "variantName": "Uzatma Borusu Beyaz",
                            "variantCode": "32x100",
                            "price": "54.10",
                            "specialPrice": false,
                            "accountingCode": "UZATMAB-010",
                            "manufacturerCode": "8902132100",
                            "paramValues": [
                                {
                                    "id": 1476,
                                    "paramDefinition": {
                                        "id": 203,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1477,
                                    "paramDefinition": {
                                        "id": 204,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "100",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 70,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_26.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 203,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                },
                {
                    "id": 204,
                    "paramName": "Uzunluk",
                    "dataType": "text",
                    "unit": "cm"
                }
            ],
            "currency": 1
        },
        {
            "id": 74,
            "groupName": "Uzatma Borusu Mavi",
            "slug": "uzatma-borusu-mavi",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 703,
                    "productName": "Uzatma Borusu",
                    "slug": "32x25-m-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 696,
                            "variantName": "Uzatma Borusu Mavi",
                            "variantCode": "32x25",
                            "price": "12.10",
                            "specialPrice": false,
                            "accountingCode": "UZATMAM-003",
                            "manufacturerCode": "8902032025",
                            "paramValues": [
                                {
                                    "id": 1478,
                                    "paramDefinition": {
                                        "id": 205,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1479,
                                    "paramDefinition": {
                                        "id": 206,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "25",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 704,
                    "productName": "Uzatma Borusu",
                    "slug": "32x30-m-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 697,
                            "variantName": "Uzatma Borusu Mavi",
                            "variantCode": "32x30",
                            "price": "14.89",
                            "specialPrice": false,
                            "accountingCode": "UZATMAM-004",
                            "manufacturerCode": "8902032030",
                            "paramValues": [
                                {
                                    "id": 1480,
                                    "paramDefinition": {
                                        "id": 205,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1481,
                                    "paramDefinition": {
                                        "id": 206,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "30",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 705,
                    "productName": "Uzatma Borusu",
                    "slug": "32x33-m-uzatma-borusu-mavi",
                    "description": "",
                    "variants": [
                        {
                            "id": 698,
                            "variantName": "Uzatma Borusu Mavi",
                            "variantCode": "32x33",
                            "price": "16.90",
                            "specialPrice": false,
                            "accountingCode": "UZATMAM-005",
                            "manufacturerCode": "8902032033",
                            "paramValues": [
                                {
                                    "id": 1482,
                                    "paramDefinition": {
                                        "id": 205,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1483,
                                    "paramDefinition": {
                                        "id": 206,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "33",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 706,
                    "productName": "Uzatma Borusu",
                    "slug": "32x40-m-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 699,
                            "variantName": "Uzatma Borusu Mavi",
                            "variantCode": "32x40",
                            "price": "21.58",
                            "specialPrice": false,
                            "accountingCode": "UZATMAM-007",
                            "manufacturerCode": "8902032040",
                            "paramValues": [
                                {
                                    "id": 1484,
                                    "paramDefinition": {
                                        "id": 205,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1485,
                                    "paramDefinition": {
                                        "id": 206,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "40",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 707,
                    "productName": "Uzatma Borusu",
                    "slug": "32x50-m-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 700,
                            "variantName": "Uzatma Borusu Mavi",
                            "variantCode": "32x50",
                            "price": "26.97",
                            "specialPrice": false,
                            "accountingCode": "UZATMAM-009",
                            "manufacturerCode": "8902032050",
                            "paramValues": [
                                {
                                    "id": 1486,
                                    "paramDefinition": {
                                        "id": 205,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1487,
                                    "paramDefinition": {
                                        "id": 206,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 708,
                    "productName": "Uzatma Borusu",
                    "slug": "32x60-m-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 701,
                            "variantName": "Uzatma Borusu Mavi",
                            "variantCode": "32x60",
                            "price": "28.89",
                            "specialPrice": false,
                            "accountingCode": "UZATMAM-010",
                            "manufacturerCode": "8902032060",
                            "paramValues": [
                                {
                                    "id": 1488,
                                    "paramDefinition": {
                                        "id": 205,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1489,
                                    "paramDefinition": {
                                        "id": 206,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "60",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 709,
                    "productName": "Uzatma Borusu",
                    "slug": "32x75-m-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 702,
                            "variantName": "Uzatma Borusu Mavi",
                            "variantCode": "32x75",
                            "price": "37.36",
                            "specialPrice": false,
                            "accountingCode": "UZATMAM-012",
                            "manufacturerCode": "8902032075",
                            "paramValues": [
                                {
                                    "id": 1490,
                                    "paramDefinition": {
                                        "id": 205,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1491,
                                    "paramDefinition": {
                                        "id": 206,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 710,
                    "productName": "Uzatma Borusu",
                    "slug": "32x100-m-uzatma-borusu",
                    "description": "",
                    "variants": [
                        {
                            "id": 703,
                            "variantName": "Uzatma Borusu Mavi",
                            "variantCode": "32x100",
                            "price": "49.51",
                            "specialPrice": false,
                            "accountingCode": "UZATMAM-013",
                            "manufacturerCode": "8902032100",
                            "paramValues": [
                                {
                                    "id": 1492,
                                    "paramDefinition": {
                                        "id": 205,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "32",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                },
                                {
                                    "id": 1493,
                                    "paramDefinition": {
                                        "id": 206,
                                        "paramName": "Uzunluk",
                                        "dataType": "text",
                                        "unit": "cm"
                                    },
                                    "valueText": "100",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 71,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_27.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 205,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                },
                {
                    "id": 206,
                    "paramName": "Uzunluk",
                    "dataType": "text",
                    "unit": "cm"
                }
            ],
            "currency": 1
        },
        {
            "id": 75,
            "groupName": "Yağmurlama Sulama Motopomp Bağlantısı (Dişi)",
            "slug": "yagmurlama-sulama-motor-cikis-disi",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 711,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "50-mandalli-motor-cikisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 704,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Dişi)",
                            "variantCode": "50",
                            "price": "177.83",
                            "specialPrice": false,
                            "accountingCode": "MMÇD-000",
                            "manufacturerCode": "8908000050",
                            "paramValues": [
                                {
                                    "id": 1494,
                                    "paramDefinition": {
                                        "id": 207,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 712,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "63-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 705,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Dişi)",
                            "variantCode": "63",
                            "price": "191.31",
                            "specialPrice": false,
                            "accountingCode": "MMÇD-001",
                            "manufacturerCode": "8908000063",
                            "paramValues": [
                                {
                                    "id": 1495,
                                    "paramDefinition": {
                                        "id": 207,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 713,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "75-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 706,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Dişi)",
                            "variantCode": "75",
                            "price": "245.25",
                            "specialPrice": false,
                            "accountingCode": "MMÇD-002",
                            "manufacturerCode": "8908000075",
                            "paramValues": [
                                {
                                    "id": 1496,
                                    "paramDefinition": {
                                        "id": 207,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 714,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "90-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 707,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Dişi)",
                            "variantCode": "90",
                            "price": "373.55",
                            "specialPrice": false,
                            "accountingCode": "MMÇD-003",
                            "manufacturerCode": "8908000090",
                            "paramValues": [
                                {
                                    "id": 1497,
                                    "paramDefinition": {
                                        "id": 207,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 715,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "110-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 708,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Dişi)",
                            "variantCode": "110",
                            "price": "446.05",
                            "specialPrice": false,
                            "accountingCode": "MMÇD-004",
                            "manufacturerCode": "8908000110",
                            "paramValues": [
                                {
                                    "id": 1498,
                                    "paramDefinition": {
                                        "id": 207,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 716,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "125-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 709,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Dişi)",
                            "variantCode": "125",
                            "price": "674.35",
                            "specialPrice": false,
                            "accountingCode": "MMÇD-005",
                            "manufacturerCode": "8908000125",
                            "paramValues": [
                                {
                                    "id": 1499,
                                    "paramDefinition": {
                                        "id": 207,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 717,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "140-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 710,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Dişi)",
                            "variantCode": "140",
                            "price": "1020.87",
                            "specialPrice": false,
                            "accountingCode": "MMÇD-006",
                            "manufacturerCode": "8908000140",
                            "paramValues": [
                                {
                                    "id": 1500,
                                    "paramDefinition": {
                                        "id": 207,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 718,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "160-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 711,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Dişi)",
                            "variantCode": "160",
                            "price": "1075.67",
                            "specialPrice": false,
                            "accountingCode": "MMÇD-007",
                            "manufacturerCode": "8908000160",
                            "paramValues": [
                                {
                                    "id": 1501,
                                    "paramDefinition": {
                                        "id": 207,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 72,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_28.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 207,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 76,
            "groupName": "Yağmurlama Sulama Motopomp Bağlantısı (Erkek)",
            "slug": "yagmurlama-sulama-motopomp-baglantisi-erkek",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 719,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "50-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 712,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Erkek)",
                            "variantCode": "50",
                            "price": "195.92",
                            "specialPrice": false,
                            "accountingCode": "MMÇE-000",
                            "manufacturerCode": "7629000050",
                            "paramValues": [
                                {
                                    "id": 1502,
                                    "paramDefinition": {
                                        "id": 208,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 720,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "63-e-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 713,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Erkek)",
                            "variantCode": "63",
                            "price": "203.37",
                            "specialPrice": false,
                            "accountingCode": "MMÇE-001",
                            "manufacturerCode": "8911000063",
                            "paramValues": [
                                {
                                    "id": 1503,
                                    "paramDefinition": {
                                        "id": 208,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 721,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "75-e-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 714,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Erkek)",
                            "variantCode": "75",
                            "price": "305.38",
                            "specialPrice": false,
                            "accountingCode": "MMÇE-002",
                            "manufacturerCode": "8908200075",
                            "paramValues": [
                                {
                                    "id": 1504,
                                    "paramDefinition": {
                                        "id": 208,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 722,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "90-e-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 715,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Erkek)",
                            "variantCode": "90",
                            "price": "364.94",
                            "specialPrice": false,
                            "accountingCode": "MMÇE-003",
                            "manufacturerCode": "8908200090",
                            "paramValues": [
                                {
                                    "id": 1505,
                                    "paramDefinition": {
                                        "id": 208,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 723,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "110-e-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 716,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Erkek)",
                            "variantCode": "110",
                            "price": "495.91",
                            "specialPrice": false,
                            "accountingCode": "MMÇE-004",
                            "manufacturerCode": "8908200110",
                            "paramValues": [
                                {
                                    "id": 1506,
                                    "paramDefinition": {
                                        "id": 208,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 724,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "125-e-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 717,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Erkek)",
                            "variantCode": "125",
                            "price": "906.51",
                            "specialPrice": false,
                            "accountingCode": "MMÇE-005",
                            "manufacturerCode": "8908200125",
                            "paramValues": [
                                {
                                    "id": 1507,
                                    "paramDefinition": {
                                        "id": 208,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 725,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "140-e-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 718,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Erkek)",
                            "variantCode": "140",
                            "price": "1453.98",
                            "specialPrice": false,
                            "accountingCode": "MMÇE-006",
                            "manufacturerCode": "8911000140",
                            "paramValues": [
                                {
                                    "id": 1508,
                                    "paramDefinition": {
                                        "id": 208,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "140",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 726,
                    "productName": "Mandallı Motopomp Bağlantısı",
                    "slug": "160-e-mandalli-motopomp-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 719,
                            "variantName": "Yağmurlama Sulama Mandallı Motopomp Bağlantısı (Erkek)",
                            "variantCode": "160",
                            "price": "1514.02",
                            "specialPrice": false,
                            "accountingCode": "MMÇE-007",
                            "manufacturerCode": "8911000160",
                            "paramValues": [
                                {
                                    "id": 1509,
                                    "paramDefinition": {
                                        "id": 208,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "160",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 73,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_29.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 208,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 77,
            "groupName": "Yağmurlama Sulama Es Bağlantısı",
            "slug": "yagmurlama-sulama-es-baglantisi",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 727,
                    "productName": "Yağmurlama Es Bağlantısı",
                    "slug": "75-yagmurlama-es-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 720,
                            "variantName": "Yağmurlama Sulama Mandallı Es Bağlantısı",
                            "variantCode": "75",
                            "price": "503.88",
                            "specialPrice": false,
                            "accountingCode": "ME-001",
                            "manufacturerCode": "7625000075",
                            "paramValues": [
                                {
                                    "id": 1510,
                                    "paramDefinition": {
                                        "id": 209,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 728,
                    "productName": "Yağmurlama Es Bağlantısı",
                    "slug": "90-yagmurlama-es-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 721,
                            "variantName": "Yağmurlama Sulama Mandallı Es Bağlantısı",
                            "variantCode": "90",
                            "price": "663.11",
                            "specialPrice": false,
                            "accountingCode": "ME-002",
                            "manufacturerCode": "7625000090",
                            "paramValues": [
                                {
                                    "id": 1511,
                                    "paramDefinition": {
                                        "id": 209,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 729,
                    "productName": "Yağmurlama Es Bağlantısı",
                    "slug": "110-yagmurlama-es-baglantisi",
                    "description": "",
                    "variants": [
                        {
                            "id": 722,
                            "variantName": "Yağmurlama Sulama Mandallı Es Bağlantısı",
                            "variantCode": "110",
                            "price": "849.07",
                            "specialPrice": false,
                            "accountingCode": "ME-003",
                            "manufacturerCode": "7625000110",
                            "paramValues": [
                                {
                                    "id": 1512,
                                    "paramDefinition": {
                                        "id": 209,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 76,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_33.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 209,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        },
        {
            "id": 78,
            "groupName": "Yağmurlama Sulama Hat Vanası",
            "slug": "yagmurlama-sulama-hat-vanasi",
            "description": "",
            "discountRate": "30.00",
            "profitMargin": "20.00",
            "products": [
                {
                    "id": 730,
                    "productName": "Yağmurlama Hat Vanası",
                    "slug": "50-yagmurlama-hat-vanasi",
                    "description": "",
                    "variants": [
                        {
                            "id": 723,
                            "variantName": "Yağmurlama Sulama Mandallı Hat Vanası",
                            "variantCode": "50",
                            "price": "274.22",
                            "specialPrice": false,
                            "accountingCode": "MKV-000",
                            "manufacturerCode": "8913000050",
                            "paramValues": [
                                {
                                    "id": 1513,
                                    "paramDefinition": {
                                        "id": 210,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "50",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 731,
                    "productName": "Yağmurlama Hat Vanası",
                    "slug": "63-yagmurlama-hat-vanasi",
                    "description": "",
                    "variants": [
                        {
                            "id": 724,
                            "variantName": "Yağmurlama Sulama Mandallı Hat Vanası",
                            "variantCode": "63",
                            "price": "308.51",
                            "specialPrice": false,
                            "accountingCode": "MKV-001",
                            "manufacturerCode": "8913000063",
                            "paramValues": [
                                {
                                    "id": 1514,
                                    "paramDefinition": {
                                        "id": 210,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "63",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 732,
                    "productName": "Yağmurlama Hat Vanası",
                    "slug": "75-yagmurlama-hat-vanasi",
                    "description": "",
                    "variants": [
                        {
                            "id": 725,
                            "variantName": "Yağmurlama Sulama Mandallı Hat Vanası",
                            "variantCode": "75",
                            "price": "419.91",
                            "specialPrice": false,
                            "accountingCode": "MKV-002",
                            "manufacturerCode": "8913000075",
                            "paramValues": [
                                {
                                    "id": 1515,
                                    "paramDefinition": {
                                        "id": 210,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "75",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 733,
                    "productName": "Yağmurlama Hat Vanası",
                    "slug": "90-yagmurlama-hat-vanasi",
                    "description": "",
                    "variants": [
                        {
                            "id": 726,
                            "variantName": "Yağmurlama Sulama Mandallı Hat Vanası",
                            "variantCode": "90",
                            "price": "659.94",
                            "specialPrice": false,
                            "accountingCode": "MKV-003",
                            "manufacturerCode": "8913000090",
                            "paramValues": [
                                {
                                    "id": 1516,
                                    "paramDefinition": {
                                        "id": 210,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "90",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 734,
                    "productName": "Yağmurlama Hat Vanası",
                    "slug": "110-yagmurlama-hat-vanasi",
                    "description": "",
                    "variants": [
                        {
                            "id": 727,
                            "variantName": "Yağmurlama Sulama Mandallı Hat Vanası",
                            "variantCode": "110",
                            "price": "904.26",
                            "specialPrice": false,
                            "accountingCode": "MKV-004",
                            "manufacturerCode": "8913000110",
                            "paramValues": [
                                {
                                    "id": 1517,
                                    "paramDefinition": {
                                        "id": 210,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "110",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                },
                {
                    "id": 735,
                    "productName": "Yağmurlama Hat Vanası",
                    "slug": "125-yagmurlama-hat-vanasi",
                    "description": "",
                    "variants": [
                        {
                            "id": 728,
                            "variantName": "Yağmurlama Sulama Mandallı Hat Vanası",
                            "variantCode": "125",
                            "price": "1278.86",
                            "specialPrice": false,
                            "accountingCode": "MKV-005",
                            "manufacturerCode": "8913000125",
                            "paramValues": [
                                {
                                    "id": 1518,
                                    "paramDefinition": {
                                        "id": 210,
                                        "paramName": "Çap",
                                        "dataType": "text",
                                        "unit": "⌀"
                                    },
                                    "valueText": "125",
                                    "valueNumber": "0.00",
                                    "valueBoolean": false
                                }
                            ]
                        }
                    ]
                }
            ],
            "images": [
                {
                    "id": 77,
                    "image": "https://ziraisulama.com/media/media/product_group_images/Ads%C4%B1z_tasar%C4%B1m_34.png",
                    "altText": null
                }
            ],
            "paramDefinitions": [
                {
                    "id": 210,
                    "paramName": "Çap",
                    "dataType": "text",
                    "unit": "⌀"
                }
            ],
            "currency": 1
        }
    ]
}
Bu ürün grubunun para birimi (Örn. TL, USD vb.).