Returns Reports

This page is about how Daasity replicates data from the Returns section of the Amazon Selling Partner Reports API, limitations to the data we can extract and where the data is stored in the schema.

Integration Overview

The Daasity Amazon Seller 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:

  • Enterprise

API Endpoints

The Daasity Amazon Seller Central - Reports API - Returns extractor is built based on this Amazon Seller Central API documentation. The following endpoints are used by Daasity to replicate data from Amazon Seller Central:

Entity Relationship Diagram (ERD)

Click here to view the ERD for the Daasity Amazon Seller Central - Reports API - Returns integration illustrating the different tables and keys to join across tables.

Amazon Seller Central Schema

The Reports API will generate files in one of three formats (CSV, XML, and JSON). A report might vary slightly for each Seller 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.

Flat File Returns Report by Return Date

  • This report contains detailed Seller Fulfilled Prime returns information, including return request date, RMA ID, label details, ASIN, and return reason code.

  • Endpoint: Returns Reports

  • Update Method: UPSERT

  • Table Name: [AMAZON_SELLER_CENTRAL.GET_FLAT_FILE_RETURNS_DATA_BY_RETURN_DATE]

Limitations:

  • Daasity's defaults to extract daily.

  • Amazon updates data daily.

XML Returns Report by Return Date

  • This report contains detailed Seller Fulfilled Prime returns information, including return request date, RMA ID, label details, ASIN, and return reason code.

  • Endpoint: Returns Reports

  • Update Method: UPSERT

  • Table Name: [AMAZON_SELLER_CENTRAL.GET_XML_RETURNS_DATA_BY_RETURN_DATE]

Limitations:

  • Daasity's defaults to extract daily.

  • Amazon updates data daily.

XML Prime Returns Report by Return Date

  • Endpoint: Returns Reports

  • Update Method: UPSERT

  • Table Name: [AMAZON_SELLER_CENTRAL.GET_XML_MFN_PRIME_RETURNS_REPORT]

Limitations:

  • Daasity's defaults to extract daily.

  • Amazon updates data daily.

Last updated