Загрузка данных


curl -X POST  -H "content-type:application/json" -H "authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDIxNywiZW1haWwiOiJidDVzOXoyN241QHByaXZhdGVyZWxheS5hcHBsZWlkLmNvbSIsImlhdCI6MTc4MzYxMDMzOCwiZXhwIjoxNzgzNjk2NzM4LCJhdWQiOiJteS13aW5lIiwic3ViIjoiNDIxNyJ9.3lKDsNvWUMrFwfdzPBmODGCboHHlkMMOxXiKblZrh2E" https://worldwinelist.com/api/graphql -d '{"variables":{"localeId":1,"page":1,"perPage":50,"query":"France Loire white","filter":{"facetsInputs":[{"listInput":{"key":"activeTradeOfferLots.merchant.country","byName":["United Kingdom"]}}]},"currencyCode":"GBP","countryId":37},"query":"\n            query retailProductsPagination(\n                $localeId: Int!, \n                $page: PositiveInt, \n                $perPage: PositiveInt, \n                $query: String, \n                $sort: ProductSort = SCORE_DESC, \n                $currencyCode: String,\n                $countryId: Int,\n                $filter: RetailProductsPaginationFilter = {}, \n            ) {\n                retailProductsPagination(\n                    localeId: 1\n                    page: $page\n                    perPage: $perPage\n                    query: $query\n                    sort: $sort\n                    filter: $filter\n                ) {\n                    pageInfo {\n                        totalItems\n                        hasNextPage\n                    }\n                    items {\n                        id\n                        slug\n                        wine {\n                            tradeName {\n                                tradeName\n                            }\n                            brand {\n                                name\n                            }\n                            keyWords\n                            specialClassifications {\n                                name\n                            }\n                            vintageText\n                            country {\n                                localizedName(localeId: $localeId)\n                                codeISO\n                            }\n                            geoIndications {\n                                localizedName(localeId: $localeId)\n                            }\n                            nationalGIType {\n                                localizedShortName(localeId: $localeId)\n                            }\n                            rating\n                            wineColor {\n                                localizedName(localeId: $localeId)\n                            }\n                            wineType {   \n                                localizedName(localeId: $localeId)                           \n                            }\n                            sweetnessLevel {\n                                localizedName(localeId: $localeId)\n                            }\n                        }\n                        bottleSize {\n                            volumeML\n                        }\n                        bottleImage {\n                            imageUrl\n                        }\n                        minimalRecommendedRetailPrice {\n                            price(currencyCode: $currencyCode)\n                        }\n\n                        tradeOfferLotCount(filter: { countryId: $countryId }) \n                                        \n                        maximumTradeOfferLot(filter: { countryId: $countryId }) {\n                            pricePerBottle: price(wineLotId: 1, currencyCode: $currencyCode)\n                            price(currencyCode: $currencyCode)\n\n                            lot {\n                                bottleQuantity\n                            }\n\n                            retailCoef\n                        }\n                        minimalTradeOfferLot(filter: { countryId: $countryId }) {\n                            pricePerBottle: price(wineLotId: 1, currencyCode: $currencyCode)\n                            price(currencyCode: $currencyCode)\n\n                            lot {\n                                bottleQuantity\n                            }\n                                \n                            retailCoef\n                        }\n                    }\n                }\n            }\n        "}'


# Request

### Endpoint

`POST` https://worldwinelist.com/api/graphql

### Duration

`2890` ms

### Data Sent

