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


# Request

### Endpoint

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

### Duration

`2526` ms

### Data Sent

```json
{
  "variables": {
    "localeId": 1,
    "query": "red dry",
    "page": 1,
    "perPage": 20,
    "sort": "UPDATED_AT_DESC",
    "filter": {
      "facetsInputs": [
        {
          "listInput": {
            "key": "activeTradeOfferLots.merchant.country",
            "byName": [
              "United Kingdom"
            ]
          }
        },
        {
          "complexInput": {
            "key": "activeTradeOfferLots.pricePerBottle",
            "childrenInputs": [
              {
                "listInput": {
                  "key": "activeTradeOfferLots.pricePerBottle.currency",
                  "byName": [
                    "GBP"
                  ]
                }
              },
              {
                "rangeInput": {
                  "key": "activeTradeOfferLots.pricePerBottle.value",
                  "minValue": 0.01,
                  "maxValue": 25
                }
              }
            ]
          }
        }
      ]
    },
    "currencyCode": "GBP",
    "countryId": 37
  },
  "query": "\n      query searchProducts(\n        $localeId: Int!\n        $query: String!\n        $page: PositiveInt = 1\n        $perPage: PositiveInt = 20\n        $sort: ProductSort = UPDATED_AT_DESC\n        $filter: RetailProductsPaginationFilter\n        $currencyCode: String\n        $countryId: Int\n      ) {\n        retailProductsPagination(\n          localeId: $localeId\n          page: $page\n          perPage: $perPage\n          query: $query\n          sort: $sort\n          filter: $filter\n        ) {\n          items {\n            id\n            slug\n            bottleSize {\n              volumeML\n            }\n            bottleImage {\n              imageUrl\n            }\n            wine {\n              tradeName {\n                tradeName\n              }\n              brand {\n                name\n              }\n              nationalGIType {\n                localizedShortName(localeId: $localeId)\n              }\n              geoIndications {\n                localizedName(localeId: $localeId)\n              }\n              vintageText\n              wineType {\n                localizedName(localeId: $localeId)\n              }\n              wineColor {\n                localizedName(localeId: $localeId)\n              }\n              sweetnessLevel {\n                localizedName(localeId: $localeId)\n              }\n              keyWords\n              specialClassifications {\n                name\n              }\n              country {\n                localizedName(localeId: $localeId)\n                codeISO\n              }\n              rating\n            }\n            minimalRecommendedRetailPrice {\n              price(currencyCode: $currencyCode)\n            }\n            tradeOfferLotCount(filter: { countryId: $countryId })\n            minimalTradeOfferLot(filter: { countryId: $countryId }) {\n              pricePerBottle: price(wineLotId: 1, currencyCode: $currencyCode)\n              price(currencyCode: $currencyCode)\n              lot {\n                bottleQuantity\n              }\n              retailCoef\n            }\n            maximumTradeOfferLot(filter: { countryId: $countryId }) {\n              pricePerBottle: price(wineLotId: 1, currencyCode: $currencyCode)\n              price(currencyCode: $currencyCode)\n              lot {\n                bottleQuantity\n              }\n              retailCoef\n            }\n          }\n        }\n      }\n    "
}
```

### Headers

key           | value                                                                                                                                                                                                                                                   
------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
content-type  | application/json                                                                                                                                                                                                                                        
authorization | Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDIxNywiZW1haWwiOiJidDVzOXoyN241QHByaXZhdGVyZWxheS5hcHBsZWlkLmNvbSIsImlhdCI6MTc4MjczNzI2MiwiZXhwIjoxNzgyODIzNjYyLCJhdWQiOiJteS13aW5lIiwic3ViIjoiNDIxNyJ9.sotsamfn8XSm-4vXoKYft7lHypct62b7FXBExnLVjXM

# Response

### Status Code

`200`

### Data Received

