From f251a77de4f6792de306e5c5de340caeff1cf371 Mon Sep 17 00:00:00 2001 From: askarpets Date: Tue, 20 Feb 2024 13:47:47 +0200 Subject: [PATCH] Source Amazon Seller Partner: update schema for GET_FBA_STORAGE_FEE_CHARGES_DATA stream --- .../metadata.yaml | 2 +- .../GET_FBA_STORAGE_FEE_CHARGES_DATA.json | 50 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/metadata.yaml b/airbyte-integrations/connectors/source-amazon-seller-partner/metadata.yaml index ffbc4a51e268..3ec6beb53a83 100644 --- a/airbyte-integrations/connectors/source-amazon-seller-partner/metadata.yaml +++ b/airbyte-integrations/connectors/source-amazon-seller-partner/metadata.yaml @@ -15,7 +15,7 @@ data: connectorSubtype: api connectorType: source definitionId: e55879a8-0ef8-4557-abcf-ab34c53ec460 - dockerImageTag: 3.5.0 + dockerImageTag: 3.5.1 dockerRepository: airbyte/source-amazon-seller-partner documentationUrl: https://docs.airbyte.com/integrations/sources/amazon-seller-partner githubIssueLabel: source-amazon-seller-partner diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/schemas/GET_FBA_STORAGE_FEE_CHARGES_DATA.json b/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/schemas/GET_FBA_STORAGE_FEE_CHARGES_DATA.json index 33515d7bf222..ab989b6d2a7b 100644 --- a/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/schemas/GET_FBA_STORAGE_FEE_CHARGES_DATA.json +++ b/airbyte-integrations/connectors/source-amazon-seller-partner/source_amazon_seller_partner/schemas/GET_FBA_STORAGE_FEE_CHARGES_DATA.json @@ -10,73 +10,73 @@ "fnsku": { "type": ["null", "string"] }, - "product-name": { + "product_name": { "type": ["null", "string"] }, - "fulfillment-center": { + "fulfillment_center": { "type": ["null", "string"] }, - "country-code": { + "country_code": { "type": ["null", "string"] }, - "longest-side": { + "longest_side": { "type": ["null", "string"] }, - "median-side": { + "median_side": { "type": ["null", "string"] }, - "shortest-side": { + "shortest_side": { "type": ["null", "string"] }, - "measurement-units": { + "measurement_units": { "type": ["null", "string"] }, "weight": { "type": ["null", "string"] }, - "weight-units": { + "weight_units": { "type": ["null", "string"] }, - "item-volume": { + "item_volume": { "type": ["null", "string"] }, - "volume-units": { + "volume_units": { "type": ["null", "string"] }, - "product-size-tier": { + "product_size_tier": { "type": ["null", "string"] }, - "average-quantity-on-hand": { + "average_quantity_on_hand": { "type": ["null", "string"] }, - "average-quantity-pending-removal": { + "average_quantity_pending_removal": { "type": ["null", "string"] }, - "estimated-total-item-volume": { + "estimated_total_item_volume": { "type": ["null", "string"] }, - "month-of-charge": { + "month_of_charge": { "type": ["null", "string"] }, - "storage-rate": { + "storage_rate": { "type": ["null", "string"] }, - "estimated-monthly-storage-fee": { + "estimated_monthly_storage_fee": { "type": ["null", "string"] }, "currency": { "type": ["null", "string"] }, - "average-quantity-customer-orders": { + "average_quantity_customer_orders": { "type": ["null", "number"] }, - "base-rate": { + "base_rate": { "type": ["null", "number"] }, - "breakdown-incentive-fee-amount": { + "breakdown_incentive_fee_amount": { "type": ["null", "string"] }, - "dangerous-goods-storage-type": { + "dangerous_goods_storage_type": { "type": ["null", "string"] }, "eligible_for_inventory_discount": { @@ -85,16 +85,16 @@ "qualifies_for_inventory_discount": { "type": ["null", "string"] }, - "storage-utilization-ratio": { + "storage_utilization_ratio": { "type": ["null", "number"] }, - "storage-utilization-ratio-units": { + "storage_utilization_ratio_units": { "type": ["null", "string"] }, - "total-incentive-fee-amount": { + "total_incentive_fee_amount": { "type": ["null", "number"] }, - "utilization-surcharge-rate": { + "utilization_surcharge_rate": { "type": ["null", "number"] }, "dataEndTime": {