```json
{
  "variables": {
    "localeId": 1,
    "page": 1,
    "perPage": 50,
    "query": "France Loire white",
    "filter": {
      "facetsInputs": [
        {
          "listInput": {
            "key": "activeTradeOfferLots.merchant.country",
            "byName": [
              "United Kingdom"
            ]
          }
        }
      ]
    },
    "currencyCode": "GBP",
    "countryId": 37
  },
  "query": "\n            query retailProductsPagination(\n                $localeId: Int!, \n                $page: PositiveInt, \n                $perPage: PositiveInt, \n                $query: String, \n                $sort: ProductSort = SCORE_DESC, \n                $currencyCode: String,\n                $countryId: Int,\n                $filter: RetailProductsPaginationFilter = {}, \n            ) {\n                retailProductsPagination(\n                    localeId: 1\n                    page: $page\n                    perPage: $perPage\n                    query: $query\n                    sort: $sort\n                    filter: $filter\n                ) {\n                    pageInfo {\n                        totalItems\n                        hasNextPage\n                    }\n                    items {\n                        id\n                        slug\n                        wine {\n                            tradeName {\n                                tradeName\n                            }\n                            brand {\n                                name\n                            }\n                            keyWords\n                            specialClassifications {\n                                name\n                            }\n                            vintageText\n                            country {\n                                localizedName(localeId: $localeId)\n                                codeISO\n                            }\n                            geoIndications {\n                                localizedName(localeId: $localeId)\n                            }\n                            nationalGIType {\n                                localizedShortName(localeId: $localeId)\n                            }\n                            rating\n                            wineColor {\n                                localizedName(localeId: $localeId)\n                            }\n                            wineType {   \n                                localizedName(localeId: $localeId)                           \n                            }\n                            sweetnessLevel {\n                                localizedName(localeId: $localeId)\n                            }\n                        }\n                        bottleSize {\n                            volumeML\n                        }\n                        bottleImage {\n                            imageUrl\n                        }\n                        minimalRecommendedRetailPrice {\n                            price(currencyCode: $currencyCode)\n                        }\n\n                        tradeOfferLotCount(filter: { countryId: $countryId }) \n                                        \n                        maximumTradeOfferLot(filter: { countryId: $countryId }) {\n                            pricePerBottle: price(wineLotId: 1, currencyCode: $currencyCode)\n                            price(currencyCode: $currencyCode)\n\n                            lot {\n                                bottleQuantity\n                            }\n\n                            retailCoef\n                        }\n                        minimalTradeOfferLot(filter: { countryId: $countryId }) {\n                            pricePerBottle: price(wineLotId: 1, currencyCode: $currencyCode)\n                            price(currencyCode: $currencyCode)\n\n                            lot {\n                                bottleQuantity\n                            }\n                                \n                            retailCoef\n                        }\n                    }\n                }\n            }\n        "
}
```

### Headers

key           | value                                                                                                                                                                                                                                                   
------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
content-type  | application/json                                                                                                                                                                                                                                        
authorization | Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDIxNywiZW1haWwiOiJidDVzOXoyN241QHByaXZhdGVyZWxheS5hcHBsZWlkLmNvbSIsImlhdCI6MTc4MzYxMDMzOCwiZXhwIjoxNzgzNjk2NzM4LCJhdWQiOiJteS13aW5lIiwic3ViIjoiNDIxNyJ9.3lKDsNvWUMrFwfdzPBmODGCboHHlkMMOxXiKblZrh2E

# Response

### Status Code

`200`

### Data Received

