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


# Request

### Endpoint

`POST` https://rc-0.worldwinelist.com/api/graphql

### Duration

`480` ms

### Data Sent

```json
{
  "variables": {
    "localeId": 1,
    "page": 1,
    "perPage": 50,
    "query": "",
    "filter": {
      "facetsInputs": [
        {
          "listInput": {
            "key": "activeTradeOfferLots.merchant.country",
            "byName": [
              "United Kingdom"
            ]
          }
        },
        {
          "complexInput": {
            "key": "activeTradeOfferLots.pricePerBottle",
            "childrenInputs": [
              {
                "listInput": {
                  "key": "activeTradeOfferLots.pricePerBottle.currency",
                  "byName": [
                    "EUR"
                  ]
                }
              },
              {
                "rangeInput": {
                  "key": "activeTradeOfferLots.pricePerBottle.value",
                  "minValue": 21,
                  "maxValue": 47196944444444440
                }
              }
            ]
          }
        }
      ]
    },
    "currencyCode": "GBP",
    "countryId": 37
  },
  "query": "\n            query retailProductsPagination(\n                $localeId: Int!, \n                $page: PositiveInt, \n                $perPage: PositiveInt, \n                $query: String, \n                $sort: ProductSort = WINE_NAME_ASC, \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.eyJpZCI6MTc3MCwiZW1haWwiOiJEaWFuYUBpb3Ntb2IuY29tIiwiaWF0IjoxNzc3MDMwODY4LCJleHAiOjE3NzcxMTcyNjgsImF1ZCI6Im15LXdpbmUiLCJzdWIiOiIxNzcwIn0.laSV2dzzZ9w-hs4Pq8CokFGetRk0ie63S1nI-IaTqoc

# Response

### Status Code

`200`

### Data Received

```json
{
  "data": {
    "retailProductsPagination": {
      "pageInfo": {
        "totalItems": 36,
        "hasNextPage": false
      },
      "items": [
        {
          "id": "29219",
          "slug": "france-aimery-grande-cuvee-1531-cremant-sieur-d'arques-sparkling-white-brut-ns-750ml-aoc-aop-languedoc-3bHxHqq",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": {
            "price": 6.092651948984456
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Aimery Grande Cuvée 1531 Crémant"
            },
            "brand": {
              "name": "Sieur D'Arques"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Languedoc"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "33564",
          "slug": "france-andre-dezat-red-1970-750ml-aoc-aop-sancerre-IbsLBEG",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": {
            "price": 36.55591169390674
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "1970",
            "rating": null,
            "tradeName": {
              "tradeName": "Andre Dezat"
            },
            "brand": {
              "name": "Andre Dezat"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Sancerre"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": 1.5045446126615845,
            "pricePerBottle": 55,
            "price": 55,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": 1.5045446126615845,
            "pricePerBottle": 55,
            "price": 55,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "29358",
          "slug": "france-bollinger-(ay)-bollinger-special-cuvee-sparkling-white-brut-ns-750ml-aoc-aop-champagne-WYYDBQK",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Special Cuvée",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Bollinger (Aÿ)"
            },
            "brand": {
              "name": "Bollinger"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "24285",
          "slug": "france-bollinger-(ay)-bollinger-special-cuvee-sparkling-white-brut-nv-1500ml-aoc-aop-champagne-23xkMim",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 1500
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Special cuvée",
            "specialClassifications": [],
            "vintageText": "NV",
            "rating": 0,
            "tradeName": {
              "tradeName": "Bollinger (Aÿ)"
            },
            "brand": {
              "name": "Bollinger"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "23871",
          "slug": "france-bollinger-(ay)-bollinger-special-cuvee-sparkling-white-brut-nv-750ml-aoc-aop-champagne-FvoSpkY",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Special cuvée",
            "specialClassifications": [],
            "vintageText": "NV",
            "rating": 0,
            "tradeName": {
              "tradeName": "Bollinger (Aÿ)"
            },
            "brand": {
              "name": "Bollinger"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29054",
          "slug": "france-cave-de-lugny-(lugny)-cave-de-lugny-sparkling-rose-brut-ns-750ml-aoc-aop-cremant-de-bourgogne-6BQEKUt",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Cave de Lugny (Lugny)"
            },
            "brand": {
              "name": "Cave de Lugny"
            },
            "wineColor": {
              "localizedName": "Rosé"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Crémant de Bourgogne"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "9519",
          "slug": "france-champagne-krug-krug-collection-sparkling-white-brut-1989-750ml-aoc-aop-champagne-zcs7Hef",
          "bottleImage": {
            "imageUrl": "https://wwlcdnproxy.azureedge.net/rsWsjNPNpJcIy79pmsJvqMUleWHgPIjIXxVBTx4ZevA/plain/https%3A%2F%2Fwwl.blob.core.windows.net%2Fstage-images%2Fd31be960-4f04-11ef-a1cb-07eb99fa9198"
          },
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": {
            "price": 0
          },
          "wine": {
            "keyWords": "Collection",
            "specialClassifications": [],
            "vintageText": "1989",
            "rating": 0,
            "tradeName": {
              "tradeName": "Champagne krug"
            },
            "brand": {
              "name": "Krug"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "34410",
          "slug": "france-chateau-de-chamirey-red-2023-750ml-aoc-aop-mercurey-premier-cru-les-champs-martin-RmJlOQ4",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": null,
            "tradeName": {
              "tradeName": "Château de Chamirey"
            },
            "brand": {
              "name": "Château de Chamirey"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Mercurey premier cru Les Champs Martin"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 38.13,
            "price": 38.13,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 38.13,
            "price": 38.13,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "34302",
          "slug": "france-chateau-du-glana-red-2016-750ml-aoc-aop-saint-julien-tojg58R",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2016",
            "rating": null,
            "tradeName": {
              "tradeName": "Château du Glana"
            },
            "brand": {
              "name": "Château du Glana"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Saint-Julien"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 29.25,
            "price": 29.25,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 29.25,
            "price": 29.25,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "34166",
          "slug": "france-chateau-la-rose-figeac-le-temps-de-la-rose-figeac-red-2022-750ml-aoc-aop-pomerol-B3JAcBe",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2022",
            "rating": null,
            "tradeName": {
              "tradeName": "Château la Rose Figeac"
            },
            "brand": {
              "name": "Le Temps de la Rose Figeac"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Pomerol"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 2,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 27.09,
            "price": 27.09,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 46.58,
            "lot": {
              "bottleQuantity": 2
            },
            "pricePerBottle": 23.29
          }
        },
        {
          "id": "34242",
          "slug": "france-chateau-montlabert-la-croix-de-montlabert-red-2020-750ml-aoc-aop-saint-emilion-grand-cru-0AuA8e2",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2020",
            "rating": null,
            "tradeName": {
              "tradeName": "Château Montlabert"
            },
            "brand": {
              "name": "La Croix de Montlabert"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Saint-Emilion grand cru"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 2,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 23.61,
            "price": 23.61,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 39.98,
            "lot": {
              "bottleQuantity": 2
            },
            "pricePerBottle": 19.99
          }
        },
        {
          "id": "34191",
          "slug": "france-chateau-tauzinat-l'hermitage-red-2021-750ml-aoc-aop-saint-emilion-grand-cru-S8U1aM4",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2021",
            "rating": null,
            "tradeName": {
              "tradeName": "Château Tauzinat L'hermitage"
            },
            "brand": {
              "name": "Château Tauzinat L'hermitage"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Saint-Emilion grand cru"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "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": "34167",
          "slug": "france-clos-de-l'ours-ursus-red-2021-750ml-aoc-aop-cotes-de-provence-5wM3wYT",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2021",
            "rating": null,
            "tradeName": {
              "tradeName": "Clos de L'ours"
            },
            "brand": {
              "name": "Ursus"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Côtes de Provence"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29734",
          "slug": "south-africa-de-wetshof-(robertson)-a190-kadette-pinotage-123-rose-ns-750ml-wo-robertson-ooZEhcD",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Pinotage 123",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": null,
            "tradeName": {
              "tradeName": "De Wetshof (Robertson) A190"
            },
            "brand": {
              "name": "Kadette"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Rosé"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Robertson"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "23970",
          "slug": "south-africa-de-wetshof-(robertson)-a190-lilya-rose-ns-750ml-wo-robertson-Bdml8FD",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "De Wetshof (Robertson) A190"
            },
            "brand": {
              "name": "Lilya"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Rosé"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Robertson"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29304",
          "slug": "south-africa-de-wetshof-(robertson)-lilya-rose-ns-1500ml-wo-robertson-eCFS56K",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 1500
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "De Wetshof (Robertson)"
            },
            "brand": {
              "name": "Lilya"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Rosé"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Robertson"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "23823",
          "slug": "south-africa-de-wetshof-(robertson)-lilya-rose-ns-750ml-wo-robertson-5KMZxr9",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": {
            "price": 522.2273099129534
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "De Wetshof (Robertson)"
            },
            "brand": {
              "name": "Lilya"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Rosé"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Robertson"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "34161",
          "slug": "france-domaine-alquier-les-bastides-d'alquier-red-2022-750ml-aoc-aop-faugeres-6l4owNl",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2022",
            "rating": null,
            "tradeName": {
              "tradeName": "Domaine Alquier"
            },
            "brand": {
              "name": "Les Bastides d'alquier"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Faugères"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 32.49,
            "price": 32.49,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 32.49,
            "price": 32.49,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "34142",
          "slug": "france-domaine-de-la-begude-rose-2025-750ml-aoc-aop-bandol-v6XzejE",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2025",
            "rating": null,
            "tradeName": {
              "tradeName": "Domaine de la Begude"
            },
            "brand": {
              "name": "Domaine de la Begude"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Rosé"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Bandol"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "34137",
          "slug": "france-dominique-cornin-white-2023-750ml-aoc-aop-macon-chaintre-MHjpsIY",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": null,
            "tradeName": {
              "tradeName": "Dominique Cornin"
            },
            "brand": {
              "name": "Dominique Cornin"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Mâcon Chaintré"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 2,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 22.67,
            "price": 22.67,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 41.52,
            "lot": {
              "bottleQuantity": 2
            },
            "pricePerBottle": 20.76
          }
        },
        {
          "id": "29648",
          "slug": "france-famille-malet-roquefort-(saint-emilion)-clos-la-gaffeliere-red-2019-750ml-aoc-aop-saint-emilion-grand-cru-waz5WxH",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2019",
            "rating": null,
            "tradeName": {
              "tradeName": "Famille Malet Roquefort (Saint-Emilion)"
            },
            "brand": {
              "name": "Clos la Gaffeliere"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Saint-Emilion grand cru"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29616",
          "slug": "france-famille-malet-roquefort-(saint-emilion)-clos-la-gaffeliere-red-2023-750ml-aoc-aop-saint-emilion-grand-cru-E6N41H5",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": null,
            "tradeName": {
              "tradeName": "Famille Malet Roquefort (Saint-Emilion)"
            },
            "brand": {
              "name": "Clos la Gaffeliere"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Saint-Emilion grand cru"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29189",
          "slug": "france-kioto-isslbrrand-prestige-semi-sparkling-white-medium-sweet-ns-750ml-aoc-aop-ajaccio-7ZezKD2",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Prestige",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Kioto"
            },
            "brand": {
              "name": "IsslBrrand"
            },
            "wineType": {
              "localizedName": "Semi-sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "geoIndications": [
              {
                "localizedName": "Ajaccio"
              }
            ],
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "sweetnessLevel": {
              "localizedName": "Medium sweet"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29376",
          "slug": "france-moet-and-chandon-imperial-sparkling-white-medium-dry-ns-1500ml-aoc-aop-champagne-f6ETSVP",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 1500
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Impérial",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Moët & Chandon"
            },
            "brand": {
              "name": "Moet & Chandon"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Medium Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29375",
          "slug": "france-moet-and-chandon-imperial-sparkling-white-brut-ns-3000ml-aoc-aop-champagne-m5B5kyq",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 3000
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Impérial",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Moët & Chandon"
            },
            "brand": {
              "name": "Moet & Chandon"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29374",
          "slug": "france-moet-and-chandon-imperial-sparkling-white-medium-dry-ns-750ml-aoc-aop-champagne-EANpXit",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Impérial",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Moët & Chandon"
            },
            "brand": {
              "name": "Moet & Chandon"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Medium Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29373",
          "slug": "france-moet-and-chandon-imperial-sparkling-white-brut-ns-750ml-aoc-aop-champagne-xPoppbL",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Impérial",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Moët & Chandon"
            },
            "brand": {
              "name": "Moet & Chandon"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29372",
          "slug": "france-moet-and-chandon-imperial-sparkling-white-medium-dry-ns-40ml-aoc-aop-champagne-ewn6o7Y",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 40
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Impérial",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Moët & Chandon"
            },
            "brand": {
              "name": "Moet & Chandon"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Medium Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "24000",
          "slug": "france-moet-and-chandon-imperial-sparkling-white-brut-nv-750ml-aoc-aop-champagne-t1IH3TJ",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Impérial",
            "specialClassifications": [],
            "vintageText": "NV",
            "rating": 0,
            "tradeName": {
              "tradeName": "Moët & Chandon"
            },
            "brand": {
              "name": "Moet & Chandon"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Brut"
            }
          },
          "tradeOfferLotCount": 1,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 39.9,
            "price": 39.9,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 39.9,
            "price": 39.9,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "34184",
          "slug": "france-rimauresq-r-white-2023-750ml-aoc-aop-cotes-de-provence-jAQopFN",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "2023",
            "rating": null,
            "tradeName": {
              "tradeName": "Rimauresq"
            },
            "brand": {
              "name": "R"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Côtes de Provence"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29472",
          "slug": "france-telmont-(damery)-nm-169-001-telmont-reserve-sparkling-white-extra-brut-ns-750ml-aoc-aop-champagne-0Mp4CWy",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Reserve",
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Telmont (Damery) Nm-169-001"
            },
            "brand": {
              "name": "Telmont"
            },
            "wineType": {
              "localizedName": "Sparkling"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Champagne"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Extra Brut"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29517",
          "slug": "switzerland-tenuta-vitivinicola-trapletti-sa-(coldrerio)-trapletti-chardonnay-white-ns-750ml-wine-6ptUj2W",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Chardonnay",
            "specialClassifications": [],
            "vintageText": "NS",
            "geoIndications": [],
            "rating": 0,
            "tradeName": {
              "tradeName": "Tenuta Vitivinicola Trapletti Sa (Coldrerio)"
            },
            "brand": {
              "name": "Trapletti"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "CH",
              "localizedName": "Switzerland"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29516",
          "slug": "switzerland-tenuta-vitivinicola-trapletti-sa-(coldrerio)-trapletti-chardonnay-white-nv-750ml-wine-O0hCEow",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Chardonnay",
            "specialClassifications": [],
            "vintageText": "NV",
            "geoIndications": [],
            "rating": 0,
            "tradeName": {
              "tradeName": "Tenuta Vitivinicola Trapletti Sa (Coldrerio)"
            },
            "brand": {
              "name": "Trapletti"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "CH",
              "localizedName": "Switzerland"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29515",
          "slug": "switzerland-tenuta-vitivinicola-trapletti-sa-(coldrerio)-trapletti-chardonnay-white-2018-750ml-wine-CM6XIg9",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": null,
          "wine": {
            "keyWords": "Chardonnay",
            "specialClassifications": [],
            "vintageText": "2018",
            "geoIndications": [],
            "rating": 0,
            "tradeName": {
              "tradeName": "Tenuta Vitivinicola Trapletti Sa (Coldrerio)"
            },
            "brand": {
              "name": "Trapletti"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "White"
            },
            "country": {
              "codeISO": "CH",
              "localizedName": "Switzerland"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29314",
          "slug": "united-kingdom-towne-glover-canta-la-perdiz-orange-medium-dry-ns-750ml-pgi-00ioh-aHtSAe3",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": {
            "price": 919.9999999999999
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Towne - Glover"
            },
            "brand": {
              "name": "Canta La Perdiz"
            },
            "wineColor": {
              "localizedName": "Orange"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "country": {
              "codeISO": "GB",
              "localizedName": "United Kingdom"
            },
            "nationalGIType": {
              "localizedShortName": "PGI"
            },
            "geoIndications": [
              {
                "localizedName": "00IoH"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Medium dry (Off-dry)"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        },
        {
          "id": "29228",
          "slug": "italy-villa-le-corti-schneider-tromp-and-halvorson-red-ns-750ml-docg-aglianico-del-taburno-8E0dLob",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "minimalRecommendedRetailPrice": {
            "price": 25.24098664579275
          },
          "wine": {
            "keyWords": null,
            "specialClassifications": [],
            "vintageText": "NS",
            "rating": 0,
            "tradeName": {
              "tradeName": "Villa le Corti"
            },
            "brand": {
              "name": "Schneider, Tromp and Halvorson"
            },
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "geoIndications": [
              {
                "localizedName": "Aglianico del Taburno"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            }
          },
          "tradeOfferLotCount": 0,
          "maximumTradeOfferLot": null,
          "minimalTradeOfferLot": null
        }
      ]
    }
  }
}
```

### Headers

key                         | value                           
--------------------------- | --------------------------------
Content-Type                | application/json; charset=utf-8 
x-trace-id                  | d6b7bff397ab26c64ded8419cdcc202f
Date                        | Fri, 24 Apr 2026 11:41:57 GMT   
Vary                        | Accept-Encoding                 
Content-Encoding            | br                              
Content-Length              | 3054                            
Access-Control-Allow-Origin | *