diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json b/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json
index 4626e256f375f..44d73990df5cb 100644
--- a/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json
+++ b/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json
@@ -8884,7 +8884,7 @@
"sourceDefinitionId": "e55879a8-0ef8-4557-abcf-ab34c53ec460",
"name": "Amazon Seller Partner",
"dockerRepository": "airbyte/source-amazon-seller-partner",
- "dockerImageTag": "1.0.1",
+ "dockerImageTag": "1.1.0",
"documentationUrl": "https://docs.airbyte.com/integrations/sources/amazon-seller-partner",
"icon": "amazonsellerpartner.svg",
"sourceType": "api",
diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml b/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml
index 4b12b3a6dc963..9a5ca5283f1c1 100644
--- a/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml
+++ b/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml
@@ -87,7 +87,7 @@
- name: Amazon Seller Partner
sourceDefinitionId: e55879a8-0ef8-4557-abcf-ab34c53ec460
dockerRepository: airbyte/source-amazon-seller-partner
- dockerImageTag: 1.0.1
+ dockerImageTag: 1.1.0
sourceType: api
documentationUrl: https://docs.airbyte.com/integrations/sources/amazon-seller-partner
icon: amazonsellerpartner.svg
diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/source_specs.yaml b/airbyte-config-oss/init-oss/src/main/resources/seed/source_specs.yaml
index 5539082c6f5ab..2b6baea75f0ca 100644
--- a/airbyte-config-oss/init-oss/src/main/resources/seed/source_specs.yaml
+++ b/airbyte-config-oss/init-oss/src/main/resources/seed/source_specs.yaml
@@ -1001,7 +1001,7 @@
type: "string"
path_in_connector_config:
- "client_secret"
-- dockerImage: "airbyte/source-amazon-seller-partner:1.0.1"
+- dockerImage: "airbyte/source-amazon-seller-partner:1.1.0"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/amazon-seller-partner"
changelogUrl: "https://docs.airbyte.com/integrations/sources/amazon-seller-partner"
diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/Dockerfile b/airbyte-integrations/connectors/source-amazon-seller-partner/Dockerfile
index c57f557ccc79a..7e21858a3e572 100644
--- a/airbyte-integrations/connectors/source-amazon-seller-partner/Dockerfile
+++ b/airbyte-integrations/connectors/source-amazon-seller-partner/Dockerfile
@@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
-LABEL io.airbyte.version=1.0.1
+LABEL io.airbyte.version=1.1.0
LABEL io.airbyte.name=airbyte/source-amazon-seller-partner
diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/acceptance-test-config.yml b/airbyte-integrations/connectors/source-amazon-seller-partner/acceptance-test-config.yml
index 08799f0ead14d..cb68b4d21e2a8 100644
--- a/airbyte-integrations/connectors/source-amazon-seller-partner/acceptance-test-config.yml
+++ b/airbyte-integrations/connectors/source-amazon-seller-partner/acceptance-test-config.yml
@@ -115,6 +115,8 @@ acceptance_tests:
bypass_reason: "no records"
- name: ListFinancialEvents
bypass_reason: "no records"
+ - name: GET_FBA_REIMBURSEMENTS_DATA
+ bypass_reason: "no records"
incremental:
tests:
- config_path: "secrets/config_old_data.json"
diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/integration_tests/configured_catalog_get_fba_reimbursements_data.json b/airbyte-integrations/connectors/source-amazon-seller-partner/integration_tests/configured_catalog_get_fba_reimbursements_data.json
new file mode 100644
index 0000000000000..4eb9a760bca07
--- /dev/null
+++ b/airbyte-integrations/connectors/source-amazon-seller-partner/integration_tests/configured_catalog_get_fba_reimbursements_data.json
@@ -0,0 +1,130 @@
+{
+ "streams": [
+ {
+ "stream": {
+ "name": "GET_FBA_REIMBURSEMENTS_DATA",
+ "json_schema": {
+ "title": "FBA Reimbursements Data",
+ "description": "FBA Reimbursements Data Reports",
+ "type": "object",
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "properties": {
+ "approval-date": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "reimbursement-id": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "case-id": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "amazon-order-id": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "reason": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "sku": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "fnsku": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "asin": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "product-name": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "condition": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "currency-unit": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "amount-per-unit": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "quantity-reimbursed-cash": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "amount-total": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "quantity-reimbursed-inventory": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "quantity-reimbursed-total": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "original-reimbursement-id": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "original-reimbursement-type": {
+ "type": [
+ "null",
+ "string"
+ ]
+ }
+ }
+ },
+ "supported_sync_modes": [
+ "full_refresh"
+ ]
+ },
+ "sync_mode": "full_refresh",
+ "destination_sync_mode": "overwrite"
+ }
+ ]
+}
diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/integration_tests/expected_records.jsonl b/airbyte-integrations/connectors/source-amazon-seller-partner/integration_tests/expected_records.jsonl
index 9d1913d4e8ce0..f1a59643fb002 100644
--- a/airbyte-integrations/connectors/source-amazon-seller-partner/integration_tests/expected_records.jsonl
+++ b/airbyte-integrations/connectors/source-amazon-seller-partner/integration_tests/expected_records.jsonl
@@ -5,29 +5,29 @@
{"stream": "GET_MERCHANT_LISTINGS_ALL_DATA", "data": {"item-name": "Beyond Meat Beyond Burger Plant-Based Patties 2 pk, 8 oz (Frozen)", "item-description": "", "listing-id": "0711ZJW1CW7", "seller-sku": "M6-KYAA-V7O7", "price": "10", "quantity": "999999", "open-date": "2022-07-11 01:16:54 PDT", "image-url": "", "item-is-marketplace": "y", "product-id-type": "1", "zshop-shipping-fee": "", "item-note": "", "item-condition": "11", "zshop-category1": "", "zshop-browse-path": "", "zshop-storefront-feature": "", "asin1": "B074K5MDLW", "asin2": "", "asin3": "", "will-ship-internationally": "", "expedited-shipping": "", "zshop-boldface": "", "product-id": "B074K5MDLW", "bid-for-featured-placement": "", "add-delete": "", "pending-quantity": "0", "fulfillment-channel": "DEFAULT", "merchant-shipping-group": "Migrated Template", "status": "Inactive"}, "emitted_at": 1673447236354}
{"stream": "GET_MERCHANT_LISTINGS_ALL_DATA", "data": {"item-name": "House Foods, Organic Firm Tofu, 14 oz", "item-description": "", "listing-id": "0705Z8HWWAY", "seller-sku": "MP-V4RG-EDEY", "price": "5", "quantity": "1518", "open-date": "2022-07-05 08:00:10 PDT", "image-url": "", "item-is-marketplace": "y", "product-id-type": "1", "zshop-shipping-fee": "", "item-note": "", "item-condition": "1", "zshop-category1": "", "zshop-browse-path": "", "zshop-storefront-feature": "", "asin1": "B000VHRNUW", "asin2": "", "asin3": "", "will-ship-internationally": "", "expedited-shipping": "", "zshop-boldface": "", "product-id": "B000VHRNUW", "bid-for-featured-placement": "", "add-delete": "", "pending-quantity": "0", "fulfillment-channel": "DEFAULT", "merchant-shipping-group": "Migrated Template", "status": "Inactive"}, "emitted_at": 1673447236354}
{"stream": "GET_FLAT_FILE_OPEN_LISTINGS_DATA", "data": {"sku": "I0-RALD-N1UR", "asin": "B0B68NBQ1Y", "price": "5.00", "quantity": "0", "Business Price": "6.0", "Quantity Price Type": "", "Quantity Lower Bound 1": "", "Quantity Price 1": "", "Quantity Lower Bound 2": "", "Quantity Price 2": "", "Quantity Lower Bound 3": "", "Quantity Price 3": "", "Quantity Lower Bound 4": "", "Quantity Price 4": "", "Quantity Lower Bound 5": "", "Quantity Price 5": "", "Progressive Price Type": "", "Progressive Lower Bound 1": "", "Progressive Price 1": "", "Progressive Lower Bound 2": "", "Progressive Price 2": "", "Progressive Lower Bound 3": "", "Progressive Price 3": ""}, "emitted_at": 1673447298434}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718301", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Car Polishes & Waxes", "browseNodeStoreContextName": "Automotive Polish, Scratch Removers & Waxes", "browsePathById": "15684181,15690151,15718271,15718291,15718301", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Polishes & Waxes", "hasChildren": "true", "childNodes": {"count": "3", "id": ["19351186011", "15718311", "15718371"]}, "productTypeDefinitions": "ABRASIVES,SURFACE_PROTECTION_WAX,CLEANING_AGENT", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762672}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "19351186011", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-bug-sap-and-tar-removers"}]}, "browseNodeName": "Bug, Sap & Tar Removers", "browseNodeStoreContextName": "Automotive Bug, Sap & Tar Removers", "browsePathById": "15684181,15690151,15718271,15718291,15718301,19351186011", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Polishes & Waxes,Bug, Sap & Tar Removers", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "CLEANING_AGENT", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762673}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718311", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-metal-cleaners"}]}, "browseNodeName": "Chrome & Metal Polishes", "browseNodeStoreContextName": "Chrome & Metal Polishes", "browsePathById": "15684181,15690151,15718271,15718291,15718301,15718311", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Polishes & Waxes,Chrome & Metal Polishes", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "ABRASIVES", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762673}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718371", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "car-waxes"}]}, "browseNodeName": "Waxes", "browseNodeStoreContextName": "Waxes", "browsePathById": "15684181,15690151,15718271,15718291,15718301,15718371", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Polishes & Waxes,Waxes", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "SURFACE_PROTECTION_WAX", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762673}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718381", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Car Wash Equipment", "browseNodeStoreContextName": "Car Wash Equipment", "browsePathById": "15684181,15690151,15718271,15718291,15718381", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Wash Equipment", "hasChildren": "true", "childNodes": {"count": "7", "id": ["15718391", "15718401", "15718451", "15718411", "15718421", "15718431", "15718441"]}, "productTypeDefinitions": "SQUEEGEE,AUTO_ACCESSORY,CLEANING_AGENT", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762673}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718391", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "car-washing-applicators"}]}, "browseNodeName": "Applicators", "browseNodeStoreContextName": "Car Washing Applicators", "browsePathById": "15684181,15690151,15718271,15718291,15718381,15718391", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Wash Equipment,Applicators", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762674}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718401", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-buckets-grit-guards-and-kits"}]}, "browseNodeName": "Buckets, Grit Guards & Kits", "browseNodeStoreContextName": "Automotive Buckets, Grit Guards & Kits", "browsePathById": "15684181,15690151,15718271,15718291,15718381,15718401", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Wash Equipment,Buckets, Grit Guards & Kits", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762674}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718451", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-exterior-cleaners"}]}, "browseNodeName": "Cleaners", "browseNodeStoreContextName": "Cleaners", "browsePathById": "15684181,15690151,15718271,15718291,15718381,15718451", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Wash Equipment,Cleaners", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "CLEANING_AGENT", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762674}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718411", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-washing-nozzles"}]}, "browseNodeName": "Nozzles & Hose Attachments", "browseNodeStoreContextName": "Car Washing Nozzles & Hose Attachments", "browsePathById": "15684181,15690151,15718271,15718291,15718381,15718411", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Wash Equipment,Nozzles & Hose Attachments", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762674}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718421", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-cleaning-sponges-and-mitts"}]}, "browseNodeName": "Sponges & Mitts", "browseNodeStoreContextName": "Car Washing Sponges & Mitts", "browsePathById": "15684181,15690151,15718271,15718291,15718381,15718421", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Wash Equipment,Sponges & Mitts", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762674}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718431", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "waterless-automotive-wash-treatments"}]}, "browseNodeName": "Waterless Wash Treatments", "browseNodeStoreContextName": "Waterless Car Washing Treatments", "browsePathById": "15684181,15690151,15718271,15718291,15718381,15718431", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Wash Equipment,Waterless Wash Treatments", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762675}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718441", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "windshield-squeegees"}]}, "browseNodeName": "Windshield Squeegees", "browseNodeStoreContextName": "Car Washing Windshield Squeegees", "browsePathById": "15684181,15690151,15718271,15718291,15718381,15718441", "browsePathByName": "Automotive,Car Care,Exterior Care,Car Wash Equipment,Windshield Squeegees", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "SQUEEGEE", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762675}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718461", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-roof-and-convertible-top-cleaners"}]}, "browseNodeName": "Convertible Top Cleaners", "browseNodeStoreContextName": "Convertible Top Cleaners", "browsePathById": "15684181,15690151,15718271,15718291,15718461", "browsePathByName": "Automotive,Car Care,Exterior Care,Convertible Top Cleaners", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "CLEANING_AGENT", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762675}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718471", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-polishing-clays"}]}, "browseNodeName": "Polishing & Rubbing Compounds", "browseNodeStoreContextName": "Polishing & Rubbing Compounds", "browsePathById": "15684181,15690151,15718271,15718291,15718471", "browsePathByName": "Automotive,Car Care,Exterior Care,Polishing & Rubbing Compounds", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "ABRASIVES", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762675}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718481", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-polishing-and-waxing-kits"}]}, "browseNodeName": "Polishing & Waxing Kits", "browseNodeStoreContextName": "Polishing & Waxing Kits", "browsePathById": "15684181,15690151,15718271,15718291,15718481", "browsePathByName": "Automotive,Car Care,Exterior Care,Polishing & Waxing Kits", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762676}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "155340011", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-cleaning-squeegee-blades"}]}, "browseNodeName": "Water Blades", "browseNodeStoreContextName": "Cleaning Water Squeegee Blades", "browsePathById": "15684181,15690151,15718271,15718291,155340011", "browsePathByName": "Automotive,Car Care,Exterior Care,Water Blades", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762676}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "21557050011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Fillers, Adhesives & Sealants", "browseNodeStoreContextName": "Automotive Fillers, Adhesives & Sealants", "browsePathById": "15684181,15690151,15718271,21557050011", "browsePathByName": "Automotive,Car Care,Fillers, Adhesives & Sealants", "hasChildren": "true", "childNodes": {"count": "3", "id": ["15718921", "3097823011", "15718491"]}, "productTypeDefinitions": "SEALANT,AUTO_ACCESSORY,BONDING_ADHESIVES", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762676}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718921", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-adhesives"}]}, "browseNodeName": "Adhesives", "browseNodeStoreContextName": "Body Repair & Restoration Adhesives", "browsePathById": "15684181,15690151,15718271,21557050011,15718921", "browsePathByName": "Automotive,Car Care,Fillers, Adhesives & Sealants,Adhesives", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "BONDING_ADHESIVES", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762676}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "3097823011", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-body-repair-putties"}]}, "browseNodeName": "Putty", "browseNodeStoreContextName": "Body Repair Putty", "browsePathById": "15684181,15690151,15718271,21557050011,3097823011", "browsePathByName": "Automotive,Car Care,Fillers, Adhesives & Sealants,Putty", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762676}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15718491", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-sealants"}]}, "browseNodeName": "Sealants", "browseNodeStoreContextName": "Automotive Sealants", "browsePathById": "15684181,15690151,15718271,21557050011,15718491", "browsePathByName": "Automotive,Car Care,Fillers, Adhesives & Sealants,Sealants", "hasChildren": "true", "childNodes": {"count": "5", "id": ["15719581", "15709931", "15719601", "15719611", "15719631"]}, "productTypeDefinitions": "SEALANT", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762676}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15719581", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-liquid-gasket-makers"}]}, "browseNodeName": "Gasket", "browseNodeStoreContextName": "Gasket Sealers", "browsePathById": "15684181,15690151,15718271,21557050011,15718491,15719581", "browsePathByName": "Automotive,Car Care,Fillers, Adhesives & Sealants,Sealants,Gasket", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "AUTO_ACCESSORY", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762676}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15709931", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-paint-sealers"}]}, "browseNodeName": "Paint", "browseNodeStoreContextName": "Automotive Sealers", "browsePathById": "15684181,15690151,15718271,21557050011,15718491,15709931", "browsePathByName": "Automotive,Car Care,Fillers, Adhesives & Sealants,Sealants,Paint", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "SEALANT", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762677}
-{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "15719601", "browseNodeAttributes": {"count": "1", "attribute": [{"name": "item_type_keyword", "text": "automotive-radiator-sealers"}]}, "browseNodeName": "Radiator", "browseNodeStoreContextName": "Radiator Sealers", "browsePathById": "15684181,15690151,15718271,21557050011,15718491,15719601", "browsePathByName": "Automotive,Car Care,Fillers, Adhesives & Sealants,Sealants,Radiator", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": "SEALANT", "refinementsInformation": {"count": "0"}}, "emitted_at": 1673447762677}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20457973011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Produce - en_US", "browseNodeStoreContextName": "Produce - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US", "hasChildren": "true", "childNodes": {"count": "2", "id": ["20457993011", "20457992011"]}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20457993011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Fruits - en_US", "browseNodeStoreContextName": "Fruits - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457993011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Fruits - en_US", "hasChildren": "true", "childNodes": {"count": "4", "id": ["20458032011", "20458033011", "20458034011", "20458035011"]}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20458032011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Apples - en_US", "browseNodeStoreContextName": "Apples - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457993011,20458032011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Fruits - en_US,Apples - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20458033011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Bananas - en_US", "browseNodeStoreContextName": "Bananas - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457993011,20458033011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Fruits - en_US,Bananas - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20458034011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Grapes - en_US", "browseNodeStoreContextName": "Grapes - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457993011,20458034011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Fruits - en_US,Grapes - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20458035011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Tomatoes - en_US", "browseNodeStoreContextName": "Tomatoes - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457993011,20458035011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Fruits - en_US,Tomatoes - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20457992011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Vegetables - en_US", "browseNodeStoreContextName": "Veetables - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457992011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Vegetables - en_US", "hasChildren": "true", "childNodes": {"count": "4", "id": ["20458031011", "20458029011", "20458030011", "20458035011"]}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20458031011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Artichokes - en_US", "browseNodeStoreContextName": "Artichokes - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457992011,20458031011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Vegetables - en_US,Artichokes - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20458029011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Celery - en_US", "browseNodeStoreContextName": "Celery - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457992011,20458029011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Vegetables - en_US,Celery - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20458030011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Eggplants - en_US", "browseNodeStoreContextName": "Eggplants - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457992011,20458030011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Vegetables - en_US,Eggplants - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20458035011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Tomatoes - en_US", "browseNodeStoreContextName": "Tomatoes - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904925011,20457973011,20457992011,20458035011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Vanessa - en_US,Produce - en_US,Vegetables - en_US,Tomatoes - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "19904924011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Yvonne - en_US", "browseNodeStoreContextName": "Yvonne - en_US", "browsePathById": "19162063011,19162064011,19904871011,19904924011", "browsePathByName": "Yggdrasil,MUC Intro to GT Tooling,Yvonne - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370205}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355625011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Produce - en_US", "browseNodeStoreContextName": "Produce - en_US", "browsePathById": "19162063011,19162064011,20355625011", "browsePathByName": "Yggdrasil,Produce - en_US", "hasChildren": "true", "childNodes": {"count": "2", "id": ["20355629011", "20355628011"]}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355629011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Fruits - en_US", "browseNodeStoreContextName": "Fruits - en_US", "browsePathById": "19162063011,19162064011,20355625011,20355629011", "browsePathByName": "Yggdrasil,Produce - en_US,Fruits - en_US", "hasChildren": "true", "childNodes": {"count": "3", "id": ["20355648011", "20355646011", "20355647011"]}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355648011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Apples - en_US", "browseNodeStoreContextName": "Apples - en_US", "browsePathById": "19162063011,19162064011,20355625011,20355629011,20355648011", "browsePathByName": "Yggdrasil,Produce - en_US,Fruits - en_US,Apples - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355646011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Bananas - en_US", "browseNodeStoreContextName": "Bananas - en_US", "browsePathById": "19162063011,19162064011,20355625011,20355629011,20355646011", "browsePathByName": "Yggdrasil,Produce - en_US,Fruits - en_US,Bananas - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355647011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Grapes - en_US", "browseNodeStoreContextName": "Grapes - en_US", "browsePathById": "19162063011,19162064011,20355625011,20355629011,20355647011", "browsePathByName": "Yggdrasil,Produce - en_US,Fruits - en_US,Grapes - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355628011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Vegetables - en_US", "browseNodeStoreContextName": "Vegetables - en_US", "browsePathById": "19162063011,19162064011,20355625011,20355628011", "browsePathByName": "Yggdrasil,Produce - en_US,Vegetables - en_US", "hasChildren": "true", "childNodes": {"count": "3", "id": ["20355644011", "20355643011", "20355645011"]}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355644011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Artichokes - en_US", "browseNodeStoreContextName": "Artichokes - en_US", "browsePathById": "19162063011,19162064011,20355625011,20355628011,20355644011", "browsePathByName": "Yggdrasil,Produce - en_US,Vegetables - en_US,Artichokes - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355643011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Celery - en_US", "browseNodeStoreContextName": "Celery - en_US", "browsePathById": "19162063011,19162064011,20355625011,20355628011,20355643011", "browsePathByName": "Yggdrasil,Produce - en_US,Vegetables - en_US,Celery - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "20355645011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Eggplant - en_US", "browseNodeStoreContextName": "Eggplant - en_US", "browsePathById": "19162063011,19162064011,20355625011,20355628011,20355645011", "browsePathByName": "Yggdrasil,Produce - en_US,Vegetables - en_US,Eggplant - en_US", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "21354445011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Test2", "browseNodeStoreContextName": "Test2", "browsePathById": "19162063011,19162064011,21354445011", "browsePathByName": "Yggdrasil,Test2", "hasChildren": "true", "childNodes": {"count": "1", "id": ["21354444011"]}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
+{"stream": "GET_XML_BROWSE_TREE_DATA", "data": {"browseNodeId": "21354444011", "browseNodeAttributes": {"count": "0"}, "browseNodeName": "Test1", "browseNodeStoreContextName": "Test1", "browsePathById": "19162063011,19162064011,21354445011,21354444011", "browsePathByName": "Yggdrasil,Test2,Test1", "hasChildren": "false", "childNodes": {"count": "0"}, "productTypeDefinitions": null, "refinementsInformation": {"count": "0"}}, "emitted_at": 1682444370206}
{"stream": "GET_MERCHANTS_LISTINGS_FYP_REPORT", "data": {"Status": "Search Suppressed", "Reason": "Missing info", "SKU": "G3-8N7Y-L93I", "ASIN": "B0B68NBQ1Y", "Product name": "GiftBox", "Condition": "11", "Status Change Date": "Jul 29, 2022", "Issue Description": "'[brand]' is required but not supplied."}, "emitted_at": 1673450133231}
{"stream": "GET_MERCHANTS_LISTINGS_FYP_REPORT", "data": {"Status": "Search Suppressed", "Reason": "Missing info", "SKU": "I0-RALD-N1UR", "ASIN": "B0B68NBQ1Y", "Product name": "GiftBox", "Condition": "11", "Status Change Date": "Jul 29, 2022", "Issue Description": "'[brand]' is required but not supplied."}, "emitted_at": 1673450133232}
{"stream": "ListFinancialEventGroups", "data": {"FinancialEventGroupId": "biM60XKT9qekhLpYdH9-ktjaaCDakRl5bhkXarpufys", "ProcessingStatus": "Open", "OriginalTotal": {"CurrencyCode": "USD", "CurrencyAmount": 0.0}, "BeginningBalance": {"CurrencyCode": "USD", "CurrencyAmount": -58.86}, "FinancialEventGroupStart": "2022-08-08T22:51:31Z"}, "emitted_at": 1673450203988}
diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/schemas/GET_FBA_REIMBURSEMENTS_DATA.json b/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/schemas/GET_FBA_REIMBURSEMENTS_DATA.json
new file mode 100644
index 0000000000000..477bd4ce9fa0c
--- /dev/null
+++ b/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/schemas/GET_FBA_REIMBURSEMENTS_DATA.json
@@ -0,0 +1,117 @@
+{
+ "title" : "FBA Reimbursements Data",
+ "description" : "FBA Reimbursements Data Reports",
+ "type" : "object",
+ "$schema" : "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties" : {
+ "approval-date": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "reimbursement-id": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "case-id": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "amazon-order-id": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "reason": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "sku": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "fnsku": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "asin": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "product-name": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "condition": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "currency-unit": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "amount-per-unit": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "quantity-reimbursed-cash": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "amount-total": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "quantity-reimbursed-inventory": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "quantity-reimbursed-total": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "original-reimbursement-id": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "original-reimbursement-type": {
+ "type": [
+ "null",
+ "string"
+ ]
+ }
+ }
+}
diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/source.py b/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/source.py
index 2d1ca2532b363..2ef9e90d57d78 100644
--- a/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/source.py
+++ b/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/source.py
@@ -31,6 +31,7 @@
FbaInventoryPlaningReport,
FbaMyiUnsuppressedInventoryReport,
FbaOrdersReports,
+ FbaReimbursementsReports,
FbaReplacementsReports,
FbaShipmentsReports,
FbaSnsForecastReport,
@@ -205,6 +206,7 @@ def streams(self, config: Mapping[str, Any]) -> List[Stream]:
FlatFileReturnsDataByReturnDate(**stream_kwargs),
FbaInventoryPlaningReport(**stream_kwargs),
LedgerSummaryViewReport(**stream_kwargs),
+ FbaReimbursementsReports(**stream_kwargs),
]
def spec(self, *args, **kwargs) -> ConnectorSpecification:
diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/streams.py b/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/streams.py
index c7c39c46f4213..34cad37f66c80 100644
--- a/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/streams.py
+++ b/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/streams.py
@@ -1126,3 +1126,11 @@ def stream_slices(
params = {"nextToken": next_value}
if not next_value:
complete = True
+
+
+class FbaReimbursementsReports(ReportsAmazonSPStream):
+ """
+ Field definitions: https://sellercentral.amazon.com/help/hub/reference/G200732720
+ """
+
+ name = "GET_FBA_REIMBURSEMENTS_DATA"
diff --git a/connectors.md b/connectors.md
index a93fd2777b089..26df1bc77a8f7 100644
--- a/connectors.md
+++ b/connectors.md
@@ -14,7 +14,7 @@
| **Alpha Vantage** |
| Source | airbyte/source-alpha-vantage:0.1.1 | alpha | [docs](https://docs.airbyte.com/integrations/sources/alpha-vantage) | [connectors/source/alpha-vantage](https://github.com/airbytehq/airbyte/issues?q=is:open+is:issue+label:connectors/source/alpha-vantage) | [source-alpha-vantage](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-alpha-vantage) | `db385323-9333-4fec-bec3-9e0ca9326c90` |
| **Amazon Ads** |
| Source | airbyte/source-amazon-ads:1.0.3 | generally_available | [docs](https://docs.airbyte.com/integrations/sources/amazon-ads) | [connectors/source/amazon-ads](https://github.com/airbytehq/airbyte/issues?q=is:open+is:issue+label:connectors/source/amazon-ads) | [source-amazon-ads](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-amazon-ads) | `c6b0a29e-1da9-4512-9002-7bfd0cba2246` |
| **Amazon SQS** |
| Source | airbyte/source-amazon-sqs:0.1.0 | alpha | [docs](https://docs.airbyte.com/integrations/sources/amazon-sqs) | [connectors/source/amazon-sqs](https://github.com/airbytehq/airbyte/issues?q=is:open+is:issue+label:connectors/source/amazon-sqs) | [source-amazon-sqs](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-amazon-sqs) | `983fd355-6bf3-4709-91b5-37afa391eeb6` |
-| **Amazon Seller Partner** |
| Source | airbyte/source-amazon-seller-partner:1.0.1 | alpha | [docs](https://docs.airbyte.com/integrations/sources/amazon-seller-partner) | [connectors/source/amazon-seller-partner](https://github.com/airbytehq/airbyte/issues?q=is:open+is:issue+label:connectors/source/amazon-seller-partner) | [source-amazon-seller-partner](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-amazon-seller-partner) | `e55879a8-0ef8-4557-abcf-ab34c53ec460` |
+| **Amazon Seller Partner** |
| Source | airbyte/source-amazon-seller-partner:1.1.0 | alpha | [docs](https://docs.airbyte.com/integrations/sources/amazon-seller-partner) | [connectors/source/amazon-seller-partner](https://github.com/airbytehq/airbyte/issues?q=is:open+is:issue+label:connectors/source/amazon-seller-partner) | [source-amazon-seller-partner](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-amazon-seller-partner) | `e55879a8-0ef8-4557-abcf-ab34c53ec460` |
| **Amplitude** |
| Source | airbyte/source-amplitude:0.2.3 | generally_available | [docs](https://docs.airbyte.com/integrations/sources/amplitude) | [connectors/source/amplitude](https://github.com/airbytehq/airbyte/issues?q=is:open+is:issue+label:connectors/source/amplitude) | [source-amplitude](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-amplitude) | `fa9f58c6-2d03-4237-aaa4-07d75e0c1396` |
| **Apify Dataset** |
| Source | airbyte/source-apify-dataset:0.1.11 | alpha | [docs](https://docs.airbyte.com/integrations/sources/apify-dataset) | [connectors/source/apify-dataset](https://github.com/airbytehq/airbyte/issues?q=is:open+is:issue+label:connectors/source/apify-dataset) | [source-apify-dataset](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-apify-dataset) | `47f17145-fe20-4ef5-a548-e29b048adf84` |
| **Appfollow** |
| Source | airbyte/source-appfollow:0.1.1 | alpha | [docs](https://docs.airbyte.com/integrations/sources/appfollow) | [connectors/source/appfollow](https://github.com/airbytehq/airbyte/issues?q=is:open+is:issue+label:connectors/source/appfollow) | [source-appfollow](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-appfollow) | `b4375641-e270-41d3-9c20-4f9cecad87a8` |
diff --git a/docs/integrations/sources/amazon-seller-partner.md b/docs/integrations/sources/amazon-seller-partner.md
index f67a39ac43f0f..62178a1f395d8 100644
--- a/docs/integrations/sources/amazon-seller-partner.md
+++ b/docs/integrations/sources/amazon-seller-partner.md
@@ -99,6 +99,7 @@ This source is capable of syncing the following tables and their data:
- [Inventory Ledger Report - Detailed View](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference)
- [FBA Manage Inventory Health Report](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference)
- [Inventory Ledger Report - Summary View](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference)
+- [FBA Reimbursements Report](https://sellercentral.amazon.com/help/hub/reference/G200732720)
## Report options
@@ -123,6 +124,7 @@ So, for any value that exceeds the limit, the `period_in_days` will be automatic
| Version | Date | Pull Request | Subject |
|:---------|:-----------|:-----------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `1.1.0` | 2023-04-21 | [\#23605](https://github.com/airbytehq/airbyte/pull/23605) | Add FBA Reimbursement Report stream |
| `1.0.1` | 2023-03-15 | [\#24098](https://github.com/airbytehq/airbyte/pull/24098) | Add Belgium Marketplace |
| `1.0.0` | 2023-03-13 | [\#23980](https://github.com/airbytehq/airbyte/pull/23980) | Make `app_id` required. Increase `end_date` gap up to 5 minutes from now for Finance streams. Fix connection check failure when trying to connect to Amazon Vendor Central accounts |
| `0.2.33` | 2023-03-01 | [\#23606](https://github.com/airbytehq/airbyte/pull/23606) | Implement reportOptions for all missing reports and refactor |