# Raw Tables

You can find the schema of each table [here](https://sarasanalytics0-my.sharepoint.com/:x:/g/personal/sanjna_chilakapati_sarasanalytics_com/EbRguG4YvwRKvczZCri4aOcBmAHM80hRXb4S4sgKLBC84g?e=kYtiRL) in the Raw Tables tab.&#x20;

<table><thead><tr><th width="268">Table Name</th><th>Description</th><th>Details</th></tr></thead><tbody><tr><td>RetailProcurementOrders</td><td>Returns a list of purchase orders created or changed during the time frame</td><td>Real time data. Can fetch  historical data up to 6 months. </td></tr><tr><td>RetailProcurementOrdersStatus</td><td>Returns purchase orders statuses. Metrics include ordered, accepted and rejected quantity as well as purchase order acknowledgement and receiving status. </td><td>Real time data. Can fetch historical data for the last 6 months only. </td></tr><tr><td>APlusContentDocument</td><td>Returns all A+ Content documents assigned to a selling partner.</td><td>Content document is fetched using the contentReferenceKey and it might not available for all keys.</td></tr><tr><td>CatalogItems</td><td>Returns items in the Amazon catalog</td><td>This table requires the <a href="/pages/6ugMnnRCHDyODQEeoH3A">user to upload a csv file</a> containing ASINs so that the ASINs can be used to fetch getCatalogItems data.</td></tr></tbody></table>


---

# 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/raw-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.
