# Release Notes

## February 2023

* Five new columns have been added to the `FBARestockInventoryReport`:
  1. `Working`
  2. `Shipped`
  3. `Receiving`
  4. `Total_Days_of_Supply__including_units_from_open_shipments_`
  5. `Days_of_Supply_at_Amazon_Fulfillment_Network`
* Impossible dates like '2023-05-01' were being populated in `VATTransactionsReport`. Corrected the faulty date parsing.
* API calls now start at 00:00 in `reportStartTime` for `PromotionsPerformanceReport`.
* Corrected faulty parsing of nulls values in some mobile traffic columns in `SalesAndTrafficReportByChildASIN`, `SalesAndTrafficReportByDate`, and `SalesAndTrafficReportyBySKU`.

## January 2023

* Corrected faulty date sequencing for `SalesAndTrafficReportByChildASIN.`
* Table-level history has been implemented.  &#x20;

## December 2022

The **rate limit manager** has been implemented for the following API calls. This will result in *fewer errors and faster data replication* in a day.&#x20;

* Catalog Items API&#x20;
* Finances API&#x20;
* Listings API&#x20;
* Orders API&#x20;
* Product Pricing API&#x20;
* Reports API (Upcoming in the next release)&#x20;

**Changes in the Tables:**

Brand Analytics tables added:

* `MarketBasketAnalysisReport`
* `RepeatPurchaseBehaviourReport`

New SKU Column added:

* `SalesAndTrafficReportByChildASIN`

New SKU Column redacted:

* `SalesAndTrafficReportByChildASIN`

## November 2022

#### <mark style="color:green;">Amazon Selling Partner Connector</mark>

**Tables added:**

* `APlusContentDocument`

## April 2022

Support for the following non-report APIs for <mark style="color:green;">Amazon Selling Partner</mark> have been added<mark style="color:green;">:</mark>&#x20;

1. catalog-items-api&#x20;
2. listings-restrictions-api&#x20;
3. fba-inventory-api&#x20;
4. finances-api&#x20;
5. fulfillment-inbound-api&#x20;
6. orders-api&#x20;
7. product-pricing-api&#x20;
8. sales-api&#x20;
9. listings-items-api&#x20;

List of new tables&#x20;

1. `CatalogItemsSummary`
2. `CatalogItemsVariations`
3. `CatalogItemsSalesRank`
4. `CatalogCategoriesForASIN`
5. `CatalogCategoriesForSKU`
6. `ListingsRestrictions`
7. `FBAInventorySummary`
8. `ListFinancialEvents`
9. `ListFinancialEventGroups`
10. `InboundShipments` <mark style="background-color:red;">(This table has a minor issue, and we are working on it)</mark>&#x20;
11. `InboundShipmentItems` <mark style="background-color:red;">(This table has a minor issue, and we are working on it)</mark>&#x20;
12. `ListAllFulfillmentOrders`&#x20;
13. `ListOrder`
14. `ListOrderItems`
15. `GetCompetitivePricingForSKU`
16. `GetCompetitivePricingForASIN`
17. `PricingForASIN`
18. `OrderMetricsDaily`
19. `OrderMetricsHourly`
20. `ListingsItemsSummary`
21. `ListingsItemsIssues`
22. `ListingOffers`

> ***Recommendations***&#x20;
>
> *Edit your integrations and select new tables that are needed*&#x20;

## June 2022

The following new reports are being supported now:&#x20;

1. `PanEuropeanEligibilityFBAASINs'` **(only for the EU)**&#x20;
2. `SuppressedListingsReport`&#x20;
3. `ListingQualityandSuppressedListingReport`&#x20;
4. `PromotionsPerformanceReport`

* Enhanced report status display on Daton UI. `Canceled`, `Fatal`, `Success`, `In Progress`, and `Skipped jobs` can all be verified on Daton UI itself. The definitions of the various job statuses can be found in the connector documentation.&#x20;
* Increased lookback range for `FBAReturnsReport`, and `ListFinancialEventGroups` tables. This change was required to handle latency better.&#x20;

## May 2022

* The `Events` table which was previously failing has been fixed.
* `TIMESTAMP` columns that were previously being parsed as `LocalDateT` previously being parsed as LocalDateTime are now being populated as a `TIMESTAMP` data type with information on the time zone.&#x20;
* Fulfillment details are now being populated in the `Orders` table.&#x20;
* Resolved issue causing integrations to pause automatically without user intervention.

## Jan 2022

Inventory table NullPointerException fix.

## November 2021

Fixed response codes 500,502,503 in tables.

## May 2021

Added new tables.

## February 2021

* Source level changes to mask messages for Notifications.
* Meta fields have been added.&#x20;
* The UI has been changed.

## April 2020

* Price Rules API has been supported.&#x20;
* Source fixes to support Relational warehouses.

## December 2019

Support for further APIs has been added (Not yet tested).

## November 2019

Error notifications will be displayed in a user-readable message. These will have to be updated for all data sources.&#x20;

*Documentation of <mark style="color:green;">Amazon Selling Partner</mark> can be found* [*here*](/daton/integrations/data-sources/ecommerce/amazon-seller-partner.md)*.*


---

# 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-seller-partner/release-notes.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.
