> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/core-concepts/data-integrations/setup-guides/retail-integrations/whole-foods-market/integration-specifications.md).

# Integration Specifications

Whole Foods Market Portal data provides store-level product sales, distribution, and velocity metrics across your portfolio of products and categories. This integration enables you to gain insights into sales performance, distribution reach, and product velocity at both total Whole Foods and regional levels. Available for all Enterprise merchants.

***

### **Refresh Cadence**

Data from the Whole Foods Market Portal is updated weekly every Thursday morning (EST) with the prior week's data through Saturday. Once the integration is set up, the data is automatically refreshed on this schedule, ensuring you always have access to the most current metrics.

### **Where to Find This Data**

**Reports**

* **Omnichannel Dashboard**
* **Whole Foods Market Dashboard**

**Explores**

* **Whole Foods Market Explore**
* **Unified Retail Schema (URS) Explore**

***

### **Data Model**

#### **ERD**

*(Click here to view the ERD for the Daasity Whole Foods Market integration illustrating the different tables and keys to join across tables.)*

***

### **Source Table**

**Whole Foods Market**

* **CSV File:** Whole Foods Market
* **Update Method:** UPSERT
* **Table Name:** \[retail.wfm]

| CSV Column                                                            | Database Column         |
| --------------------------------------------------------------------- | ----------------------- |
| Brand                                                                 | brand                   |
| Family                                                                | family                  |
| Category                                                              | category                |
| Subcategory                                                           | subcategory             |
| Class                                                                 | class                   |
| Scan Code                                                             | scan\_code              |
| ASIN                                                                  | asin                    |
| Item Description                                                      | item\_description       |
| Item Size                                                             | item\_size              |
| Item UOM                                                              | item\_uom               |
| Operational Area                                                      | operational\_area       |
| Store Name                                                            | store                   |
| Store Number                                                          | store\_number           |
| Store Status                                                          | store\_status           |
| Channel Type                                                          | channel\_type           |
| Week Desc                                                             | week\_desc              |
| Net Sales                                                             | net\_sales              |
| Net Sales LY                                                          | net\_sales\_ly          |
| % Net Sales YOY                                                       | pct\_net\_sales\_yoy    |
| Unit Sales                                                            | unit\_sales             |
| Unit Sales LY                                                         | unit\_sales\_ly         |
| % Unit Sales YOY                                                      | pct\_unit\_sales\_yoy   |
| Avg Net Retail Price                                                  | avg\_net\_retail\_price |
| Gross Sales                                                           | gross\_sales            |
| Return Sales                                                          | return\_sales           |
| Gross Units                                                           | gross\_units            |
| Return Units                                                          | return\_units           |
| MD5(ASIN + ':' + Store Number + ':' + Channel Type + ':' + Week Desc) | \_\_sync\_key           |
