Skip to content

Commit 599a70c

Browse files
committed
update changelog
1 parent eedc42d commit 599a70c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/integrations/sources/amazon-seller-partner.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ To pass the check for Seller and Vendor accounts, you must have access to the [O
7575
#### For Airbyte Open Source:
7676

7777
1. Navigate to the Airbyte Open Source dashboard.
78-
2. On the Set up the source page, select Amazon Seller Partner from the Source type dropdown.
79-
3. Enter a name for the Amazon Seller Partner connector.
78+
2. On the Set up the source page, select Amazon Seller Partner from the Source type dropdown.
79+
3. Enter a name for the Amazon Seller Partner connector.
8080
4. Using developer application from Step 1, [generate](https://developer-docs.amazon.com/sp-api/docs/self-authorization) refresh token.
8181
5. For Start Date, enter the date in YYYY-MM-DD format. The data added on and after this date will be replicated. This field is optional - if not provided, the date 2 years ago from today will be used.
8282
6. For End Date, enter the date in YYYY-MM-DD format. Any data after this date will not be replicated. This field is optional - if not provided, today's date will be used.
@@ -162,7 +162,7 @@ Report options can be assigned on a per-stream basis that alter the behavior whe
162162
For the full list, refer to Amazon’s report type values [documentation](https://developer-docs.amazon.com/sp-api/docs/report-type-values).
163163

164164
Certain report types have required parameters that must be defined.
165-
For the `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL`, `GET_AMAZON_FULFILLED_SHIPMENTS_DATA_GENERAL`, and `GET_FLAT_FILE_RETURNS_DATA_BY_RETURN_DATE` streams, the maximum allowable value for `period_in_days` is 30 days, 30 days, and 60 days, respectively.
165+
For the `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL`, `GET_AMAZON_FULFILLED_SHIPMENTS_DATA_GENERAL`, and `GET_FLAT_FILE_RETURNS_DATA_BY_RETURN_DATE` streams, the maximum allowable value for `period_in_days` is 30 days, 30 days, and 60 days, respectively.
166166
If the specified `period_in_days` exceeds these limits, it will be automatically adjusted to the maximum value for the respective stream, or set to 365 days if not provided.
167167

168168
For the Vendor Forecasting Report, we have two streams - `GET_VENDOR_FORECASTING_FRESH_REPORT` and `GET_VENDOR_FORECASTING_RETAIL_REPORT` which use the same `GET_VENDOR_FORECASTING_REPORT` Amazon's report,
@@ -188,13 +188,13 @@ Information about rate limits you may find [here](https://developer-docs.amazon.
188188
### Failed to retrieve the report
189189

190190
```
191-
Failed to retrieve the report 'YOUR_REPORT_NAME' for period 2024-01-01T12:01:15Z-2024-01-15T12:01:14Z.
191+
Failed to retrieve the report 'YOUR_REPORT_NAME' for period 2024-01-01T12:01:15Z-2024-01-15T12:01:14Z.
192192
This will be read during the next sync. Report ID: YOUR_REPORT_ID. Error: Failed to retrieve the report result document.
193193
```
194194

195195
Requesting reports via Amazon Seller Partner API can lead to failed syncs with error above "Failed to retrieve the report...".
196196

197-
One of the reasons why users face this issue is that report requests were made too often.
197+
One of the reasons why users face this issue is that report requests were made too often.
198198

199199
**Solution 1:**
200200

@@ -228,6 +228,7 @@ Create a separate connection for streams which usually fail with error above "Fa
228228

229229
| Version | Date | Pull Request | Subject |
230230
|:-----------|:-----------|:----------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
231+
| 4.6.1 | 2025-03-14 | [55743](https://github.com/airbytehq/airbyte/pull/55743) | Increase max concurrent async job count to 2 |
231232
| 4.6.0 | 2025-02-24 | [53225](https://github.com/airbytehq/airbyte/pull/53225) | Add API Budget |
232233
| 4.5.3 | 2025-02-22 | [53928](https://github.com/airbytehq/airbyte/pull/53928) | Update dependencies |
233234
| 4.5.2 | 2025-02-17 | [53693](https://github.com/airbytehq/airbyte/pull/53693) | Add app_id to server configuration (OAuth) |

0 commit comments

Comments
 (0)