```json
{
  "data": {
    "retailProductsPagination": {
      "pageInfo": {
        "totalItems": 859,
        "hasNextPage": true
      },
      "items": [
        {
          "id": "10746091",
          "slug": "italy-franci-franca-(montalcino)-franci-red-2018-750ml-docg-brunello-di-montalcino-dwxiZAf",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2018",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Brunello di Montalcino"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Franci Franca (Montalcino)"
            },
            "brand": {
              "name": "Franci"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 51.21
          },
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": 1.6421310951606731,
            "pricePerBottle": 84.1,
            "price": 84.1,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.6421310951606731,
            "pricePerBottle": 84.1,
            "price": 84.1,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "9311138",
          "slug": "france-scea-franck-balthazar-casimir-balthazar-red-2022-750ml-aoc-aop-cornas-zs5JoFB",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2022",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Cornas"
              }
            ],
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "Casimir Balthazar"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 43.59
          },
          "tradeOfferLotCount": 6,
          "minimalTradeOfferLot": {
            "retailCoef": 8.749852378847722,
            "price": 381.46,
            "pricePerBottle": 63.57666666666667,
            "lot": {
              "bottleQuantity": 6
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": 2.6837223518198066,
            "pricePerBottle": 117,
            "price": 117,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "9323031",
          "slug": "france-scea-franck-balthazar-casimir-balthazar-red-2021-750ml-aoc-aop-cornas-YYkNIAR",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2021",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Cornas"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "Casimir Balthazar"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 44.53
          },
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": 3.0441201498685446,
            "pricePerBottle": 135.58,
            "price": 135.58,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.5716802661955902,
            "pricePerBottle": 70,
            "price": 70,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "9389745",
          "slug": "france-scea-franck-balthazar-casimir-balthazar-red-2020-750ml-aoc-aop-cornas-wtWraPe",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2020",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Cornas"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "Casimir Balthazar"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 51.39
          },
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": 1.8485953607157657,
            "pricePerBottle": 95,
            "price": 95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.1231676233738315,
            "pricePerBottle": 57.72,
            "price": 57.72,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10624662",
          "slug": "france-scea-franck-balthazar-casimir-balthazar-red-2018-750ml-aoc-aop-cornas-95dDhbg",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2018",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Cornas"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "Casimir Balthazar"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 4,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 150,
            "price": 150,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 593.15,
            "pricePerBottle": 98.85833333333333,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "10624664",
          "slug": "france-scea-franck-balthazar-casimir-balthazar-red-2019-750ml-aoc-aop-cornas-nc4omT7",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2019",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Cornas"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "Casimir Balthazar"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 97.64
          },
          "tradeOfferLotCount": 2,
          "maximumTradeOfferLot": {
            "retailCoef": 5.398820190589007,
            "price": 527.15,
            "pricePerBottle": 87.85833333333333,
            "lot": {
              "bottleQuantity": 6
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 5.3288705711225886,
            "price": 520.32,
            "pricePerBottle": 86.72,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "11278303",
          "slug": "france-chateau-de-tracy-(pouilly-sur-loire)-chateau-de-tracy-white-2025-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-TDv6Re1",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2025",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Château de Tracy (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Château de Tracy"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 18.84
          },
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": 1.9365142022732522,
            "pricePerBottle": 36.49,
            "price": 36.49,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.232809671658198,
            "pricePerBottle": 23.23,
            "price": 23.23,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10622048",
          "slug": "france-chateau-de-tracy-(pouilly-sur-loire)-chateau-de-tracy-white-2023-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-GuZ4Tja",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Château de Tracy (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Château de Tracy"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 26,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 38.95,
            "price": 38.95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 22.49,
            "price": 22.49,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "9398893",
          "slug": "france-scea-franck-balthazar-franck-balthazar-red-2022-750ml-aoc-aop-cotes-du-rhone-61vLAX3",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2022",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Côtes du Rhône"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "FRANCK BALTHAZAR"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 11.56
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": 8.157170265389988,
            "price": 94.32,
            "pricePerBottle": 15.72,
            "lot": {
              "bottleQuantity": 6
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 8.157170265389988,
            "price": 94.32,
            "pricePerBottle": 15.72,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "4539138",
          "slug": "france-scea-franck-balthazar-franck-balthazar-red-2023-750ml-aoc-aop-cotes-du-rhone-esQnmHD",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Côtes du Rhône"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "FRANCK BALTHAZAR"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 11.56
          },
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": 18.213529027683755,
            "price": 210.6,
            "pricePerBottle": 17.55,
            "lot": {
              "bottleQuantity": 12
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": 2.2485838305782413,
            "pricePerBottle": 26,
            "price": 26,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11021286",
          "slug": "france-scea-franck-balthazar-franck-balthazar-red-2024-750ml-aoc-aop-cotes-du-rhone-gyaUnOF",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2024",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Côtes du Rhône"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "FRANCK BALTHAZAR"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 11.9
          },
          "tradeOfferLotCount": 8,
          "maximumTradeOfferLot": {
            "retailCoef": 2.267871627686134,
            "pricePerBottle": 27,
            "price": 27,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.6799049093971365,
            "pricePerBottle": 20,
            "price": 20,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10622047",
          "slug": "france-chateau-de-tracy-(pouilly-sur-loire)-chateau-de-tracy-white-2022-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-lhNyQVp",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2022",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Château de Tracy (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Château de Tracy"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 2,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 36.99,
            "price": 36.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 32.95,
            "price": 32.95,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "8278846",
          "slug": "france-chateau-de-tracy-(pouilly-sur-loire)-chateau-de-tracy-white-ns-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-UNp7A61",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Château de Tracy (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Château de Tracy"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 40,
            "price": 40,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 35.75,
            "price": 35.75,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10506656",
          "slug": "france-earl-champagne-pascal-franck-quintessential-sparkling-white-extra-brut-2010-750ml-aoc-aop-champagne-TF7aBRe",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2010",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Extra Brut"
            },
            "tradeName": {
              "tradeName": "EARL CHAMPAGNE PASCAL FRANCK"
            },
            "brand": {
              "name": "Quintessential"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 50.25
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": 1.910184231197084,
            "pricePerBottle": 96,
            "price": 96,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.910184231197084,
            "pricePerBottle": 96,
            "price": 96,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10577599",
          "slug": "france-earl-champagne-pascal-franck-quintessential-sparkling-white-extra-brut-2009-750ml-aoc-aop-champagne-JjOa4z0",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2009",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Extra Brut"
            },
            "tradeName": {
              "tradeName": "EARL CHAMPAGNE PASCAL FRANCK"
            },
            "brand": {
              "name": "Quintessential"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 213.08,
            "price": 213.08,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 1200.09,
            "pricePerBottle": 200.01666666666668,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "11742951",
          "slug": "france-carine-et-franck-richard-(francs)-chateau-cru-godard-red-2022-750ml-aoc-aop-cotes-de-bordeaux-francs-jtlv9j8",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2022",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Côtes de Bordeaux Francs"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Carine et Franck Richard (Francs)"
            },
            "brand": {
              "name": "Château Cru Godard"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 21.5,
            "price": 21.5,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 21.5,
            "price": 21.5,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10577592",
          "slug": "france-earl-champagne-pascal-franck-quintessential-sparkling-white-extra-brut-2005-750ml-aoc-aop-champagne-YJFvk7q",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2005",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Extra Brut"
            },
            "tradeName": {
              "tradeName": "EARL CHAMPAGNE PASCAL FRANCK"
            },
            "brand": {
              "name": "Quintessential"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 78,
            "price": 78,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 78,
            "price": 78,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11742950",
          "slug": "france-carine-et-franck-richard-(francs)-chateau-cru-godard-red-2021-750ml-aoc-aop-cotes-de-bordeaux-francs-5HrZ0NC",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2021",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Côtes de Bordeaux Francs"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Carine et Franck Richard (Francs)"
            },
            "brand": {
              "name": "Château Cru Godard"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 12.95,
            "price": 12.95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 12.95,
            "price": 12.95,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "8269782",
          "slug": "france-franck-bonville-(avize)-rm-20514-01-franck-bonville-blanc-de-blancs-sparkling-white-brut-750ml-aoc-aop-champagne-grand-cru-6Znus6w",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": "Blanc de Blancs",
            "specialClassifications": [],
            "vintageText": "NV",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Champagne grand cru"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Brut"
            },
            "tradeName": {
              "tradeName": "Franck Bonville (Avize) Rm-20514-01"
            },
            "brand": {
              "name": "Franck Bonville"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 29.89
          },
          "tradeOfferLotCount": 4,
          "maximumTradeOfferLot": {
            "retailCoef": 1.6416130373524693,
            "pricePerBottle": 49.07,
            "price": 49.07,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 8.229608663599668,
            "price": 246,
            "pricePerBottle": 41,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "9713918",
          "slug": "france-franck-bonville-(avize)-rm-20514-01-franck-bonville-blanc-de-blancs-sparkling-white-brut-2015-750ml-aoc-aop-champagne-grand-cru-4ZlZTdt",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": "Blanc de Blancs",
            "specialClassifications": [],
            "vintageText": "2015",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Champagne grand cru"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Brut"
            },
            "tradeName": {
              "tradeName": "Franck Bonville (Avize) Rm-20514-01"
            },
            "brand": {
              "name": "Franck Bonville"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 38.54
          },
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": 2.0260605153444793,
            "pricePerBottle": 78.09,
            "price": 78.09,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.4787505454885388,
            "pricePerBottle": 56.99,
            "price": 56.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11790613",
          "slug": "france-scea-franck-balthazar-franck-balthazar-red-2025-750ml-aoc-aop-cotes-du-rhone-KhxyjJp",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2025",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Côtes du Rhône"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA FRANCK BALTHAZAR"
            },
            "brand": {
              "name": "FRANCK BALTHAZAR"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 20.5,
            "price": 20.5,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 20.5,
            "price": 20.5,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10699748",
          "slug": "france-chateau-favray-(pouilly-sur-loire)-chateau-favray-white-2024-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-DWlP1FB",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2024",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Château Favray (Pouilly sur Loire)"
            },
            "brand": {
              "name": "Château Favray"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 14.46
          },
          "tradeOfferLotCount": 5,
          "maximumTradeOfferLot": {
            "retailCoef": 12.000037900579077,
            "price": 173.7,
            "pricePerBottle": 28.95,
            "lot": {
              "bottleQuantity": 6
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 7.8031334534853585,
            "price": 112.95,
            "pricePerBottle": 18.825,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "11295151",
          "slug": "france-chateau-favray-(pouilly-sur-loire)-chateau-favray-white-2024-375ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-wNrMzL9",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 375
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2024",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Château Favray (Pouilly sur Loire)"
            },
            "brand": {
              "name": "Château Favray"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 2,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 12.95,
            "price": 12.95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 128.94,
            "pricePerBottle": 10.745833333333334,
            "lot": {
              "bottleQuantity": 12
            }
          }
        },
        {
          "id": "11258507",
          "slug": "france-jean-pabiot-et-fils-(pouilly-sur-loire)-domaine-des-fines-caillottes-white-2024-375ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-QpcancO",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 375
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2024",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Jean Pabiot et fils (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Domaine des Fines Caillottes"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 5,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 12.45,
            "price": 12.45,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 134.46,
            "pricePerBottle": 11.205,
            "lot": {
              "bottleQuantity": 12
            }
          }
        },
        {
          "id": "11647502",
          "slug": "france-jean-pabiot-et-fils-(pouilly-sur-loire)-domaine-des-fines-caillottes-white-ns-375ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-j7Zcdqj",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 375
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Jean Pabiot et fils (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Domaine des Fines Caillottes"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 11.49,
            "price": 11.49,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 11.49,
            "price": 11.49,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "8371362",
          "slug": "france-jean-pabiot-et-fils-(pouilly-sur-loire)-domaine-des-fines-caillottes-white-2024-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-3mDBdnE",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2024",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Jean Pabiot et fils (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Domaine des Fines Caillottes"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 13.96
          },
          "tradeOfferLotCount": 19,
          "maximumTradeOfferLot": {
            "retailCoef": 2.607253644044709,
            "pricePerBottle": 36.4,
            "price": 36.4,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.3000454296541613,
            "pricePerBottle": 18.14,
            "price": 18.14,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "8205491",
          "slug": "france-jean-pabiot-et-fils-(pouilly-sur-loire)-domaine-des-fines-caillottes-white-2022-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-S0LIq24",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2022",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Jean Pabiot et fils (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Domaine des Fines Caillottes"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 16.78
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": 1.3700653049343483,
            "pricePerBottle": 23,
            "price": 23,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.3700653049343483,
            "pricePerBottle": 23,
            "price": 23,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11519306",
          "slug": "france-jean-pabiot-et-fils-(pouilly-sur-loire)-domaine-des-fines-caillottes-white-2025-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-Tv5V5Vd",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2025",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Jean Pabiot et fils (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Domaine des Fines Caillottes"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 4,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 21.95,
            "price": 21.95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 21.95,
            "price": 21.95,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11519312",
          "slug": "france-jean-pabiot-et-fils-(pouilly-sur-loire)-domaine-des-fines-caillottes-white-2025-1500ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-jaWBt0z",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 1500
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2025",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Jean Pabiot et fils (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Domaine des Fines Caillottes"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 7,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 269.7,
            "pricePerBottle": 44.95,
            "lot": {
              "bottleQuantity": 6
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 41.5,
            "price": 41.5,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11056271",
          "slug": "france-le-roc-des-anges-(latour-de-france)-pi-vell-white-2023-750ml-igp-cotes-catalanes-GRiux8r",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Côtes Catalanes"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "IGP"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Le Roc des Anges (Latour de France)"
            },
            "brand": {
              "name": "Pi Vell"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 32.27
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": 7.436521732681592,
            "price": 240,
            "pricePerBottle": 40,
            "lot": {
              "bottleQuantity": 6
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 7.436521732681592,
            "price": 240,
            "pricePerBottle": 40,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "10699745",
          "slug": "france-chateau-favray-(pouilly-sur-loire)-chateau-favray-white-ns-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-4tT22ul",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Château Favray (Pouilly sur Loire)"
            },
            "brand": {
              "name": "Château Favray"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 2,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 35,
            "price": 35,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 16.91,
            "price": 16.91,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11553631",
          "slug": "france-sca-domaine-du-hureau-(dampierre-sur-loire)-chateau-du-hureau-red-2023-750ml-aoc-aop-saumur-champigny-ISyOAO1",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Saumur-Champigny"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Sca Domaine du Hureau (Dampierre sur Loire)"
            },
            "brand": {
              "name": "Château du Hureau"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 19.5,
            "price": 19.5,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 19.5,
            "price": 19.5,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10667344",
          "slug": "france-sca-domaine-du-hureau-(dampierre-sur-loire)-chateau-du-hureau-red-ns-750ml-aoc-aop-saumur-champigny-hqBRcCs",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Saumur-Champigny"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Sca Domaine du Hureau (Dampierre sur Loire)"
            },
            "brand": {
              "name": "Château du Hureau"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 17.95,
            "price": 17.95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 17.95,
            "price": 17.95,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10833390",
          "slug": "italy-franco-pacenti-(montalcino)-franco-pacenti-riserva-red-2013-750ml-docg-brunello-di-montalcino-I9ti4u2",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "vintageText": "2013",
            "rating": null,
            "specialClassifications": [
              {
                "name": "Riserva"
              }
            ],
            "geoIndications": [
              {
                "localizedName": "Brunello di Montalcino"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Franco Pacenti (Montalcino)"
            },
            "brand": {
              "name": "Franco Pacenti"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 60.67,
            "price": 60.67,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 60.67,
            "price": 60.67,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "8784995",
          "slug": "italy-franco-pacenti-(montalcino)-franco-pacenti-riserva-red-2012-750ml-docg-brunello-di-montalcino-4KDFuwE",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "vintageText": "2012",
            "rating": null,
            "specialClassifications": [
              {
                "name": "Riserva"
              }
            ],
            "geoIndications": [
              {
                "localizedName": "Brunello di Montalcino"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Franco Pacenti (Montalcino)"
            },
            "brand": {
              "name": "Franco Pacenti"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 563,
            "pricePerBottle": 93.83333333333333,
            "lot": {
              "bottleQuantity": 6
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 563,
            "pricePerBottle": 93.83333333333333,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "12125681",
          "slug": "italy-franco-pacenti-(montalcino)-franco-pacenti-riserva-red-2017-750ml-docg-brunello-di-montalcino-ZLSyD3r",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "vintageText": "2017",
            "rating": null,
            "specialClassifications": [
              {
                "name": "Riserva"
              }
            ],
            "geoIndications": [
              {
                "localizedName": "Brunello di Montalcino"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Franco Pacenti (Montalcino)"
            },
            "brand": {
              "name": "Franco Pacenti"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 160,
            "price": 160,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 160,
            "price": 160,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10833392",
          "slug": "italy-franco-pacenti-(montalcino)-franco-pacenti-riserva-red-2019-750ml-docg-brunello-di-montalcino-1RfQgB2",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "vintageText": "2019",
            "rating": null,
            "specialClassifications": [
              {
                "name": "Riserva"
              }
            ],
            "geoIndications": [
              {
                "localizedName": "Brunello di Montalcino"
              }
            ],
            "wineColor": {
              "localizedName": "Red"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Franco Pacenti (Montalcino)"
            },
            "brand": {
              "name": "Franco Pacenti"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 190,
            "price": 190,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 190,
            "price": 190,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "9594438",
          "slug": "france-sarl-domaine-franck-millet-(bue)-domaine-franck-millet-white-2024-750ml-aoc-aop-sancerre-SgOqn6j",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2024",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Sancerre"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SARL DOMAINE FRANCK MILLET (BUE)"
            },
            "brand": {
              "name": "DOMAINE FRANCK MILLET"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 18.05
          },
          "tradeOfferLotCount": 4,
          "maximumTradeOfferLot": {
            "retailCoef": 1.6588064831749878,
            "pricePerBottle": 29.95,
            "price": 29.95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.3840926215206326,
            "pricePerBottle": 24.99,
            "price": 24.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11275764",
          "slug": "france-sarl-domaine-franck-millet-(bue)-domaine-franck-millet-white-2025-750ml-aoc-aop-sancerre-tSUSsNG",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2025",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Sancerre"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SARL DOMAINE FRANCK MILLET (BUE)"
            },
            "brand": {
              "name": "DOMAINE FRANCK MILLET"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 4,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 150.42,
            "pricePerBottle": 25.07,
            "lot": {
              "bottleQuantity": 6
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 23.29,
            "price": 23.29,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "9594439",
          "slug": "france-sarl-domaine-franck-millet-(bue)-domaine-franck-millet-white-ns-750ml-aoc-aop-sancerre-FkjeadF",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Sancerre"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SARL DOMAINE FRANCK MILLET (BUE)"
            },
            "brand": {
              "name": "DOMAINE FRANCK MILLET"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 34.99,
            "price": 34.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 26,
            "price": 26,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "9515403",
          "slug": "france-sarl-domaine-franck-millet-(bue)-domaine-franck-millet-white-2023-750ml-aoc-aop-sancerre-zquaemw",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Sancerre"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SARL DOMAINE FRANCK MILLET (BUE)"
            },
            "brand": {
              "name": "DOMAINE FRANCK MILLET"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 2,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 25.7,
            "price": 25.7,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 25.5,
            "price": 25.5,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "6502559",
          "slug": "france-earl-champagne-pascal-franck-reliance-sparkling-white-brut-nature-750ml-aoc-aop-champagne-MPDGFxo",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NV",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Brut Nature"
            },
            "tradeName": {
              "tradeName": "EARL CHAMPAGNE PASCAL FRANCK"
            },
            "brand": {
              "name": "Reliance"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 32.54
          },
          "tradeOfferLotCount": 5,
          "maximumTradeOfferLot": {
            "retailCoef": 1.8127500213113048,
            "pricePerBottle": 59,
            "price": 59,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 9.416161000530094,
            "price": 306.47,
            "pricePerBottle": 51.07833333333333,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "11092601",
          "slug": "france-earl-champagne-pascal-franck-pacificance-sparkling-white-brut-nature-nv-750ml-aoc-aop-champagne-8FWgh9X",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NV",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Brut Nature"
            },
            "tradeName": {
              "tradeName": "EARL CHAMPAGNE PASCAL FRANCK"
            },
            "brand": {
              "name": "Pacificance"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 60.7
          },
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": 1.832106686796251,
            "pricePerBottle": 111.22,
            "price": 111.22,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 10.385458244507419,
            "price": 630.47,
            "pricePerBottle": 105.07833333333333,
            "lot": {
              "bottleQuantity": 6
            }
          }
        },
        {
          "id": "9441549",
          "slug": "france-jonathan-didier-pabiot-(pouilly-sur-loire)-leon-white-2023-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-RnLlL13",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Jonathan Didier Pabiot (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Léon"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 20.55
          },
          "tradeOfferLotCount": 9,
          "maximumTradeOfferLot": {
            "retailCoef": 1.4594173900387624,
            "pricePerBottle": 30,
            "price": 30,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.2526665931166043,
            "pricePerBottle": 25.75,
            "price": 25.75,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10525382",
          "slug": "france-jonathan-didier-pabiot-(pouilly-sur-loire)-leon-white-2021-750ml-aoc-aop-pouilly-fume-ou-blanc-fume-de-pouilly-T8fgkBC",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2021",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Pouilly-Fumé ou Blanc Fumé de Pouilly"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Jonathan Didier Pabiot (Pouilly-sur-Loire)"
            },
            "brand": {
              "name": "Léon"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 29.5,
            "price": 29.5,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 29.5,
            "price": 29.5,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "10589755",
          "slug": "france-chateau-de-suronde-(rochefort-sur-loire)-chateau-de-suronde-white-sweet-2003-500ml-aoc-aop-quarts-de-chaume-kODykRG",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 500
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2003",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Quarts de Chaume"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Sweet"
            },
            "tradeName": {
              "tradeName": "Château de Suronde (Rochefort sur Loire)"
            },
            "brand": {
              "name": "Château de Suronde"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 60,
            "price": 60,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 60,
            "price": 60,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "8510484",
          "slug": "france-chateau-de-suronde-(rochefort-sur-loire)-chateau-de-suronde-white-sweet-2018-500ml-aoc-aop-quarts-de-chaume-jf9t7A9",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 500
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2018",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Quarts de Chaume"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Sweet"
            },
            "tradeName": {
              "tradeName": "Château de Suronde (Rochefort sur Loire)"
            },
            "brand": {
              "name": "Château de Suronde"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 41.88
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": 1.1221696087005617,
            "pricePerBottle": 47,
            "price": 47,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.1221696087005617,
            "pricePerBottle": 47,
            "price": 47,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11053723",
          "slug": "france-chateau-de-suronde-(rochefort-sur-loire)-chateau-de-suronde-white-sweet-2010-500ml-aoc-aop-quarts-de-chaume-lel7g1l",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 500
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2010",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Quarts de Chaume"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Sweet"
            },
            "tradeName": {
              "tradeName": "Château de Suronde (Rochefort sur Loire)"
            },
            "brand": {
              "name": "Château de Suronde"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 55,
            "price": 55,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 55,
            "price": 55,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "9904122",
          "slug": "france-earl-champagne-pascal-franck-harmonie-blanc-de-noirs-sparkling-white-extra-brut-2017-750ml-aoc-aop-champagne-IDH2KAU",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "keyWords": "Blanc de Noirs",
            "specialClassifications": [],
            "vintageText": "2017",
            "rating": null,
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Extra Brut"
            },
            "tradeName": {
              "tradeName": "EARL CHAMPAGNE PASCAL FRANCK"
            },
            "brand": {
              "name": "Harmonie"
            }
          },
          "minimalRecommendedRetailPrice": {
            "price": 46.71
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": 1.6697404682511692,
            "pricePerBottle": 78,
            "price": 78,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.6697404682511692,
            "pricePerBottle": 78,
            "price": 78,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11633345",
          "slug": "france-earl-champagne-pascal-franck-reliance-sparkling-white-brut-nature-nv-1500ml-aoc-aop-champagne-q8yAJOy",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 1500
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NV",
            "rating": 0,
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "wineColor": {
              "localizedName": "White"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Brut Nature"
            },
            "tradeName": {
              "tradeName": "EARL CHAMPAGNE PASCAL FRANCK"
            },
            "brand": {
              "name": "Reliance"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 140,
            "price": 140,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 125,
            "price": 125,
            "lot": {
              "bottleQuantity": 1
            }
          }
        }
      ]
    }
  }
}
```

### Headers

key                         | value                           
--------------------------- | --------------------------------
Content-Encoding            | br                              
Access-Control-Allow-Origin | *                               
x-trace-id                  | 21acf6ffd2f74a04ec331e3ed1f679de
Content-Type                | application/json; charset=utf-8 
Vary                        | Accept-Encoding                 
Date                        | Thu, 09 Jul 2026 15:32:23 GMT