You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/integrations/sources/amazon-seller-partner.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ To pass the check for Seller and Vendor accounts, you must have access to the [O
75
75
#### For Airbyte Open Source:
76
76
77
77
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.
80
80
4. Using developer application from Step 1, [generate](https://developer-docs.amazon.com/sp-api/docs/self-authorization) refresh token.
81
81
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.
82
82
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
162
162
For the full list, refer to Amazon’s report type values [documentation](https://developer-docs.amazon.com/sp-api/docs/report-type-values).
163
163
164
164
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.
166
166
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.
167
167
168
168
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.
188
188
### Failed to retrieve the report
189
189
190
190
```
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.
192
192
This will be read during the next sync. Report ID: YOUR_REPORT_ID. Error: Failed to retrieve the report result document.
193
193
```
194
194
195
195
Requesting reports via Amazon Seller Partner API can lead to failed syncs with error above "Failed to retrieve the report...".
196
196
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.
198
198
199
199
**Solution 1:**
200
200
@@ -228,6 +228,7 @@ Create a separate connection for streams which usually fail with error above "Fa
0 commit comments