```json
{
  "data": {
    "retailProductsPagination": {
      "items": [
        {
          "id": "11692957",
          "slug": "south-africa-darling-cellars-old-bush-vines-cinsault-red-ns-750ml-wo-darling-9jFyLoi",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "NS",
            "keyWords": "Cinsault",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Darling"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Darling Cellars"
            },
            "brand": {
              "name": "Old Bush Vines"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 0,
          "minimalTradeOfferLot": null,
          "maximumTradeOfferLot": null
        },
        {
          "id": "11692945",
          "slug": "australia-mcguigan-family-release-shiraz-red-medium-dry-2022-750ml-wine-of-australia-OH0l9zP",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "geoIndications": [],
            "vintageText": "2022",
            "keyWords": "Shiraz",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "AU",
              "localizedName": "Australia"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "sweetnessLevel": {
              "localizedName": "Medium dry (Off-dry)"
            },
            "tradeName": {
              "tradeName": "Mcguigan Family Release"
            },
            "brand": {
              "name": "Mcguigan Family Release"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 0,
          "minimalTradeOfferLot": null,
          "maximumTradeOfferLot": null
        },
        {
          "id": "11692939",
          "slug": "argentina-finca-flichman-reserva-malbec-red-2023-750ml-ig-mendoza-UBoqqH7",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2023",
            "keyWords": "Reserva Malbec",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "AR",
              "localizedName": "Argentina"
            },
            "nationalGIType": {
              "localizedShortName": "IG"
            },
            "geoIndications": [
              {
                "localizedName": "Mendoza"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Finca Flichman"
            },
            "brand": {
              "name": "Finca Flichman"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13,
            "price": 13,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13,
            "price": 13,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692746",
          "slug": "france-chevalier-de-bayard-red-ns-750ml-igp-pays-d'oc-bXzH4sM",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "NS",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "IGP"
            },
            "geoIndications": [
              {
                "localizedName": "Pays d'Oc"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Chevalier de Bayard"
            },
            "brand": {
              "name": "Chevalier de Bayard"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 65.97,
            "lot": {
              "bottleQuantity": 3
            },
            "pricePerBottle": 21.99
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 65.97,
            "lot": {
              "bottleQuantity": 3
            },
            "pricePerBottle": 21.99
          }
        },
        {
          "id": "11692672",
          "slug": "france-willem-the-silent-red-2024-750ml-igp-pays-d'oc-51Bu6YR",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2024",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "IGP"
            },
            "geoIndications": [
              {
                "localizedName": "Pays d'Oc"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Willem the Silent"
            },
            "brand": {
              "name": "Willem the Silent"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 12.99,
            "price": 12.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 12.99,
            "price": 12.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692667",
          "slug": "new-zealand-kumeu-river-wines-limited-(kumeu)-kumeu-village-pinot-noir-red-2023-750ml-wine-of-new-zealand-auckland-uKq0f7u",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2023",
            "keyWords": "Pinot noir",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "NZ",
              "localizedName": "New Zealand"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "geoIndications": [
              {
                "localizedName": "Auckland"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Kumeu River Wines Limited (Kumeu)"
            },
            "brand": {
              "name": "Kumeu Village"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 17,
            "price": 17,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 183.6,
            "lot": {
              "bottleQuantity": 12
            },
            "pricePerBottle": 15.3
          }
        },
        {
          "id": "11692635",
          "slug": "italy-ricossa-s.p.a.-ricossa-red-2022-750ml-docg-barbaresco-P6ABiPp",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2022",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "geoIndications": [
              {
                "localizedName": "Barbaresco"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Ricossa S.P.A."
            },
            "brand": {
              "name": "Ricossa"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 22.49,
            "price": 22.49,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 242.88,
            "lot": {
              "bottleQuantity": 12
            },
            "pricePerBottle": 20.24
          }
        },
        {
          "id": "11692569",
          "slug": "south-africa-bruce-jack-wines-tumbleweed-big-sky-syrah-red-2024-750ml-wo-swartland-pyMOylZ",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2024",
            "keyWords": "Big Sky Syrah",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Swartland"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Bruce Jack Wines"
            },
            "brand": {
              "name": "Tumbleweed"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 10.89,
            "price": 10.89,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 10.89,
            "price": 10.89,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692534",
          "slug": "spain-mas-martinet-menut-menut-red-ns-750ml-doca-priorat-priorato-V3ZZvD8",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "NS",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ES",
              "localizedName": "Spain"
            },
            "nationalGIType": {
              "localizedShortName": "DOCa"
            },
            "geoIndications": [
              {
                "localizedName": "Priorat / Priorato"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Mas Martinet Menut"
            },
            "brand": {
              "name": "Menut"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 17.64,
            "price": 17.64,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 17.64,
            "price": 17.64,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692369",
          "slug": "australia-redheads-wine-(angaston)-barrel-monkeys-shiraz-red-2023-750ml-gi-mclaren-vale-r5qjCwr",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2023",
            "keyWords": "Shiraz",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "AU",
              "localizedName": "Australia"
            },
            "nationalGIType": {
              "localizedShortName": "GI"
            },
            "geoIndications": [
              {
                "localizedName": "McLaren Vale"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Redheads Wine (Angaston)"
            },
            "brand": {
              "name": "Barrel Monkeys"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 15.99,
            "price": 15.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 15.99,
            "price": 15.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692368",
          "slug": "united-states-incognito-wines-(napa)-purple-owl-pinot-noir-red-2024-750ml-state-california-fZ7BOSw",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2024",
            "keyWords": "Pinot noir",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "US",
              "localizedName": "United States"
            },
            "nationalGIType": {
              "localizedShortName": "State"
            },
            "geoIndications": [
              {
                "localizedName": "California"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Incognito Wines (Napa)"
            },
            "brand": {
              "name": "Purple Owl"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692366",
          "slug": "spain-bodegas-muriel-s.l.-(elciego)-4141-vi-baron-de-barbon-gran-reserva-red-2016-750ml-doca-rioja-KIShv1m",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2016",
            "keyWords": null,
            "rating": null,
            "specialClassifications": [
              {
                "name": "Gran Reserva"
              }
            ],
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ES",
              "localizedName": "Spain"
            },
            "nationalGIType": {
              "localizedShortName": "DOCa"
            },
            "geoIndications": [
              {
                "localizedName": "Rioja"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Bodegas Muriel, S.L. (Elciego) 4141-Vi"
            },
            "brand": {
              "name": "Baron de Barbon"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 22,
            "price": 22,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 22,
            "price": 22,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692365",
          "slug": "south-africa-a304-(ashton)-the-coach-house-malbec-red-2025-750ml-wo-robertson-Qxd69gj",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2025",
            "keyWords": "Malbec",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Robertson"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "A304 (Ashton)"
            },
            "brand": {
              "name": "The Coach House"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692341",
          "slug": "new-zealand-alpha-domus-ltd-(bridge-pa)-alpha-domus-merlot-cabernet-sauvignon-red-2018-750ml-gi-hawkes-bay-Pjklbm4",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2018",
            "keyWords": "Merlot Cabernet sauvignon",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "NZ",
              "localizedName": "New Zealand"
            },
            "nationalGIType": {
              "localizedShortName": "GI"
            },
            "geoIndications": [
              {
                "localizedName": "Hawkes Bay"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Alpha Domus Ltd (Bridge Pa)"
            },
            "brand": {
              "name": "Alpha Domus"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 2,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 19.98,
            "price": 19.98,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 19.98,
            "price": 19.98,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692321",
          "slug": "spain-bodegas-irache-(ayegui)-3140.206-na-fuente-de-irache-crianza-red-2021-750ml-do-navarra-rzRrjVc",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2021",
            "keyWords": null,
            "rating": null,
            "specialClassifications": [
              {
                "name": "Crianza"
              }
            ],
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ES",
              "localizedName": "Spain"
            },
            "nationalGIType": {
              "localizedShortName": "DO"
            },
            "geoIndications": [
              {
                "localizedName": "Navarra"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Bodegas Irache (Ayegui) 31/40.206 Na"
            },
            "brand": {
              "name": "Fuente de Irache"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692189",
          "slug": "italy-cantine-povero-snc-(cisterna-d'asti)-cantine-povero-red-2024-750ml-docg-barbera-d'asti-VSkiG5m",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2024",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "geoIndications": [
              {
                "localizedName": "Barbera d'Asti"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Cantine Povero Snc (Cisterna d'asti)"
            },
            "brand": {
              "name": "Cantine Povero"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.95,
            "price": 13.95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.95,
            "price": 13.95,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692081",
          "slug": "chile-vina-tabali-s.a.-(las-condes)-dom-red-2020-750ml-denomination-de-origen-valle-del-maipo-jv0sR8l",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2020",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "CL",
              "localizedName": "Chile"
            },
            "nationalGIType": {
              "localizedShortName": "Denomination de Origen"
            },
            "geoIndications": [
              {
                "localizedName": "Valle del Maipo"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Viña Tabali S.A. (Las Condes)"
            },
            "brand": {
              "name": "Dom"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 4,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 21.5,
            "price": 21.5,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 103.74,
            "lot": {
              "bottleQuantity": 6
            },
            "pricePerBottle": 17.29
          }
        },
        {
          "id": "10592493",
          "slug": "france-scea-du-chateau-d'angludet-chateau-angludet-red-2020-375ml-aoc-aop-bordeaux-ogE4WQ5",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 375
          },
          "wine": {
            "vintageText": "2020",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Bordeaux"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA DU CHATEAU d'ANGLUDET"
            },
            "brand": {
              "name": "Château ANGLUDET"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 223,
            "lot": {
              "bottleQuantity": 12
            },
            "pricePerBottle": 18.583333333333332
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 223,
            "lot": {
              "bottleQuantity": 12
            },
            "pricePerBottle": 18.583333333333332
          }
        },
        {
          "id": "11691913",
          "slug": "france-vignobles-marc-pages-(begadan)-chateau-cailloux-de-by-red-2022-750ml-aoc-aop-medoc-mpY9z3w",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2022",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Médoc"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Vignobles Marc Pages (Begadan)"
            },
            "brand": {
              "name": "Château Cailloux de By"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 18,
            "price": 18,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 18,
            "price": 18,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11691795",
          "slug": "chile-santa-alegra-merlot-red-ns-750ml-vino-de-chile-4ZGrJw8",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "geoIndications": [],
            "vintageText": "NS",
            "keyWords": "Merlot",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "CL",
              "localizedName": "Chile"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Santa Alegra"
            },
            "brand": {
              "name": "Santa Alegra"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 61.14,
            "lot": {
              "bottleQuantity": 6
            },
            "pricePerBottle": 10.19
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 61.14,
            "lot": {
              "bottleQuantity": 6
            },
            "pricePerBottle": 10.19
          }
        }
      ]
    }
  }
}
```

