# All Report Types and Tables

List of Amazon Vendor Central tables currently offered by Daton. You can find the schema of each table [here](https://sarasanalytics0-my.sharepoint.com/:x:/g/personal/sanjna_chilakapati_sarasanalytics_com/EbRguG4YvwRKvczZCri4aOcBmAHM80hRXb4S4sgKLBC84g?e=kYtiRL)

Amazon documentation for Vendor Central Reports - <https://developer-docs.amazon.com/sp-api/docs/report-type-values#vendor-retail-analytics-reports>

### Available Tables

{% tabs %}
{% tab title="Real Time Reports" %}
Vendor Central Real Time Reports - [Full Documentation](#real-time-reports)

| VendorRealTimeSalesReport     |
| ----------------------------- |
| VendorRealTimeTrafficReport   |
| VendorRealTimeInventoryReport |
| {% endtab %}                  |

{% tab title="Daily Reports" %}
Vendor Central Daily Reports - [Full Documentation](/daton/integrations/data-sources/ecommerce/amazon-vendor-central/daily-reports.md)

| DailyVendorInventoryReportByManufacturing |
| ----------------------------------------- |
| DailyVendorInventoryReportBySourcing      |
| VendorTrafficReport                       |
| VendorSalesReportByManufacturing          |
| VendorSalesReportBySourcing               |
| NetPureProductMarginReport                |
| MarketBasketAnalysisReport                |
| PromotionsPerformanceReport               |

{% endtab %}

{% tab title="Weekly Reports" %}
Vendor Central Weekly Reports - [Full Documentation](/daton/integrations/data-sources/ecommerce/amazon-vendor-central/weekly-reports.md)

| VendorInventoryReportByManufacturing |
| ------------------------------------ |
| VendorInventoryReportBySourcing      |
| RepeatPurchaseBehaviourReport        |
| {% endtab %}                         |

{% tab title="Snapshot Reports" %}
Vendor Central Snapshot Reports - [Full Documentation](/daton/integrations/data-sources/ecommerce/amazon-vendor-central/snapshot-reports.md)

| VendorForecastingReport |
| ----------------------- |
| {% endtab %}            |

{% tab title="Monthly Reports " %}
Vendor Central Monthly Reports - [Full Documentation](/daton/integrations/data-sources/ecommerce/amazon-vendor-central/monthly-reports.md)

| MonthlyVendorReportByManufacturing |
| ---------------------------------- |
| MonthlyVendorReportBySourcing      |
| {% endtab %}                       |

{% tab title="Raw Tables" %}
Vendor Central Raw Tables - [Full Documentation](/daton/integrations/data-sources/ecommerce/amazon-vendor-central/raw-tables.md)

| CatalogItems                  |
| ----------------------------- |
| RetailProcurementOrders       |
| RetailProcurementOrdersStatus |
| APlusContentDocument          |
| {% endtab %}                  |
| {% endtabs %}                 |


---

# 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://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/ecommerce/amazon-vendor-central/all-report-types-and-tables.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.
