The products API will allow you to retrieve a list of products. You can use query parameters in the call to filter the results.
GET https://marketplace.vin65.com/products
Parameter | Required | Description |
---|---|---|
Authorization | TRUE | Authorization token example: Bearer 576gf565f2873g967w8.23478263g945sdfgwe523f.445gf7127cb45twe |
version | FALSE | API Version to access example: version=1 |
Parameter | Required | Description |
---|---|---|
name | FALSE | Name of Product. example: /products?name=Flying Turtle |
sku | FALSE | SKU of Product. example: /products?sku=abc123 |
company_name | FALSE | Name of Winery. example: /products?company_name=Awesome Winery |
region | FALSE | Region of Product. Can be single value or comma delimited list. examples: /products?region=California or /products?region=California,Napa |
jurisdiction | FALSE | Jurisdiction where product can be shipped. Can be single value or comma delimited list. examples: /products?jurisdiction=CA or /products?jurisdiction=CA,IL,NY |
price | FALSE | Price of Product. Can be single value or inclusive range seperated by dash. examples: /products?price=25 or /products?price=20-30 |
vintage | FALSE | Vintage of Product. Can be single value or inclusive range seperated by dash. examples: /products?vintage=2011 or /products?vintage=2010-2015 |
volume_in_liters | FALSE | Volume of Product. Can be single value or inclusive range seperated by dash. examples: /products?volume_in_liters=0.75 or /products?volume_in_liters=0.5-1 |
alcohol_percent | FALSE | Alcohol Percentage of Product expressed as a decimal. 14% would be expressed as 0.14. Can be single value or inclusive range seperated by dash. examples: /products?alcohol_percent=0.14 or /products?alcohol_percent=0.10-0.18 |
NOTE: Supplying multiple search criteria, performs a query using AND operators. Searching for /products?name=apple&brand=peach
will return products with a name of apple AND and brand of peach.
curl -X "GET" "https://marketplace.vin65.com/products?name=Chardonnay" \ -H "Authorization: Bearer your_auth_token_here" \ -H "Accept: version=1"
require 'httparty' headers = { "Authorization":"Bearer #{auth_token}" } response = HTTParty.get(https://marketplace.vin65.com/products?name=grape, headers: headers) JSON.parse(response.body)
HTTP/1.1 200 OK Cache-Control: max-age=0, private, must-revalidate Content-Type: application/json; charset=utf-8 Date: Thu, 04 Feb 2016 21:00:49 GMT ETag: W/"cf04ad3e655386a9d21e7e82d7fa7755" Server: nginx/1.4.6 (Ubuntu) X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Page: 1 X-Per-Page: 7 X-Request-Id: d99dfcbc-016e-4e5e-a119-220d7356dee0 X-Runtime: 0.534159 X-Total: 7 X-Version: 1 X-XSS-Protection: 1; mode=block transfer-encoding
{ "products": [{ "id": 5, "sku_uuid": "9FBDF2A7-DAA6-CB1D-2682-78AD23DD2EAF", "product_uuid": "9FBDEBAC-B252-79D7-16FA-01F21E55458D", "sku": "2008Chardonnay", "name": "2008 Chardonnay Bundle", "alcohol_percent": 10.0, "brand": "Solstice", "description": "This is a product description", "retail_price": 99.99, "marketplace_price": 89.99, "inventory": 200, "available_inventory": 150, "product_type": "bundle", "region": "California", "status": "available", "teaser": "This is the product teaser", "varietal": "Chardonnay", "vintage": 2007, "volume_in_liters": 0.75, "weight_in_kg": 1.36078, "acid": 9.6, "appellation": "Paso Robles", "bottling_date": "2008-04-28T00:00:00.000Z", "fermentation": 0.0, "harvest_date": "2005-04-09T00:00:00.000Z", "ph": 31.0, "production_amount": "259 Cases", "residual_sugar": 218.0, "sugar": 3.0, "tannin": 12.6, "wine_type": "White Wine", "unit_description": "Bottle", "vineyard_designation": "Generic Vineyard", "sparkling": "false", "primary_image_url": "http://www.example.com/image.jpg", "url": "htttp://www.example.com/products/product.html", "vivino_id": 123456789, "vivino_rating": 4.5, "display_bundled_products": true, "giftset": false, "bottles": 6, "status_changed_at": "2008-04-28T00:00:00.000Z", "winery": { "name": "Test Winery 2", "address": "24732 Vine Drive, Napa, CA, 94510, US" }, "jurisdictions": [{ "name": "Alaska", "abbr": "AK" }, { "name": "Arizona", "abbr": "AZ" }, { "name": "California", "abbr": "CA" }], "images": [{ "filename": "yellow_bottle1.png", "content_type": "image/png", "file_size": 60970, "image_type": 'bottle_shot', "url": "https://s3-us-west-2.amazonaws.com/vin65-product-images/images/files/000/000/003/original/yellow_bottle1.png?1453504454" }, { "filename": "yellow_bottle2.png", "content_type": "image/png", "file_size": 60970, "image_type": 'bottle_shot', "url": "https://s3-us-west-2.amazonaws.com/vin65-product-images/images/files/000/000/004/original/yellow_bottle2.png?1453504477" }], "notes": [{ "name": "vineyardNotes", "content": "Nulla sit amet aliquam sem. Aenean vehicula vestibulum augue, eu ornare ipsum viverra et." }, { "name": "productionNotes", "content": "Nulla sit amet aliquam sem. Aenean vehicula vestibulum augue, eu ornare ipsum viverra et." }], "ratings": [{ "code": "VORating", "name": "Vivino", "score": "4.3", "content": "4.3", "review": null, "entries": 328, "rating_type": "community", "abbr": "VO" }, { "code": "WBRating", "name": "Wine Buyer", "score": "90", "content": "90", "review": null, "entries": null, "rating_type": "professional", "abbr": "WB" }], "bundled_products": [{ "id": 123, "sku": "yolo10", "name": "Yolo Chard", "brand": "Yolo", "url": "htttp://www.example.com/products/yoyo10.html", "marketplace_price": 19.99, "quantity": 6, "inventory": 600, "bottles": 1, "product_type": "wine", "individually_sellable": false, "volume_in_liters": 0.75, "alcohol_percent": 13.5, "region": "California", "appellation": "Paso Robles", "wine_type": "White Wine", "vintage": 2022, "teaser": "This is the product teaser", "description": "This is the product description", "status": "available", "ratings": [{ "code": "VORating", "name": "Vivino", "score": "4.3", "content": "4.3", "review": null, "entries": 328, "rating_type": "community", "abbr": "VO" }], "notes": [{ "name": "vineyardNotes", "content": "Nulla sit amet aliquam sem. Aenean vehicula vestibulum augue, eu ornare ipsum viverra et." }] }] }] }
Parameter | Type | Description | Example |
---|---|---|---|
id | NUMBER | ID of Product | 1 |
sku | STRING | SKU of Product | HGF67D78S |
name | STRING | Name of Product | Yolo Merlot |
brand | STRING | Brand of Product | Solstice |
description | STRING | Description of Product | Fantastic wine |
retail_price | NUMBER | Retail Price of Product | 39.98 |
marketplace_price | NUMBER | Marketplace Price of Product | 35.98 |
inventory | NUMBER | Number of items in warhouse | 200 |
available_inventory | NUMBER | Number of items available for sale | 150 |
product_type | ENUM | Type of product. Possible values: wine bundle product wineproduct |
wine |
alcohol_percent | NUMBER | Percentage of Alcohol in Product | 0.14 |
region | STRING | Region of Product | California |
status | ENUM | Status of Product. Possible values: Available Unavailable |
Available |
teaser | STRING | Teaser for Product | Patio Sipper! |
varietal | STRING | varietal of Product | Merlot |
vintage | NUMBER | Vintage of Product | 2012 |
volume_in_liters | NUMBER | Volume in Liters | 0.75 |
weight_in_kg | NUMBER | Weight in Kilograms of product | 1.36078 |
acid | STRING | Acidity of Product | 9.6 |
appellation | STRING | Where grapes for product were grown | Paso Robles |
bottling_date | DATE | Date product was bottled in ISO 8601 format | 2005-01-01T00:00:00.000Z |
fermentation | STRING | Fermentation levels in wine | 0.0 |
harvest_date | DATE | Date product was harvested in ISO 8601 format | 2005-01-01T00:00:00.000Z |
ph | NUMBER | PH Balance of Product | 31 |
production_amount | STRING | How much product was produced | 345 Cases |
residual_sugar | STRING | Residual Sugar | 218.0 |
sugar | STRING | Sugar | 3.0 |
tannin | STRING | Tannin | 12.6 |
wine_type | ENUM | Type of Wine. Possible values: Red Wine White Wine Red Blend White Blend Dessert Wine Sparkling Wine Fortified Wine Rosé |
Red Wine |
unit_description | STRING | Unit Description | Bottle |
vineyard_designation | STRING | Description of Vinyard | Generic Vineyar |
primary_image_urrl | STRING | URL of primary product image | http://example.com/image.jpg |
sparkling | BOOLEAN | Is wine sparkling or not | false |
url | STRING | URL of product on winery website | http://example.com/wine.html |
vivino_id | NUMBER | Vivino ID of product | 12345678 |
vivino_rating | NUMBER | Vivino rating of product | 4.5 |
display_bundled_products | BOOLEAN | Suggests whether or not to display bundle contents | false |
giftset | BOOLEAN | Is product a giftset or not | false |
bottles | NUMBER | Number of botttles in Product | 1 |
status_changed_at | DATE | Date product status last changed in ISO 8601 format | 2005-01-01T00:00:00.000Z |
winery | OBJECT | Object containing winery information | |
winery.name | STRING | Name of Winery | Test Winery |
winery.address | STRING | Single line representation of address | 24732 Vine Drive, Napa, CA, 90210, US |
jurisdictions | OBJECT | Object containing jurisdictions the product may be shipped to | |
jurisdictions.name | STRING | Name of jurisdiction | Arizona |
jurisdictions.abbr | STRING | Abbreviation of jurisdiction name | AZ |
images | OBJECT | Object containing array of product images | |
images.url | STRING | URL of product image | https://s3-us-west-2.amazonaws.com/vin65-product-images/images/files/000/000/003/original/bottle.png |
images.filename | STRING | Filename of product image | bottle.png |
images.content_type | STRING | Type of file | image/png |
images.image_type | ENUM | Type of image. Possible values: bottle_shot front_label back_label action_shot generic |
bottle_shot |
images.file_size | NUMBER | Size of product image file in bytes | 60798 |
notes | OBJECT | Object containing array of product notes | |
notes.name | ENUM | Note name. Possible values: awards foodPairingNotes otherNotes productionNotes ratings ratingsNotes tastingNotes vineyardNotes wineMakerNotes |
TastingNotes |
notes.content | STRING | Note content | This is a note |
ratings | OBJECT | Object containing array of product ratings | |
ratings.code | ENUM | Rating code. Possible values: CGRating JDRating JHRating JSRating RPRating STRating TPRating VIRating VORating WARating WAndSRating WBRating WERating WNRating WSRating WWRating |
WARating |
ratings.name | ENUM | Rating name. Possible values: Connoisseurs Guide James Halliday James Suckling Jeb Dunnuck Robert Parker Stephen Tanzer Tasting Panel Vinous Vivino Wilfred Wong of Wine.com Wine & Spirits Wine Advocate Wine Buyer Wine Enthusiast Wine News Wine Spectator |
Connoisseurs Guide |
ratings.score | STRING | Rating score | 9.8 |
ratings.content | STRING | Rating content | 9.8 |
ratings.review | STRING | Rating review | This wine is delicious |
ratings.entries | NUMBER | Number of votes to produce score/content | 783 |
ratings.rating_type | ENUM | Type of Rating. Possible values: professional community |
professional |
ratings.abbr | ENUM | Abbreviation of Rating. Possible values: CG JD JH JS RP ST TP VI VO WA WAndS WB WE WN WS WW |
WW |
bundled_products | OBJECT | Object containing array of bundled products | |
bundled_products.id | NUMBER | ID of Bundled Product | 1 |
bundled_products.sku | STRING | SKU of Bundled Product | 1 |
bundled_products.name | STRING | Name of Bundled Product | Yolo Merlot |
bundled_products.brand | STRING | Brand of Bundled Product | Yolo |
bundled_products.url | STRING | URL of bundled product on winery website | http://example.com/wine.html |
bundled_products.marketplace_price | NUMBER | Marketplace Price of Bundled Product | 35.98 |
bundled_products.quantity | NUMBER | Quantity included in bundle | 6 |
bundled_products.inventory | NUMBER | Number of items in the warehosue | 150 |
bundled_products.available_inventory | NUMBER | Number of items available for sale | 100 |
bundled_products.bottles | NUMBER | Number of bottles in product | 1 |
bundled_products.product_type | STRING | Type of product. Possible values: wine bundle product wineproduct |
wine |
bundled_products.individually_sellable | BOOLEAN | Can bundled product be sold individually | false |
bundled_products.volume_in_liters | NUMBER | Marketplace Price of Bundled Product | 35.98 |
bundled_products.alcohol_percent | NUMBER | Percentage of Alcohol in Product | 0.14 |
bundled_products.region | STRING | Region of Product | California |
bundled_products.appellation | STRING | Where grapes for product were grown | Paso Robles |
bundled_products.wine_type | ENUM | Type of Wine. Possible values: Red Wine White Wine Red Blend White Blend Dessert Wine Sparkling Wine Fortified Wine Rosé |
Red Wine |
bundled_products.vintage | NUMBER | Vintage of Product | 2012 |
bundled_products.teaser | STRING | Teaser for Product | Patio Sipper! |
bundled_products.description | STRING | Description of Product | Fantastic wine |
bundled_products.varietal | NUMBER | Varietal of Product | Pinot Noir |
bundled_products.status | ENUM | Status of BundledProduct. Possible values: Available Unavailable |
Available |
bundled_products.ratings | OBJECT | Object containing array of product ratings | |
bundled_products.ratings.code | ENUM | Rating code. Possible values: CGRating JDRating JHRating JSRating RPRating STRating TPRating VIRating VORating WARating WAndSRating WBRating WERating WNRating WSRating WWRating |
WARating |
bundled_products.ratings.name | ENUM | Rating name. Possible values: Connoisseurs Guide James Halliday James Suckling Jeb Dunnuck Robert Parker Stephen Tanzer Tasting Panel Vinous Vivino Wilfred Wong of Wine.com Wine & Spirits Wine Advocate Wine Buyer Wine Enthusiast Wine News Wine Spectator |
Connoisseurs Guide |
bundled_products.ratings.score | STRING | Rating score | 9.8 |
bundled_products.ratings.content | STRING | Rating content | 9.8 |
bundled_products.ratings.review | STRING | Rating review | This wine is delicious |
bundled_products.ratings.entries | NUMBER | Number of votes to produce score/content | 783 |
bundled_products.ratings.rating_type | ENUM | Type of Rating. Possible values: professional community |
professional |
bundled_products.ratings.abbr | ENUM | Abbreviation of Rating. Possible values: CG JD JH JS RP ST TP VI VO WA WAndS WB WE WN WS WW |
WW |
bundled_products.notes | OBJECT | Object containing array of product notes | |
bundled_products.notes.name | ENUM | Note name. Possible values: awards foodPairingNotes otherNotes productionNotes ratings ratingsNotes tastingNotes vineyardNotes wineMakerNotes |
TastingNotes |
bundled_products.notes.content | STRING | Note content | This is a note |
GET https://marketplace.vin65.com/products/{product_id}
Parameter | Required | Description |
---|---|---|
Authorization | TRUE | Authorization token example: Bearer 576gf565f2873g967w8.23478263g945sdfgwe523f.445gf7127cb45twe |
version | FALSE | API Version to access example: version=1 |
Parameter | Required | Description |
---|---|---|
id | TRUE | ID of Product |
curl -X "GET" "https://marketplace.vin65.com/products/1" \ -H "Authorization: Bearer your_auth_token_here" \ -H "Accept: version=1"
require 'httparty' headers = { "Authorization":"Bearer #{auth_token}" } response = HTTParty.get(https://marketplace.vin65.com/products/1, headers: headers) JSON.parse(response.body)
HTTP/1.1 200 OK Cache-Control: max-age=0, private, must-revalidate Content-Type: application/json; charset=utf-8 Date: Thu, 04 Feb 2016 21:01:44 GMT ETag: W/"585dbb06af31848c731dabb11121da1e" Server: nginx/1.4.6 (Ubuntu) X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Request-Id: 4250786e-6685-4357-9408-8ff367b06e2e X-Runtime: 0.088302 X-Version: 1 X-XSS-Protection: 1; mode=block Content-Length: 4192 Connection: Close
{ "product": { "id": 5, "sku": "2008Chardonnay", "name": "2008 Chardonnay Bundle", "brand": "Solstice", "description": "This is a product description", "retail_price": 99.99, "marketplace_price": 89.99, "inventory": 200, "available_inventory": 150, "product_type": "bundle", "alcohol_percent": 10.0, "region": "California", "status": "available", "teaser": "This is the product teaser", "varietal": "Chardonnay", "vintage": 2007, "volume_in_liters": 0.75, "weight_in_kg": 1.36078, "acid": 9.6, "appellation": "Paso Robles", "bottling_date": "2008-04-28T00:00:00.000Z", "fermentation": 0.0, "harvest_date": "2005-04-09T00:00:00.000Z", "ph": 31.0, "production_amount": "259 Cases", "residual_sugar": 218.0, "sugar": 3.0, "tannin": 12.6, "wine_type": "White Wine", "unit_description": "Bottle", "vineyard_designation": "Generic Vineyard", "primary_image_url": "http://www.example.com/image.jpg", "sparkling": "false", "url": "htttp://www.example.com/products/product.html", "vivino_id": 123456789, "vivino_rating": 4.5, "display_bundled_products": true, "giftset": false, "bottles": 6, "status_changed_at": "2008-04-28T00:00:00.000Z", "winery": { "name": "Test Winery 2", "address": "24732 Vine Drive, Napa, CA, 94510, US" }, "jurisdictions": [{ "name": "Alaska", "abbr": "AK" }, { "name": "Arizona", "abbr": "AZ" }, { "name": "California", "abbr": "CA" }], "images": [{ "filename": "yellow_bottle1.png", "content_type": "image/png", "file_size": 60970, "image_type": 'bottle_shot', "url": "https://s3-us-west-2.amazonaws.com/vin65-product-images/images/files/000/000/003/original/yellow_bottle1.png?1453504454" }, { "filename": "yellow_bottle2.png", "content_type": "image/png", "file_size": 60970, "image_type": 'bottle_shot', "url": "https://s3-us-west-2.amazonaws.com/vin65-product-images/images/files/000/000/004/original/yellow_bottle2.png?1453504477" }], "notes": [{ "name": "vineyardNotes", "content": "Nulla sit amet aliquam sem. Aenean vehicula vestibulum augue, eu ornare ipsum viverra et." }, { "name": "productionNotes", "content": "Nulla sit amet aliquam sem. Aenean vehicula vestibulum augue, eu ornare ipsum viverra et." }], "ratings": [{ "code": "VORating", "name": "Vivino", "score": "4.3", "content": "4.3", "review": null, "entries": 328, "rating_type": "community", "abbr": "VO" }, { "code": "WBRating", "name": "Wine Buyer", "score": "90", "content": "90", "review": null, "entries": null, "rating_type": "professional", "abbr": "WB" }], "bundled_products": [{ "id": 123, "sku": "yolo10", "name": "Yolo Chard", "Brand": "Yolo", "marketplace_price": 19.99, "quantity": 6, "inventory": 600, "bottles": 1, "product_type": "wine", "individually_sellable": false, "volume_in_liters": 0.75, "alcohol_percent": 13.5, "region": "California", "appellation": "Paso Robles", "wine_type": "White Wine", "vintage": 2022, "teaser": "This is the product teaser", "description": "This is the product description", "status": "available", "ratings": [{ "code": "VORating", "name": "Vivino", "score": "4.3", "content": "4.3", "review": null, "entries": 328, "rating_type": "community", "abbr": "VO" }], "notes": [{ "name": "vineyardNotes", "content": "Nulla sit amet aliquam sem. Aenean vehicula vestibulum augue, eu ornare ipsum viverra et." }] }] } }
Parameter | Type | Description | Example |
---|---|---|---|
id | NUMBER | ID of Product | 1 |
sku | STRING | SKU of Product | HGF67D78S |
name | STRING | Name of Product | Yolo Merlot |
brand | STRING | Brand of Product | Solstice |
description | STRING | Description of Product | Fantastic wine |
retail_price | NUMBER | Retail Price of Product | 39.98 |
marketplace_price | NUMBER | Marketplace Price of Product | 35.98 |
inventory | NUMBER | Number of items in warhouse | 200 |
available_inventory | NUMBER | Number of items available for sale | 150 |
product_type | ENUM | Type of product. Possible values: wine bundle product wineproduct |
wine |
alcohol_percent | NUMBER | Percentage of Alcohol in Product | 0.14 |
region | STRING | Region of Product | California |
status | ENUM | Status of Product. Possible values: Available Unavailable |
Available |
teaser | STRING | Teaser for Product | Patio Sipper! |
varietal | STRING | varietal of Product | Merlot |
vintage | NUMBER | Vintage of Product | 2012 |
volume_in_liters | NUMBER | Volume in Liters | 0.75 |
weight_in_kg | NUMBER | Weight in Kilograms of product | 1.36078 |
acid | STRING | Acidity of Product | 9.6 |
appellation | STRING | Where grapes for product were grown | Paso Robles |
bottling_date | DATE | Date product was bottled in ISO 8601 format | 2005-01-01T00:00:00.000Z |
fermentation | STRING | Fermentation levels in wine | 0.0 |
harvest_date | DATE | Date product was harvested in ISO 8601 format | 2005-01-01T00:00:00.000Z |
ph | NUMBER | PH Balance of Product | 31 |
production_amount | STRING | How much product was produced | 345 Cases |
residual_sugar | STRING | Residual Sugar | 218.0 |
sugar | STRING | Sugar | 3.0 |
tannin | STRING | Tannin | 12.6 |
wine_type | ENUM | Type of Wine. Possible values: Red Wine White Wine Red Blend White Blend Dessert Wine Sparkling Wine Fortified Wine Rosé |
Red Wine |
unit_description | STRING | Unit Description | Bottle |
vineyard_designation | STRING | Description of Vinyard | Generic Vineyar |
primary_image_urrl | STRING | URL of primary product image | http://example.com/image.jpg |
sparkling | BOOLEAN | Is wine sparkling or not | false |
url | STRING | URL of product on winery website | http://example.com/wine.html |
vivino_id | NUMBER | Vivino ID of product | 12345678 |
vivino_rating | NUMBER | Vivino rating of product | 4.5 |
display_bundled_products | BOOLEAN | Suggests whether or not to display bundle contents | false |
giftset | BOOLEAN | Is product a giftset or not | false |
bottles | NUMBER | Number of botttles in Product | 1 |
status_changed_at | DATE | Date product status last changed in ISO 8601 format | 2005-01-01T00:00:00.000Z |
winery | OBJECT | Object containing winery information | |
winery.name | STRING | Name of Winery | Test Winery |
winery.address | STRING | Single line representation of address | 24732 Vine Drive, Napa, CA, 90210, US |
jurisdictions | OBJECT | Object containing jurisdictions the product may be shipped to | |
jurisdictions.name | STRING | Name of jurisdiction | Arizona |
jurisdictions.abbr | STRING | Abbreviation of jurisdiction name | AZ |
images | OBJECT | Object containing array of product images | |
images.url | STRING | URL of product image | https://s3-us-west-2.amazonaws.com/vin65-product-images/images/files/000/000/003/original/bottle.png |
images.filename | STRING | Filename of product image | bottle.png |
images.content_type | STRING | Type of file | image/png |
images.image_type | ENUM | Type of image. Possible values: bottle_shot front_label back_label action_shot generic |
bottle_shot |
images.file_size | NUMBER | Size of product image file in bytes | 60798 |
notes | OBJECT | Object containing array of product notes | |
notes.name | ENUM | Note name. Possible values: awards foodPairingNotes otherNotes productionNotes ratings ratingsNotes tastingNotes vineyardNotes wineMakerNotes |
TastingNotes |
notes.content | STRING | Note content | This is a note |
ratings | OBJECT | Object containing array of product ratings | |
ratings.code | ENUM | Rating code. Possible values: CGRating JDRating JHRating JSRating RPRating STRating TPRating VIRating VORating WARating WAndSRating WBRating WERating WNRating WSRating WWRating |
WARating |
ratings.name | ENUM | Rating name. Possible values: Connoisseurs Guide James Halliday James Suckling Jeb Dunnuck Robert Parker Stephen Tanzer Tasting Panel Vinous Vivino Wilfred Wong of Wine.com Wine & Spirits Wine Advocate Wine Buyer Wine Enthusiast Wine News Wine Spectator |
Connoisseurs Guide |
ratings.score | STRING | Rating score | 9.8 |
ratings.content | STRING | Rating content | 9.8 |
ratings.review | STRING | Rating review | This wine is delicious |
ratings.entries | NUMBER | Number of votes to produce score/content | 783 |
ratings.rating_type | ENUM | Type of Rating. Possible values: professional community |
professional |
ratings.abbr | ENUM | Abbreviation of Rating. Possible values: CG JD JH JS RP ST TP VI VO WA WAndS WB WE WN WS WW |
WW |
bundled_products | OBJECT | Object containing array of bundled products | |
bundled_products.id | NUMBER | ID of Bundled Product | 1 |
bundled_products.sku | STRING | SKU of Bundled Product | 1 |
bundled_products.name | STRING | Name of Bundled Product | Yolo Merlot |
bundled_products.brand | STRING | Brand of Bundled Product | Yolo |
bundled_products.url | STRING | URL of bundled product on winery website | http://example.com/wine.html |
bundled_products.marketplace_price | NUMBER | Marketplace Price of Bundled Product | 35.98 |
bundled_products.quantity | NUMBER | Quantity included in bundle | 6 |
bundled_products.inventory | NUMBER | Number of items in the warehosue | 150 |
bundled_products.available_inventory | NUMBER | Number of items available for sale | 100 |
bundled_products.bottles | NUMBER | Number of bottles in product | 1 |
bundled_products.product_type | STRING | Type of product. Possible values: wine bundle product wineproduct |
wine |
bundled_products.individually_sellable | BOOLEAN | Can bundled product be sold individually | false |
bundled_products.volume_in_liters | NUMBER | Marketplace Price of Bundled Product | 35.98 |
bundled_products.alcohol_percent | NUMBER | Percentage of Alcohol in Product | 0.14 |
bundled_products.region | STRING | Region of Product | California |
bundled_products.appellation | STRING | Where grapes for product were grown | Paso Robles |
bundled_products.wine_type | ENUM | Type of Wine. Possible values: Red Wine White Wine Red Blend White Blend Dessert Wine Sparkling Wine Fortified Wine Rosé |
Red Wine |
bundled_products.vintage | NUMBER | Vintage of Product | 2012 |
bundled_products.teaser | STRING | Teaser for Product | Patio Sipper! |
bundled_products.description | STRING | Description of Product | Fantastic wine |
bundled_products.varietal | NUMBER | Varietal of Product | Pinot Noir |
bundled_products.status | ENUM | Status of BundledProduct. Possible values: Available Unavailable |
Available |
bundled_products.ratings | OBJECT | Object containing array of product ratings | |
bundled_products.ratings.code | ENUM | Rating code. Possible values: CGRating JDRating JHRating JSRating RPRating STRating TPRating VIRating VORating WARating WAndSRating WBRating WERating WNRating WSRating WWRating |
WARating |
bundled_products.ratings.name | ENUM | Rating name. Possible values: Connoisseurs Guide James Halliday James Suckling Jeb Dunnuck Robert Parker Stephen Tanzer Tasting Panel Vinous Vivino Wilfred Wong of Wine.com Wine & Spirits Wine Advocate Wine Buyer Wine Enthusiast Wine News Wine Spectator |
Connoisseurs Guide |
bundled_products.ratings.score | STRING | Rating score | 9.8 |
bundled_products.ratings.content | STRING | Rating content | 9.8 |
bundled_products.ratings.review | STRING | Rating review | This wine is delicious |
bundled_products.ratings.entries | NUMBER | Number of votes to produce score/content | 783 |
bundled_products.ratings.rating_type | ENUM | Type of Rating. Possible values: professional community |
professional |
bundled_products.ratings.abbr | ENUM | Abbreviation of Rating. Possible values: CG JD JH JS RP ST TP VI VO WA WAndS WB WE WN WS WW |
WW |
bundled_products.notes | OBJECT | Object containing array of product notes | |
bundled_products.notes.name | ENUM | Note name. Possible values: awards foodPairingNotes otherNotes productionNotes ratings ratingsNotes tastingNotes vineyardNotes wineMakerNotes |
TastingNotes |
bundled_products.notes.content | STRING | Note content | This is a note |