### Headers

key                         | value                           
--------------------------- | --------------------------------
Content-Type                | application/json; charset=utf-8 
x-trace-id                  | df5fd09f91575de96468f25477f94105
Date                        | Tue, 30 Jun 2026 05:31:13 GMT   
Vary                        | Accept-Encoding                 
Content-Encoding            | br                              
Content-Length              | 2577                            
Access-Control-Allow-Origin | *                               









{
  "data": {
    "retailProductsPagination": {
      "items": [
        {
          "id": "11692957",
          "slug": "south-africa-darling-cellars-old-bush-vines-cinsault-red-ns-750ml-wo-darling-9jFyLoi",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "NS",
            "keyWords": "Cinsault",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Darling"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Darling Cellars"
            },
            "brand": {
              "name": "Old Bush Vines"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 0,
          "minimalTradeOfferLot": null,
          "maximumTradeOfferLot": null
        },
        {
          "id": "11692945",
          "slug": "australia-mcguigan-family-release-shiraz-red-medium-dry-2022-750ml-wine-of-australia-OH0l9zP",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "geoIndications": [],
            "vintageText": "2022",
            "keyWords": "Shiraz",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "AU",
              "localizedName": "Australia"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "sweetnessLevel": {
              "localizedName": "Medium dry (Off-dry)"
            },
            "tradeName": {
              "tradeName": "Mcguigan Family Release"
            },
            "brand": {
              "name": "Mcguigan Family Release"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 0,
          "minimalTradeOfferLot": null,
          "maximumTradeOfferLot": null
        },
        {
          "id": "11692939",
          "slug": "argentina-finca-flichman-reserva-malbec-red-2023-750ml-ig-mendoza-UBoqqH7",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2023",
            "keyWords": "Reserva Malbec",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "AR",
              "localizedName": "Argentina"
            },
            "nationalGIType": {
              "localizedShortName": "IG"
            },
            "geoIndications": [
              {
                "localizedName": "Mendoza"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Finca Flichman"
            },
            "brand": {
              "name": "Finca Flichman"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13,
            "price": 13,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13,
            "price": 13,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692746",
          "slug": "france-chevalier-de-bayard-red-ns-750ml-igp-pays-d'oc-bXzH4sM",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "NS",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "IGP"
            },
            "geoIndications": [
              {
                "localizedName": "Pays d'Oc"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Chevalier de Bayard"
            },
            "brand": {
              "name": "Chevalier de Bayard"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 65.97,
            "lot": {
              "bottleQuantity": 3
            },
            "pricePerBottle": 21.99
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 65.97,
            "lot": {
              "bottleQuantity": 3
            },
            "pricePerBottle": 21.99
          }
        },
        {
          "id": "11692672",
          "slug": "france-willem-the-silent-red-2024-750ml-igp-pays-d'oc-51Bu6YR",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2024",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "IGP"
            },
            "geoIndications": [
              {
                "localizedName": "Pays d'Oc"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Willem the Silent"
            },
            "brand": {
              "name": "Willem the Silent"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 12.99,
            "price": 12.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 12.99,
            "price": 12.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692667",
          "slug": "new-zealand-kumeu-river-wines-limited-(kumeu)-kumeu-village-pinot-noir-red-2023-750ml-wine-of-new-zealand-auckland-uKq0f7u",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2023",
            "keyWords": "Pinot noir",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "NZ",
              "localizedName": "New Zealand"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "geoIndications": [
              {
                "localizedName": "Auckland"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Kumeu River Wines Limited (Kumeu)"
            },
            "brand": {
              "name": "Kumeu Village"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 17,
            "price": 17,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 183.6,
            "lot": {
              "bottleQuantity": 12
            },
            "pricePerBottle": 15.3
          }
        },
        {
          "id": "11692635",
          "slug": "italy-ricossa-s.p.a.-ricossa-red-2022-750ml-docg-barbaresco-P6ABiPp",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2022",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "geoIndications": [
              {
                "localizedName": "Barbaresco"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Ricossa S.P.A."
            },
            "brand": {
              "name": "Ricossa"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 22.49,
            "price": 22.49,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 242.88,
            "lot": {
              "bottleQuantity": 12
            },
            "pricePerBottle": 20.24
          }
        },
        {
          "id": "11692569",
          "slug": "south-africa-bruce-jack-wines-tumbleweed-big-sky-syrah-red-2024-750ml-wo-swartland-pyMOylZ",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2024",
            "keyWords": "Big Sky Syrah",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Swartland"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Bruce Jack Wines"
            },
            "brand": {
              "name": "Tumbleweed"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 10.89,
            "price": 10.89,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 10.89,
            "price": 10.89,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692534",
          "slug": "spain-mas-martinet-menut-menut-red-ns-750ml-doca-priorat-priorato-V3ZZvD8",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "NS",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ES",
              "localizedName": "Spain"
            },
            "nationalGIType": {
              "localizedShortName": "DOCa"
            },
            "geoIndications": [
              {
                "localizedName": "Priorat / Priorato"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Mas Martinet Menut"
            },
            "brand": {
              "name": "Menut"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 17.64,
            "price": 17.64,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 17.64,
            "price": 17.64,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692369",
          "slug": "australia-redheads-wine-(angaston)-barrel-monkeys-shiraz-red-2023-750ml-gi-mclaren-vale-r5qjCwr",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2023",
            "keyWords": "Shiraz",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "AU",
              "localizedName": "Australia"
            },
            "nationalGIType": {
              "localizedShortName": "GI"
            },
            "geoIndications": [
              {
                "localizedName": "McLaren Vale"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Redheads Wine (Angaston)"
            },
            "brand": {
              "name": "Barrel Monkeys"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 15.99,
            "price": 15.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 15.99,
            "price": 15.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692368",
          "slug": "united-states-incognito-wines-(napa)-purple-owl-pinot-noir-red-2024-750ml-state-california-fZ7BOSw",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2024",
            "keyWords": "Pinot noir",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "US",
              "localizedName": "United States"
            },
            "nationalGIType": {
              "localizedShortName": "State"
            },
            "geoIndications": [
              {
                "localizedName": "California"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Incognito Wines (Napa)"
            },
            "brand": {
              "name": "Purple Owl"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692366",
          "slug": "spain-bodegas-muriel-s.l.-(elciego)-4141-vi-baron-de-barbon-gran-reserva-red-2016-750ml-doca-rioja-KIShv1m",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2016",
            "keyWords": null,
            "rating": null,
            "specialClassifications": [
              {
                "name": "Gran Reserva"
              }
            ],
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ES",
              "localizedName": "Spain"
            },
            "nationalGIType": {
              "localizedShortName": "DOCa"
            },
            "geoIndications": [
              {
                "localizedName": "Rioja"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Bodegas Muriel, S.L. (Elciego) 4141-Vi"
            },
            "brand": {
              "name": "Baron de Barbon"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 22,
            "price": 22,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 22,
            "price": 22,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692365",
          "slug": "south-africa-a304-(ashton)-the-coach-house-malbec-red-2025-750ml-wo-robertson-Qxd69gj",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2025",
            "keyWords": "Malbec",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ZA",
              "localizedName": "South Africa"
            },
            "nationalGIType": {
              "localizedShortName": "WO"
            },
            "geoIndications": [
              {
                "localizedName": "Robertson"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "A304 (Ashton)"
            },
            "brand": {
              "name": "The Coach House"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692341",
          "slug": "new-zealand-alpha-domus-ltd-(bridge-pa)-alpha-domus-merlot-cabernet-sauvignon-red-2018-750ml-gi-hawkes-bay-Pjklbm4",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2018",
            "keyWords": "Merlot Cabernet sauvignon",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "NZ",
              "localizedName": "New Zealand"
            },
            "nationalGIType": {
              "localizedShortName": "GI"
            },
            "geoIndications": [
              {
                "localizedName": "Hawkes Bay"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Alpha Domus Ltd (Bridge Pa)"
            },
            "brand": {
              "name": "Alpha Domus"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 2,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 19.98,
            "price": 19.98,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 19.98,
            "price": 19.98,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692321",
          "slug": "spain-bodegas-irache-(ayegui)-3140.206-na-fuente-de-irache-crianza-red-2021-750ml-do-navarra-rzRrjVc",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2021",
            "keyWords": null,
            "rating": null,
            "specialClassifications": [
              {
                "name": "Crianza"
              }
            ],
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "ES",
              "localizedName": "Spain"
            },
            "nationalGIType": {
              "localizedShortName": "DO"
            },
            "geoIndications": [
              {
                "localizedName": "Navarra"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Bodegas Irache (Ayegui) 31/40.206 Na"
            },
            "brand": {
              "name": "Fuente de Irache"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 3,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.99,
            "price": 13.99,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692189",
          "slug": "italy-cantine-povero-snc-(cisterna-d'asti)-cantine-povero-red-2024-750ml-docg-barbera-d'asti-VSkiG5m",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2024",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "IT",
              "localizedName": "Italy"
            },
            "nationalGIType": {
              "localizedShortName": "DOCG"
            },
            "geoIndications": [
              {
                "localizedName": "Barbera d'Asti"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Cantine Povero Snc (Cisterna d'asti)"
            },
            "brand": {
              "name": "Cantine Povero"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.95,
            "price": 13.95,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 13.95,
            "price": 13.95,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11692081",
          "slug": "chile-vina-tabali-s.a.-(las-condes)-dom-red-2020-750ml-denomination-de-origen-valle-del-maipo-jv0sR8l",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2020",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "CL",
              "localizedName": "Chile"
            },
            "nationalGIType": {
              "localizedShortName": "Denomination de Origen"
            },
            "geoIndications": [
              {
                "localizedName": "Valle del Maipo"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Viña Tabali S.A. (Las Condes)"
            },
            "brand": {
              "name": "Dom"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 4,
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 21.5,
            "price": 21.5,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 103.74,
            "lot": {
              "bottleQuantity": 6
            },
            "pricePerBottle": 17.29
          }
        },
        {
          "id": "10592493",
          "slug": "france-scea-du-chateau-d'angludet-chateau-angludet-red-2020-375ml-aoc-aop-bordeaux-ogE4WQ5",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 375
          },
          "wine": {
            "vintageText": "2020",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Bordeaux"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "SCEA DU CHATEAU d'ANGLUDET"
            },
            "brand": {
              "name": "Château ANGLUDET"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 223,
            "lot": {
              "bottleQuantity": 12
            },
            "pricePerBottle": 18.583333333333332
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 223,
            "lot": {
              "bottleQuantity": 12
            },
            "pricePerBottle": 18.583333333333332
          }
        },
        {
          "id": "11691913",
          "slug": "france-vignobles-marc-pages-(begadan)-chateau-cailloux-de-by-red-2022-750ml-aoc-aop-medoc-mpY9z3w",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "vintageText": "2022",
            "keyWords": null,
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "FR",
              "localizedName": "France"
            },
            "nationalGIType": {
              "localizedShortName": "AOC-AOP"
            },
            "geoIndications": [
              {
                "localizedName": "Médoc"
              }
            ],
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Vignobles Marc Pages (Begadan)"
            },
            "brand": {
              "name": "Château Cailloux de By"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 18,
            "price": 18,
            "lot": {
              "bottleQuantity": 1
            }
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "pricePerBottle": 18,
            "price": 18,
            "lot": {
              "bottleQuantity": 1
            }
          }
        },
        {
          "id": "11691795",
          "slug": "chile-santa-alegra-merlot-red-ns-750ml-vino-de-chile-4ZGrJw8",
          "bottleImage": null,
          "bottleSize": {
            "volumeML": 750
          },
          "wine": {
            "geoIndications": [],
            "vintageText": "NS",
            "keyWords": "Merlot",
            "specialClassifications": [],
            "rating": null,
            "wineType": {
              "localizedName": "Still"
            },
            "wineColor": {
              "localizedName": "Red"
            },
            "country": {
              "codeISO": "CL",
              "localizedName": "Chile"
            },
            "nationalGIType": {
              "localizedShortName": "Wine"
            },
            "sweetnessLevel": {
              "localizedName": "Dry"
            },
            "tradeName": {
              "tradeName": "Santa Alegra"
            },
            "brand": {
              "name": "Santa Alegra"
            }
          },
          "minimalRecommendedRetailPrice": null,
          "tradeOfferLotCount": 1,
          "minimalTradeOfferLot": {
            "retailCoef": null,
            "price": 61.14,
            "lot": {
              "bottleQuantity": 6
            },
            "pricePerBottle": 10.19
          },
          "maximumTradeOfferLot": {
            "retailCoef": null,
            "price": 61.14,
            "lot": {
              "bottleQuantity": 6
            },
            "pricePerBottle": 10.19
          }
        }
      ]
    }
  }
}