This article will help you learn how Daasity replicates data from the Vendor Retail Analytics section of the Amazon Selling Partner Reports API, limitations to the data we can extract and where the data is stored in the Amazon Vendor Central schema
Key Topics
Click on the links below to take you to the section where you can learn more about this Integration:
- Integration Overview
- Integration Availability
- API Endpoints
- Entity Relationship Diagram
- Amazon Vendor Central Schema
- Related Resources
Integration Overview
The Daasity Amazon Vendor Central integrations utilize the Selling Partner API (SP-API) which is a REST-based API that helps Amazon selling partners programmatically access their data on orders, shipments, payments, and more.
Integration Availability
This integration is available for:
- Pro V2
NOTE: You are considered V2 if...
- Your account says Pro V2 in the Daasity App
Not sure? Reach out to Support@Daasity.com
API Endpoints
The Daasity Amazon Vendor Central - Vendor Retail Analytics Reports extractor is built based on this Amazon Selling Partner API documentation. The following endpoints are used by Daasity to replicate data from Amazon Seller Central:
Entity Relationship Diagram (ERD)
The embedded diagram houses the ERD for the Daasity Amazon Seller Central - Reports API - Performance Reports integration illustrating the different tables and keys to join across tables. Hover over the embedded diagram to reveal controls to zoom and scroll.
Amazon Vendor Central Schema
The Reports API will generate files in one of three formats (CSV, XML and JSON). A report might vary slightly for each Vendor Central account and thus Daasity will dynamically create the table based on the file extracted from Amazon. Thus each table will be a direct mapping from the file output to the table with no transformation.
- Vendor Sales Report
- Vendor Traffic Report
- Vendor Inventory Report
Vendor Sales Report Report
- Endpoint: Vendor Retail Analytics Reports
- Update Method: UPSERT
- Table Name:
AMAZON_VENDOR_CENTRAL.GET_VENDOR_SALES_REPORT
Limitations:
- Amazon makes the weekly report available within 48 to 72 hours of the close of the reporting week. Data is not available until the report is made available by Amazon.
- Daasity extracts data at the DAY level and checks daily for the report
Vendor Traffic Report
- Endpoint: Vendor Retail Analytics Reports
- Update Method: UPSERT
- Table Name:
AMAZON_VENDOR_CENTRAL.GET_VENDOR_TRAFFIC_REPORT
Limitations:
- Amazon makes the weekly report available within 48 to 72 hours of the close of the reporting week. Data is not available until the report is made available by Amazon.
- Daasity extracts data at the DAY level and checks daily for the report
Vendor Inventory Report
- Endpoint: Vendor Retail Analytics Reports
- Update Method: UPSERT
- Table Name:
AMAZON_VENDOR_CENTRAL.GET_VENDOR_INVENTORY_REPORT
Limitations:
- Amazon makes the weekly report available 72 hours after the close of the reporting week. Data is not available until the report is made available by Amazon.
- Daasity extracts data at the WEEK level and checks daily for the report