Constellation Brands website screenshot

Constellation Brands

Constellation Brands is a Fortune 500 producer and marketer of beer, wine, and spirits brands such as Corona, Modelo, Robert Mondavi, and Casa Noble. Constellation publishes a partner-oriented API catalog at dev.cbrands.com that exposes product, brand, and digital-asset data (bottle shots, tasting notes, hot sheets, shelf talkers, neck hangers, recipes, and an items product API) to distributors, retailers, and on-premise partners. Most endpoints require an API key issued through the developer registration process.

7 APIs 0 Features
AlcoholBeerBeveragesDigital AssetsFortune 500SpiritsWine

APIs

Product Items API

Provides item-level product master data including SKU identifiers, descriptions, varietal and category metadata, and pointers to digital assets. Used by partners to keep distrib...

Bottle Shots API

Returns promotional bottle-shot imagery for Constellation Brands products in multiple formats (PNG, JPG) and resolutions for use on partner sites, e-commerce experiences, and pr...

Tasting Notes API

Retrieves tasting-note documents for wine and spirits brands so partners can render or print structured tasting copy alongside bottle shots and pricing.

Hot Sheets API

Delivers "hot sheets" containing critical-review scores, awards, and promotional copy that distributors use to merchandise Constellation brands at retail.

Shelf Talkers API

Provides point-of-sale shelf-talker artwork keyed to specific products and promotional periods.

Neck Hangers API

Returns neck-hanger artwork that distributors and retailers attach to bottles for in-store merchandising and promotions.

Recipes API

Supplies cocktail and beverage recipes featuring Constellation brands so on-premise partners and digital experiences can surface branded drink ideas.

Collections

Pricing Plans

Rate Limits

Constellation Brands Rate Limits

1 limits

RATE LIMITS

FinOps

Press

Constellation Brands (NYSE: STZ) shifts mix as beer gains ...

2026-05-25

8-K - 04/09/2025

2026-05-25

Constellation Brands Updates Fiscal 2025 Outlook

2026-05-25

Constellation Brands: Markets Drunk On AI Leave Alcohol ...

2026-05-25

Constellation Brands: Leveraging Technology, Data, and ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
👥
GitHubOrganization
GitHubOrganization
🔗
Investor Relations
Investor Relations
🔗
Careers
Careers
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Constellation Brands Partner API
  version: '1.0'
request:
  auth:
    type: apikey
    key: apiKey
    value: '{{apiKey}}'
    placement: query
items:
- info:
    name: List bottle shots
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/api/1.0/bottleShots
    params:
    - name: modifiedSince
      value: ''
      type: query
  docs: List bottle shots
- info:
    name: Get bottle shot by GTIN
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/api/1.0/bottleShots/:gtin
    params:
    - name: gtin
      value: ''
      type: path
  docs: Get bottle shot by GTIN
- info:
    name: List tasting notes
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/api/1.0/tastingNotes
    params:
    - name: modifiedSince
      value: ''
      type: query
  docs: List tasting notes
- info:
    name: List hot sheets
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/api/1.0/hotSheets
    params:
    - name: modifiedSince
      value: ''
      type: query
  docs: List hot sheets
- info:
    name: List shelf talkers
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/api/1.0/shelfTalkers
    params:
    - name: modifiedSince
      value: ''
      type: query
  docs: List shelf talkers
- info:
    name: List neck hangers
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/api/1.0/neckHangers
    params:
    - name: modifiedSince
      value: ''
      type: query
  docs: List neck hangers
- info:
    name: List recipes
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/api/1.0/recipes
    params:
    - name: modifiedSince
      value: ''
      type: query
  docs: List recipes
- info:
    name: List items
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/v3/items
    params:
    - name: page
      value: ''
      type: query
    - name: pageSize
      value: ''
      type: query
  docs: List items
- info:
    name: Get item by ID
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/v3/items/:itemId
    params:
    - name: itemId
      value: ''
      type: path
  docs: Get item by ID
- info:
    name: Get item digital assets
    type: http
  http:
    method: GET
    url: https://api.cbrands.com/v3/items/:itemId/digitalAssets
    params:
    - name: itemId
      value: ''
      type: path
  docs: Get item digital assets
bundled: true