# 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           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.daasity.com/core-concepts/data-integrations/setup-guides/retail-integrations/whole-foods-market/integration-specifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
