Skip to content

Commit

Permalink
Source Amazon Seller Partner: update schema for GET_FBA_STORAGE_FEE_C…
Browse files Browse the repository at this point in the history
…HARGES_DATA stream
  • Loading branch information
askarpets committed Feb 20, 2024
1 parent 263699c commit f251a77
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit f251a77

Please sign in to comment.